summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-23 20:22:56 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-23 20:22:56 +0000
commitb0c9facf2d8e5cc968b7d040f5af93ef44d84388 (patch)
tree19a1d77e14cac939748559de4efcbe9783da4b9f /net-analyzer/fragroute
parentold (diff)
downloadgentoo-2-b0c9facf2d8e5cc968b7d040f5af93ef44d84388.tar.gz
gentoo-2-b0c9facf2d8e5cc968b7d040f5af93ef44d84388.tar.bz2
gentoo-2-b0c9facf2d8e5cc968b7d040f5af93ef44d84388.zip
Remove old.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r--net-analyzer/fragroute/ChangeLog5
-rw-r--r--net-analyzer/fragroute/fragroute-1.2-r1.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog
index 14cf20ea99fe..0764b3bda48b 100644
--- a/net-analyzer/fragroute/ChangeLog
+++ b/net-analyzer/fragroute/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fragroute
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.22 2011/10/04 08:16:30 nativemad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.23 2011/10/23 20:22:56 radhermit Exp $
+
+ 23 Oct 2011; Tim Harder <radhermit@gentoo.org> -fragroute-1.2-r1.ebuild:
+ Remove old.
04 Oct 2011; Andreas Schuerch <nativemad@gentoo.org> fragroute-1.2-r3.ebuild:
x86 stable, see bug 366371
diff --git a/net-analyzer/fragroute/fragroute-1.2-r1.ebuild b/net-analyzer/fragroute/fragroute-1.2-r1.ebuild
deleted file mode 100644
index a1cd8c20e242..000000000000
--- a/net-analyzer/fragroute/fragroute-1.2-r1.ebuild
+++ /dev/null
@@ -1,35 +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/fragroute/fragroute-1.2-r1.ebuild,v 1.2 2010/04/21 18:13:18 fauli Exp $
-
-EAPI="3"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Testing of network intrusion detection systems, firewalls and TCP/IP stacks"
-HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/"
-SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="
- >=dev-libs/libevent-0.6
- net-libs/libpcap
- >=dev-libs/libdnet-1.4"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-libevent.patch
- tc-export CC
-}
-
-src_configure() {
- econf --with-libevent="${EPREFIX}"/usr --with-libdnet="${EPREFIX}"/usr
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc README || die
-}