diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-09 07:52:21 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-10-09 07:52:21 +0000 |
commit | a3b04babf83cf07e5c319d3a2156ee76b39f3686 (patch) | |
tree | a3cdab1cd98d03d6d18eb850b8682e5b06d12f0a /net-analyzer/arpoison | |
parent | emacs-24 stable on ppc. Remove empty variable assignments. (diff) | |
download | gentoo-2-a3b04babf83cf07e5c319d3a2156ee76b39f3686.tar.gz gentoo-2-a3b04babf83cf07e5c319d3a2156ee76b39f3686.tar.bz2 gentoo-2-a3b04babf83cf07e5c319d3a2156ee76b39f3686.zip |
Drop old revision
(Portage version: 2.2.0_alpha134/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.6.ebuild | 34 |
2 files changed, 5 insertions, 36 deletions
diff --git a/net-analyzer/arpoison/ChangeLog b/net-analyzer/arpoison/ChangeLog index e23ce194ff8a..d9f15cb11767 100644 --- a/net-analyzer/arpoison/ChangeLog +++ b/net-analyzer/arpoison/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/arpoison -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.9 2010/09/18 23:54:35 jer Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpoison/ChangeLog,v 1.10 2012/10/09 07:52:21 pinkbyte Exp $ + + 09 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> -arpoison-0.6.ebuild: + Drop old revision *arpoison-0.6-r1 (18 Sep 2010) diff --git a/net-analyzer/arpoison/arpoison-0.6.ebuild b/net-analyzer/arpoison/arpoison-0.6.ebuild deleted file mode 100644 index 514de22384de..000000000000 --- a/net-analyzer/arpoison/arpoison-0.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2008 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.8 2008/12/05 00:16:47 darkside 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 -} |