Skip to content

Commit

Permalink
sippts: bump, pkgcheck fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 3, 2024
1 parent a1f1a6a commit a135eb5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion net-misc/sippts/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST sippts-2.0.4.tar.gz 96966 BLAKE2B 1fe2c1730f55945960ac48813cfb532bec8d73e0bee7cbc0fe530b3fb75c182e8c57d3af739590ccf1b4ab161079fbaf09dd5d1efc676e8f63b55c5e7f2bb9d0 SHA512 0fbdafd144a7d60991b4544d1ac416a00a76029b5960d379138ccce8374089f07806385b3a1200733e30cdf3de2aa9cd639b306548e8a72799d6206a7b0fc7d0
DIST sippts-3.4.tar.gz 130192 BLAKE2B 59661e0ec1c714dea0618119b5d9efdb71e3848173e64c799c94e632195e76258927dae76964d575dbc4a06b5c007003297787d193b32dc65fd0c79a57b96e6b SHA512 4ad1b3c6ea5f848e43cd7ce0753bde332478c523a1af2aaf3eaef008710eed9779294232b3e71b490132f9f6e103777867b9e78c32e401b2ba91b9b06f30b0da
11 changes: 11 additions & 0 deletions net-misc/sippts/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>[email protected]</email>
<name>No one</name>
</maintainer>
<upstream>
<remote-id type="github">Pepelux/sippts</remote-id>
</upstream>
</pkgmetadata>
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit autotools
EAPI=8

DESCRIPTION="set of tools to audit VoIP servers and devices using SIP protocol"
HOMEPAGE="https://github.com/Pepelux/sippts"
SRC_URI="https://github.com/Pepelux/sippts/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/Pepelux/sippts/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="dev-perl/IO-Socket-Timeout
dev-perl/NetAddr-IP
Expand Down

0 comments on commit a135eb5

Please sign in to comment.