diff options
author | 2012-09-16 11:45:04 +0000 | |
---|---|---|
committer | 2012-09-16 11:45:04 +0000 | |
commit | 3da8edcf4bae9d65a9914d84a8aaa58a91eb982e (patch) | |
tree | 00a884251ea0f42ae4ce0b5335e0583ea804ab53 /net-analyzer/arpon | |
parent | Drop err's live ebuild, cause it is very hard to support it in consistent and... (diff) | |
download | gentoo-2-3da8edcf4bae9d65a9914d84a8aaa58a91eb982e.tar.gz gentoo-2-3da8edcf4bae9d65a9914d84a8aaa58a91eb982e.tar.bz2 gentoo-2-3da8edcf4bae9d65a9914d84a8aaa58a91eb982e.zip |
Remove old
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/arpon')
-rw-r--r-- | net-analyzer/arpon/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/arpon/arpon-2.1-r1.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/arpon/arpon-2.6-r1.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/arpon/arpon-2.7.ebuild | 30 |
4 files changed, 5 insertions, 92 deletions
diff --git a/net-analyzer/arpon/ChangeLog b/net-analyzer/arpon/ChangeLog index 514171e7fb7f..e41ba66801b9 100644 --- a/net-analyzer/arpon/ChangeLog +++ b/net-analyzer/arpon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/arpon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/ChangeLog,v 1.13 2012/06/08 12:03:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/ChangeLog,v 1.14 2012/09/16 11:45:04 ago Exp $ + + 16 Sep 2012; Agostino Sarubbo <ago@gentoo.org> -arpon-2.1-r1.ebuild, + -arpon-2.6-r1.ebuild, -arpon-2.7.ebuild: + Remove old 08 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> arpon-2.7-r1.ebuild: x86 stable wrt bug #419205 @@ -60,4 +64,3 @@ +metadata.xml: Moved from sunrise overlay. Thanks to Giuseppe Marco Randazzo <gmrandazzo@gmail.com>. Bug #225125 - diff --git a/net-analyzer/arpon/arpon-2.1-r1.ebuild b/net-analyzer/arpon/arpon-2.1-r1.ebuild deleted file mode 100644 index 4c5fc87d7eef..000000000000 --- a/net-analyzer/arpon/arpon-2.1-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/arpon-2.1-r1.ebuild,v 1.3 2011/08/07 13:48:14 armin76 Exp $ - -EAPI="2" -inherit cmake-utils - -DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler." - -MY_PN="ArpON" -MY_P="${MY_PN}-${PV}" -HOMEPAGE="http://arpon.sourceforge.net/" -SRC_URI="mirror://sourceforge/arpon/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/libdnet - net-libs/libnet:1.1 - net-libs/libpcap" - -RDEPEND=${DEPEND} - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - sed -i -e "s:-Wall.*-ggdb::" CMakeLists.txt || die -} diff --git a/net-analyzer/arpon/arpon-2.6-r1.ebuild b/net-analyzer/arpon/arpon-2.6-r1.ebuild deleted file mode 100644 index 19ab060d42cd..000000000000 --- a/net-analyzer/arpon/arpon-2.6-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/arpon-2.6-r1.ebuild,v 1.2 2011/08/07 13:48:14 armin76 Exp $ - -EAPI="2" -inherit cmake-utils - -DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler." - -MY_PN="ArpON" -MY_P="${MY_PN}-${PV}" -HOMEPAGE="http://arpon.sourceforge.net/" -SRC_URI="mirror://sourceforge/arpon/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/libdnet - net-libs/libnet:1.1 - net-libs/libpcap" - -RDEPEND=${DEPEND} - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - sed -i -e "/set(CMAKE_C_FLAGS/d" CMakeLists.txt || die -} diff --git a/net-analyzer/arpon/arpon-2.7.ebuild b/net-analyzer/arpon/arpon-2.7.ebuild deleted file mode 100644 index 84e17091284f..000000000000 --- a/net-analyzer/arpon/arpon-2.7.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/arpon/arpon-2.7.ebuild,v 1.4 2011/10/04 17:19:13 nativemad Exp $ - -EAPI="2" -inherit cmake-utils - -DESCRIPTION="ArpON (Arp handler inspectiON) is a portable Arp handler." - -MY_PN="ArpON" -MY_P="${MY_PN}-${PV}" -HOMEPAGE="http://arpon.sourceforge.net/" -SRC_URI="mirror://sourceforge/arpon/${MY_P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-libs/libdnet - net-libs/libnet:1.1 - net-libs/libpcap" - -RDEPEND=${DEPEND} - -S="${WORKDIR}"/${MY_P} - -src_prepare() { - sed -i -e "/set(CMAKE_C_FLAGS/d" CMakeLists.txt || die -} |