diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 21:28:55 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2010-04-21 21:28:55 +0000 |
commit | 0256dcc46b5502edc0bfd4461afad2e8eb78f5d8 (patch) | |
tree | 9f337ab1e9c21474f242e551a6be4279491c6a6c /net-analyzer/fragroute | |
parent | Version bump. Add patches that disable update of swt and shared plugin, which... (diff) | |
download | historical-0256dcc46b5502edc0bfd4461afad2e8eb78f5d8.tar.gz historical-0256dcc46b5502edc0bfd4461afad2e8eb78f5d8.tar.bz2 historical-0256dcc46b5502edc0bfd4461afad2e8eb78f5d8.zip |
clean up
Package-Manager: portage-2.1.8.3/cvs/Linux i686
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r-- | net-analyzer/fragroute/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.ebuild | 26 |
2 files changed, 5 insertions, 27 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog index 8e0853559dbd..62ee8665fc89 100644 --- a/net-analyzer/fragroute/ChangeLog +++ b/net-analyzer/fragroute/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/fragroute # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.18 2010/04/21 18:13:18 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.19 2010/04/21 21:28:55 fauli Exp $ + + 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> + -fragroute-1.2.ebuild: + clean up 21 Apr 2010; Christian Faulhammer <fauli@gentoo.org> fragroute-1.2-r1.ebuild: diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild deleted file mode 100644 index 93bfcdb4132c..000000000000 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ /dev/null @@ -1,26 +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.ebuild,v 1.13 2010/01/15 19:52:41 ulm 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="BSD" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -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" - emake || die "Make failed" -} - -src_install() { - einstall || die - dodoc README -} |