diff options
author | Olivier Crête <tester@gentoo.org> | 2005-08-12 00:08:50 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2005-08-12 00:08:50 +0000 |
commit | 65c5f20efd52e69cabd1ab7116ea11fddb4d1099 (patch) | |
tree | 9227087b5a07812603938702d1da8e0b292bfd2b /net-analyzer | |
parent | Remove mail-client/nail:net since it is not going to be used (diff) | |
download | gentoo-2-65c5f20efd52e69cabd1ab7116ea11fddb4d1099.tar.gz gentoo-2-65c5f20efd52e69cabd1ab7116ea11fddb4d1099.tar.bz2 gentoo-2-65c5f20efd52e69cabd1ab7116ea11fddb4d1099.zip |
Marked ~amd64, closes bug #102108, thanks to Mike Cvet for testing
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/chaosreader/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/chaosreader/chaosreader-0.94.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/chaosreader/ChangeLog b/net-analyzer/chaosreader/ChangeLog index 99ba50ed05c8..300e2160046b 100644 --- a/net-analyzer/chaosreader/ChangeLog +++ b/net-analyzer/chaosreader/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/chaosreader -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.7 2004/06/24 21:58:40 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/ChangeLog,v 1.8 2005/08/12 00:08:50 tester Exp $ + + 12 Aug 2005; Olivier Crête <tester@gentoo.org> chaosreader-0.94.ebuild: + Marked ~amd64, closes bug #102108, thanks to Mike Cvet for testing 17 Jun 2004; Michal Januszewski <spock@gentoo.org> chaosreader-0.93.ebuild, chaosreader-0.94.ebuild: diff --git a/net-analyzer/chaosreader/chaosreader-0.94.ebuild b/net-analyzer/chaosreader/chaosreader-0.94.ebuild index d85fbdc2fe32..be7fa25dc183 100644 --- a/net-analyzer/chaosreader/chaosreader-0.94.ebuild +++ b/net-analyzer/chaosreader/chaosreader-0.94.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94.ebuild,v 1.3 2004/06/24 21:58:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/chaosreader/chaosreader-0.94.ebuild,v 1.4 2005/08/12 00:08:50 tester 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 ~ppc" +KEYWORDS="~amd64 ~ppc x86" LICENSE="GPL-2" IUSE="" DEPEND=">=dev-lang/perl-5.8.0" |