diff options
author | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-19 13:14:49 +0000 |
commit | 011e8c40aadb7542a3b94576e1117b7d8facd4b9 (patch) | |
tree | e08debc77a8f3f830af40492d9f730da239314f8 /net-analyzer/fragroute | |
parent | Giving up on fixing this Build.PL - authors syntax is more than I can grok. O... (diff) | |
download | historical-011e8c40aadb7542a3b94576e1117b7d8facd4b9.tar.gz historical-011e8c40aadb7542a3b94576e1117b7d8facd4b9.tar.bz2 historical-011e8c40aadb7542a3b94576e1117b7d8facd4b9.zip |
Added to ~ppc
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-analyzer/fragroute')
-rw-r--r-- | net-analyzer/fragroute/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fragroute/fragroute-1.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fragroute/ChangeLog b/net-analyzer/fragroute/ChangeLog index b3247753b9b9..2c4bdc82bd04 100644 --- a/net-analyzer/fragroute/ChangeLog +++ b/net-analyzer/fragroute/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fragroute # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.8 2005/01/29 05:12:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.9 2005/07/19 13:09:35 dholm Exp $ + + 19 Jul 2005; David Holm <dholm@gentoo.org> fragroute-1.2.ebuild: + Added to ~ppc. 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> fragroute-1.2.ebuild: changed net-libs/libpcap depend to virtual/libcap diff --git a/net-analyzer/fragroute/fragroute-1.2.ebuild b/net-analyzer/fragroute/fragroute-1.2.ebuild index fb1ad4532f16..023a40153a8f 100644 --- a/net-analyzer/fragroute/fragroute-1.2.ebuild +++ b/net-analyzer/fragroute/fragroute-1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2005 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.8 2005/01/29 05:12:51 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.ebuild,v 1.9 2005/07/19 13:09:35 dholm 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="~ppc x86" IUSE="" DEPEND="virtual/libc >=dev-libs/libevent-0.6 |