summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-23 18:18:32 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-23 18:18:32 +0000
commit440a6dc560ed6f4bd14813cf51fa3c3f4cbd0e79 (patch)
tree5a241ffd5d33a6f1ae49dec492a290b8b8581295 /net-analyzer/fragroute
parentRemove virtual/libc (diff)
downloadgentoo-2-440a6dc560ed6f4bd14813cf51fa3c3f4cbd0e79.tar.gz
gentoo-2-440a6dc560ed6f4bd14813cf51fa3c3f4cbd0e79.tar.bz2
gentoo-2-440a6dc560ed6f4bd14813cf51fa3c3f4cbd0e79.zip
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r--net-analyzer/fragroute/ChangeLog7
-rw-r--r--net-analyzer/fragroute/fragroute-1.2.ebuild11
2 files changed, 10 insertions, 8 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog
index 7626052febe6..52e005d1acc9 100644
--- a/net-analyzer/fragroute/ChangeLog
+++ b/net-analyzer/fragroute/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fragroute
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.14 2008/04/21 17:46:57 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.15 2009/09/23 18:18:32 patrick Exp $
+
+ 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> fragroute-1.2.ebuild:
+ Remove virtual/libc
21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
Fix up metadata.xml. If there's no maintainer for the package, the metadata
diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild
index 049557bdce72..dc239a8e1b3f 100644
--- a/net-analyzer/fragroute/fragroute-1.2.ebuild
+++ b/net-analyzer/fragroute/fragroute-1.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.11 2006/02/15 22:57:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.12 2009/09/23 18:18:32 patrick Exp $
DESCRIPTION="fragroute was written to aid in the testing of network intrusion detection systems, firewalls and basic TCP/IP stack behaviour."
HOMEPAGE="http://www.monkey.org/~dugsong/fragroute/"
@@ -9,10 +9,9 @@ LICENSE="DSNIFF"
SLOT="0"
KEYWORDS="~amd64 ~ppc x86"
IUSE=""
-DEPEND="virtual/libc
- >=dev-libs/libevent-0.6
- net-libs/libpcap
- >=dev-libs/libdnet-1.4"
+DEPEND=">=dev-libs/libevent-0.6
+ net-libs/libpcap
+ >=dev-libs/libdnet-1.4"
src_compile() {
econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed"