diff --git a/net-misc/sipp/Manifest b/net-misc/sipp/Manifest index c1dfb199d..b6391ce79 100644 --- a/net-misc/sipp/Manifest +++ b/net-misc/sipp/Manifest @@ -1,4 +1 @@ -DIST sipp-3.5.1.tar.gz 325613 BLAKE2B a0a1b6d722a82a7922c07b97193178c5bb702f53c19f963b2a10b01009d7ea641ee5f45c08272764bb04d6ee819facbb37a3873c61f933a3b4bd09d29a8fa932 SHA512 f089ca6c3f04eec0b77fef3a711a289d63513238a3a1ceca3e2aba16bae226a9654b6f894a26f0dd7e918a1035e5a792b4eb72a3a4e4d550cf7f278cf9456967 -DIST sipp-3.5.1_p20180124.tar.gz 718326 BLAKE2B 4ea21df62b75ddc60968b667727d64ec5ca2f8d7442a81fbd39f72fcf2927b738a578f676e3af8651316b98e1d2a427b67241099220b36720da1f63788168960 SHA512 7a2b6d2c88e8a0013248a4a27642ac334cb5e22c9e9ba1a91151e4de4595b802bc4b0d3e9bddeaa43780ef8b1f5e707eb5823dacbb6357c6ecd5c41f9cf97ac2 -DIST sipp-3.5.2.tar.gz 330484 BLAKE2B db1b3886312e62e1617d77fc8383503331428438538a517eaa0bcb9a5664a39d7eb283662dae4f8ab39e106cd8030d81d8d9ce11ae7cfdbc0dce799ca3753d6d SHA512 d62cdcb733e66b420841db78b2df61899bd49888dc680001ef2abf105fb0d2aeedfd2cbdbd8f2771e21a21cc1e70cd1b0cad5b1560a84ec0e316a53166cbd063 DIST sipp-3.6.0.tar.gz 1055201 BLAKE2B 48b431bfc33d3a03e6e972ef3ce184989afb12c7e0f20c6c3cf9b72ebcd65cb12cf4cab2b90e010d16e17b9bb4832f42915b104ea9bd1253242d304ab4f3cb32 SHA512 eecbc18a18558a3fbc4f7c841d1fc8bd5be4b0c5d2bb363a12faf730f3c6a0773a24f07dbf062e68baf1a93b21686fa09258d0e08b45b4f941eb5d573bb25c12 diff --git a/net-misc/sipp/sipp-3.5.1.ebuild b/net-misc/sipp/sipp-3.5.1.ebuild deleted file mode 100644 index a112c1282..000000000 --- a/net-misc/sipp/sipp-3.5.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="SipBomber is a tool to stress SIP server/proxy implementations." -HOMEPAGE="http://sipp.sourceforge.net/" -SRC_URI="https://github.com/SIPp/sipp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gsl pcap rtpstream sctp ssl" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - echo "#define SIPP_VERSION \"v${MY_PV}\"" > include/version.h - eautoreconf - eapply_user -} - -src_configure() { - econf \ - $(use_with gsl) \ - $(use_with pcap) \ - $(use_with rtpstream) \ - $(use_with sctp) \ - $(use_with ssl openssl) -} diff --git a/net-misc/sipp/sipp-3.5.1_p20180124.ebuild b/net-misc/sipp/sipp-3.5.1_p20180124.ebuild deleted file mode 100644 index 96e0d39ab..000000000 --- a/net-misc/sipp/sipp-3.5.1_p20180124.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="SipBomber is a tool to stress SIP server/proxy implementations." -HOMEPAGE="http://sipp.sourceforge.net/" -SRC_URI="https://github.com/SIPp/sipp/archive/1e12ff0ed4c82cfe5be5a23a4f8af4bd1f477faa.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gsl pcap rtpstream sctp ssl" - -DEPEND="sys-libs/ncurses:=[tinfo] - gsl? ( sci-libs/gsl:= ) - pcap? ( net-libs/libpcap:= ) - sctp? ( net-misc/lksctp-tools:= ) - ssl? ( dev-libs/openssl:= )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}-1e12ff0ed4c82cfe5be5a23a4f8af4bd1f477faa" - -src_prepare() { - echo "#define SIPP_VERSION \"v${PV}\"" > include/version.h - eautoreconf - eapply_user -} - -src_configure() { - econf \ - $(use_with gsl) \ - $(use_with pcap) \ - $(use_with rtpstream) \ - $(use_with sctp) \ - $(use_with ssl openssl) - sed -i 's/-lcurses/-lcurses -ltinfo/' Makefile -} diff --git a/net-misc/sipp/sipp-3.5.2.ebuild b/net-misc/sipp/sipp-3.5.2.ebuild deleted file mode 100644 index a112c1282..000000000 --- a/net-misc/sipp/sipp-3.5.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="SipBomber is a tool to stress SIP server/proxy implementations." -HOMEPAGE="http://sipp.sourceforge.net/" -SRC_URI="https://github.com/SIPp/sipp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="gsl pcap rtpstream sctp ssl" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - echo "#define SIPP_VERSION \"v${MY_PV}\"" > include/version.h - eautoreconf - eapply_user -} - -src_configure() { - econf \ - $(use_with gsl) \ - $(use_with pcap) \ - $(use_with rtpstream) \ - $(use_with sctp) \ - $(use_with ssl openssl) -}