summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEldad Zack <eldad@gentoo.org>2004-07-09 12:00:22 +0000
committerEldad Zack <eldad@gentoo.org>2004-07-09 12:00:22 +0000
commit56d3f1dd89a6b5f14621f78075744865d5896e59 (patch)
treeabec2a4beed12a98a4ec101faaeca17dc98d35b8 /net-analyzer/fragroute
parentbuild qtkde-helper and merged the changes of app-i18n/uim. (diff)
downloadhistorical-56d3f1dd89a6b5f14621f78075744865d5896e59.tar.gz
historical-56d3f1dd89a6b5f14621f78075744865d5896e59.tar.bz2
historical-56d3f1dd89a6b5f14621f78075744865d5896e59.zip
tidy
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r--net-analyzer/fragroute/ChangeLog5
-rw-r--r--net-analyzer/fragroute/Manifest4
-rw-r--r--net-analyzer/fragroute/fragroute-1.2.ebuild6
3 files changed, 8 insertions, 7 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog
index bf9804d53912..cccefab0a23f 100644
--- a/net-analyzer/fragroute/ChangeLog
+++ b/net-analyzer/fragroute/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/fragroute
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.4 2004/07/01 19:47:13 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.5 2004/07/09 12:00:22 eldad Exp $
+
+ 09 Jul 2004; Eldad Zack <eldad@gentoo.org> fragroute-1.2.ebuild:
+ Tidy up.
01 Jul 2004; Jon Hood <squinky86@gentoo.org> fragroute-1.2.ebuild:
change virtual/glibc to virtual/libc
diff --git a/net-analyzer/fragroute/Manifest b/net-analyzer/fragroute/Manifest
index b35534fc753f..77d5a033717c 100644
--- a/net-analyzer/fragroute/Manifest
+++ b/net-analyzer/fragroute/Manifest
@@ -1,4 +1,4 @@
-MD5 93401107b9eba82c4e1eff0a13cf2980 fragroute-1.2.ebuild 833
-MD5 75ca984fc613718419bf9f6bf88d6bed ChangeLog 617
+MD5 4ad9ca3790b94eb6111002d603e996b5 fragroute-1.2.ebuild 799
+MD5 4a6ac3f1bbcea645d4ee58d608968ba3 ChangeLog 692
MD5 7e285f080272b311b0eb8b0028928e07 metadata.xml 219
MD5 36fafeafa71dc2dfd15c10be5f698314 files/digest-fragroute-1.2 64
diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild
index 4f9d411d7335..5554775e1ed5 100644
--- a/net-analyzer/fragroute/fragroute-1.2.ebuild
+++ b/net-analyzer/fragroute/fragroute-1.2.ebuild
@@ -1,20 +1,18 @@
# Copyright 1999-2004 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.4 2004/07/01 19:47:13 squinky86 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.5 2004/07/09 12:00:22 eldad 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/"
SRC_URI="http://www.monkey.org/~dugsong/fragroute/${P}.tar.gz"
LICENSE="DSNIFF"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="virtual/libc
>=dev-libs/libevent-0.6
>=net-libs/libpcap-0.7.2
>=dev-libs/libdnet-1.4"
-RDEPEND=""
-S=${WORKDIR}/${P}
src_compile() {
econf --with-libevent=/usr --with-libdnet=/usr || die "Econf failed"