diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-08 18:21:39 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-08 18:21:39 +0000 |
commit | c4f14c8b595d65b67b185e71fc8e4735f871bfac (patch) | |
tree | 1bf9e1b232de4f95745575ad40dcd4755177c6cf /net-analyzer | |
parent | masked moinmoin due to 53126 (diff) | |
download | historical-c4f14c8b595d65b67b185e71fc8e4735f871bfac.tar.gz historical-c4f14c8b595d65b67b185e71fc8e4735f871bfac.tar.bz2 historical-c4f14c8b595d65b67b185e71fc8e4735f871bfac.zip |
stable on amd64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ethereal/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.10.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index ac530f848199..4e9a73ed7664 100644 --- a/net-analyzer/ethereal/ChangeLog +++ b/net-analyzer/ethereal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ethereal # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.68 2004/07/08 16:57:23 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.69 2004/07/08 18:21:39 lv Exp $ + + 08 Jul 2004; Travis Tilley <lv@gentoo.org> ethereal-0.10.5.ebuild: + stable on amd64 *ethereal-0.10.5 (08 Jul 2004) diff --git a/net-analyzer/ethereal/Manifest b/net-analyzer/ethereal/Manifest index c94f6d3e7995..21d7ab291ed2 100644 --- a/net-analyzer/ethereal/Manifest +++ b/net-analyzer/ethereal/Manifest @@ -1,9 +1,9 @@ MD5 5997be2e8aa474fdd1d766cfd0c3ee53 ethereal-0.10.3.ebuild 2283 -MD5 bddce2c46e6af6a48cd6dfdb48fadb49 ethereal-0.10.5.ebuild 2540 +MD5 ade130c62664c0fe3cb0662e020c9957 ethereal-0.10.5.ebuild 2536 MD5 eeaeb7291d5067481b7f1ecdb23df491 ethereal-0.10.2.ebuild 2215 MD5 72fd830848213464e249e90a76460433 ethereal-0.10.4.ebuild 2301 MD5 260c2f391077ed03191ceb0deca8fc67 ethereal-0.9.14.ebuild 2095 -MD5 3d7c7aca5e4d7387af26499d6c767af2 ChangeLog 9827 +MD5 662a120373c319dfc74a1a9fe187ab45 ChangeLog 9912 MD5 17a9be2cf8cb9f24e7e5b398392483b4 metadata.xml 224 MD5 2ab5b6f3390280518b4458929486ac29 ethereal-0.9.16.ebuild 2237 MD5 02b14ac5cd9a9a1f8781632c19b85ae9 ethereal-0.9.16-r1.ebuild 2313 diff --git a/net-analyzer/ethereal/ethereal-0.10.5.ebuild b/net-analyzer/ethereal/ethereal-0.10.5.ebuild index e722f374d974..1e448c2488df 100644 --- a/net-analyzer/ethereal/ethereal-0.10.5.ebuild +++ b/net-analyzer/ethereal/ethereal-0.10.5.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/ethereal/ethereal-0.10.5.ebuild,v 1.1 2004/07/08 16:57:23 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.5.ebuild,v 1.2 2004/07/08 18:21:39 lv Exp $ inherit libtool flag-o-matic gcc eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~sparc ~ppc ~alpha ~amd64 ~ia64" +KEYWORDS="x86 ~sparc ~ppc ~alpha amd64 ~ia64" IUSE="adns gtk ipv6 snmp ssl gtk2" # since if --disable-gtk2 is not passed to configure it will try to build with glib-2.0, |