From: Mikle Kolyada Date: Wed, 9 May 2018 10:28:13 +0000 (+0300) Subject: net-misc/ipsorcery: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c76c03a0c8bc987f83a7b8eb9a95734d59ac115a;p=gentoo.git net-misc/ipsorcery: Drop old Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild deleted file mode 100644 index 092da8b8b032..000000000000 --- a/net-misc/ipsorcery/ipsorcery-2.0.9-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=2 -inherit toolchain-funcs - -DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets" -HOMEPAGE="https://www.gentoo.org/" -SRC_URI="mirror://gentoo/ipsorc-${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" -IUSE="" - -S=${WORKDIR}/ipsorc-${PV} - -src_prepare() { - sed -i \ - -e 's:-g -O2:$(LDFLAGS) $(CFLAGS):' \ - Makefile || die -} - -src_compile() { - emake CC="$(tc-getCC)" con || die -} - -src_install() { - dosbin ipmagic || die - dodoc BUGS changelog HOWTO README -}