diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-12-28 16:19:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-12-28 16:19:09 +0000 |
commit | 0ec4b2f5d5013859bc39313765b65895eb635567 (patch) | |
tree | c7b0977d73922cc532dcd3bb54874b4f48b38232 /net-analyzer/arpoison | |
parent | old (diff) | |
download | gentoo-2-0ec4b2f5d5013859bc39313765b65895eb635567.tar.gz gentoo-2-0ec4b2f5d5013859bc39313765b65895eb635567.tar.bz2 gentoo-2-0ec4b2f5d5013859bc39313765b65895eb635567.zip |
Old.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6-r1.ebuild | 38 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 34 |
3 files changed, 5 insertions, 73 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index 53ca7dfe818a..efb78d83c396 100644 --- a/net-analyzer/arpoison/ChangeLog +++ b/net-analyzer/arpoison/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/arpoison # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.16 2012/12/28 11:20:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.17 2012/12/28 16:19:09 jer Exp $ + + 28 Dec 2012; Jeroen Roovers <jer@gentoo.org> -arpoison-0.6.ebuild, + -arpoison-0.6-r1.ebuild: + Old. 28 Dec 2012; Agostino Sarubbo <ago@gentoo.org> arpoison-0.6-r2.ebuild: Stable for ppc, wrt bug #375655 diff --git a/net-analyzer/arpoison/arpoison-0.6-r1.ebuild b/net-analyzer/arpoison/arpoison-0.6-r1.ebuild deleted file mode 100644 index c1c8fab80f75..000000000000 --- a/net-analyzer/arpoison/arpoison-0.6-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6-r1.ebuild,v 1.1 2010/09/18 23:54:35 jer Exp $ - -EAPI="2" - -inherit toolchain-funcs - -DESCRIPTION="A utility to poison ARP caches" -HOMEPAGE="http://arpoison.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=net-libs/libnet-1.1.0" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -S="${WORKDIR}/${PN}" - -src_prepare() { - sed -i Makefile \ - -e 's|gcc \(-Wall\)|$(CC) \1 $(CFLAGS) $(LDFLAGS)|' \ - || die "sed Makefile" -} - -src_compile() { - emake CC=$(tc-getCC) || die -} - -src_install() { - dosbin arpoison - doman arpoison.8 - dodoc README TODO -} diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild deleted file mode 100644 index ca72e453c93d..000000000000 --- a/net-analyzer/arpoison/arpoison-0.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/arpoison-0.6.ebuild,v 1.10 2012/10/09 07:57:16 pinkbyte Exp $ - -inherit toolchain-funcs - -DESCRIPTION="A utility to poison ARP caches" -HOMEPAGE="http://arpoison.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND=">=net-libs/libnet-1.1.0" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i \ - -e "s|\(-Wall\)|\1 ${CFLAGS}|" \ - -e "s|gcc|$(tc-getCC)|" Makefile || die "sed Makefile failed" -} - -src_install() { - dosbin arpoison - doman arpoison.8 - dodoc README TODO -} |