summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-09-16 11:45:04 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-09-16 11:45:04 +0000
commit8c20ea0f256f4969dbe83861542fb6ee432cf889 (patch)
treef00d8c0c9ee891ad0594b3237b1c89e4952315f7 /net-analyzer/arpon/arpon-2.1-r1.ebuild
parentDrop err's live ebuild, cause it is very hard to support it in consistent and... (diff)
downloadhistorical-8c20ea0f256f4969dbe83861542fb6ee432cf889.tar.gz
historical-8c20ea0f256f4969dbe83861542fb6ee432cf889.tar.bz2
historical-8c20ea0f256f4969dbe83861542fb6ee432cf889.zip
Remove old
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/arpon/arpon-2.1-r1.ebuild')
-rw-r--r--net-analyzer/arpon/arpon-2.1-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
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
-}