diff options
author | David Holm <dholm@gentoo.org> | 2004-04-18 08:45:09 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-04-18 08:45:09 +0000 |
commit | d1d687f321fcf19842b833f1013db9c9e7a54470 (patch) | |
tree | 1920b26c638832c61e5dde31a2e73f1a9dbcfd55 /net-analyzer | |
parent | USE flag support fixed for bug #48101. (Manifest recommit) (diff) | |
download | gentoo-2-d1d687f321fcf19842b833f1013db9c9e7a54470.tar.gz gentoo-2-d1d687f321fcf19842b833f1013db9c9e7a54470.tar.bz2 gentoo-2-d1d687f321fcf19842b833f1013db9c9e7a54470.zip |
Added to ~ppc
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/chaosreader/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/chaosreader/chaosreader-0.93.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/chaosreader/ChangeLog b/net-analyzer/chaosreader/ChangeLog index dc7c781fc0f3..99693241bc58 100644 --- a/net-analyzer/chaosreader/ChangeLog +++ b/net-analyzer/chaosreader/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/chaosreader # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.3 2004/04/17 18:59:24 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.4 2004/04/18 08:43:22 dholm Exp $ + + 18 Apr 2004; David Holm <dholm@gentoo.org> chaosreader-0.93.ebuild: + Added to ~ppc. *chaosreader-0.93 (17 Apr 2004) diff --git a/net-analyzer/chaosreader/chaosreader-0.93.ebuild b/net-analyzer/chaosreader/chaosreader-0.93.ebuild index 64816d9d2f8b..fc99961741b8 100644 --- a/net-analyzer/chaosreader/chaosreader-0.93.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.93.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.93.ebuild,v 1.1 2004/04/17 18:59:24 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.93.ebuild,v 1.2 2004/04/18 08:43:22 dholm Exp $ DESCRIPTION="A tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs." HOMEPAGE="http://users.tpg.com.au/bdgcvb/chaosreader.html" SRC_URI="http://dev.gentoo.org/~spock/portage/distfiles/${P}.bz2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~ppc" LICENSE="GPL-2" IUSE="" DEPEND=">=dev-lang/perl-5.8.0" |