diff options
author | 2004-09-04 18:50:25 +0000 | |
---|---|---|
committer | 2004-09-04 18:50:25 +0000 | |
commit | 17ffdde7f1bcce5ea16715b7bde23a0abf35a5d2 (patch) | |
tree | b324092e4d0a56b348e764b3048e62ca823096d8 /net-analyzer/fprobe | |
parent | initial import #59582 (Manifest recommit) (diff) | |
download | gentoo-2-17ffdde7f1bcce5ea16715b7bde23a0abf35a5d2.tar.gz gentoo-2-17ffdde7f1bcce5ea16715b7bde23a0abf35a5d2.tar.bz2 gentoo-2-17ffdde7f1bcce5ea16715b7bde23a0abf35a5d2.zip |
stable on x86
Diffstat (limited to 'net-analyzer/fprobe')
-rw-r--r-- | net-analyzer/fprobe/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/fprobe/fprobe-1.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/fprobe/ChangeLog b/net-analyzer/fprobe/ChangeLog index ff3f42d5aef3..ea36bfedb9ca 100644 --- a/net-analyzer/fprobe/ChangeLog +++ b/net-analyzer/fprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fprobe # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.3 2004/08/28 23:16:38 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.4 2004/09/04 18:50:25 squinky86 Exp $ + + 04 Sep 2004; Jon Hood <squinky86@gentoo.org> fprobe-1.0.4.ebuild: + Stable on x86. 29 Aug 2004; David Holm <dholm@gentoo.org> fprobe-1.0.5.ebuild: Added to ~ppc. diff --git a/net-analyzer/fprobe/fprobe-1.0.4.ebuild b/net-analyzer/fprobe/fprobe-1.0.4.ebuild index 095ea88117c2..10c3a234bd48 100644 --- a/net-analyzer/fprobe/fprobe-1.0.4.ebuild +++ b/net-analyzer/fprobe/fprobe-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.4.ebuild,v 1.1 2004/08/04 21:24:16 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.4.ebuild,v 1.2 2004/09/04 18:50:25 squinky86 Exp $ DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows" HOMEPAGE="http://fprobe.sourceforge.net" @@ -8,7 +8,7 @@ LICENSE="GPL-2" SRC_URI="mirror://sourceforge/fprobe/${P}.tar.bz2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="debug messages" |