From 31beb2dfecc449eeac55cd7d2f12a1791d672495 Mon Sep 17 00:00:00 2001 From: blshkv Date: Tue, 25 Aug 2020 08:47:38 +0800 Subject: [PATCH] sipp: remove in Getoo's favour --- net-misc/sipp/Manifest | 1 - net-misc/sipp/sipp-3.6.0.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) delete mode 100644 net-misc/sipp/Manifest delete mode 100644 net-misc/sipp/sipp-3.6.0.ebuild diff --git a/net-misc/sipp/Manifest b/net-misc/sipp/Manifest deleted file mode 100644 index b6391ce79..000000000 --- a/net-misc/sipp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST sipp-3.6.0.tar.gz 1055201 BLAKE2B 48b431bfc33d3a03e6e972ef3ce184989afb12c7e0f20c6c3cf9b72ebcd65cb12cf4cab2b90e010d16e17b9bb4832f42915b104ea9bd1253242d304ab4f3cb32 SHA512 eecbc18a18558a3fbc4f7c841d1fc8bd5be4b0c5d2bb363a12faf730f3c6a0773a24f07dbf062e68baf1a93b21686fa09258d0e08b45b4f941eb5d573bb25c12 diff --git a/net-misc/sipp/sipp-3.6.0.ebuild b/net-misc/sipp/sipp-3.6.0.ebuild deleted file mode 100644 index 6a388ed75..000000000 --- a/net-misc/sipp/sipp-3.6.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2019 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/releases/download/v${PV}/sipp-${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="gsl pcap rtpstream sctp ssl" - -DEPEND="dev-libs/openssl:0= - sys-libs/ncurses:=" -RDEPEND="${DEPEND}" - -src_configure() { - econf \ - $(use_with gsl) \ - $(use_with pcap) \ - $(use_with rtpstream) \ - $(use_with sctp) \ - $(use_with ssl openssl) -}