diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-17 17:01:49 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-17 17:01:49 +0000 |
commit | 2107bd5ec658ffc830f02302147ae48cde641281 (patch) | |
tree | 92cf987fc222256f9af56c5bb4b78808056fc568 /net-analyzer | |
parent | fix issues with creating /usr/portage if mounted as NFS (diff) | |
download | gentoo-2-2107bd5ec658ffc830f02302147ae48cde641281.tar.gz gentoo-2-2107bd5ec658ffc830f02302147ae48cde641281.tar.bz2 gentoo-2-2107bd5ec658ffc830f02302147ae48cde641281.zip |
Corrected SRC_URI.
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.9.9.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index 6a7c10b2acda..ca25abbcf115 100644 --- a/net-analyzer/ethereal/ChangeLog +++ b/net-analyzer/ethereal/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-analyzer/ethereal # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.26 2003/03/12 20:30:18 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.27 2003/03/17 17:01:49 mholzer Exp $ *ethereal-0.9.11 (11 mar 2003) @@ -15,7 +15,10 @@ 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> : Security update. -*ethereal-0.9.9 (19 Feb 2003) +*ethereal-0.9.9 (19 Feb 2003) + + 17 Mar 2003; Martin Holzer <mholzer@gentoo.org> ethereal-0.9.9.ebuild: + Corrected SRC_URI. 19 Feb 2003; Brad Cowan <bcowan@gentoo.org> ethereal-0.9.9.ebuild, files/digest-ethereal-0.9.9: diff --git a/net-analyzer/ethereal/ethereal-0.9.9.ebuild b/net-analyzer/ethereal/ethereal-0.9.9.ebuild index 5d2926a7d99f..031c68982892 100644 --- a/net-analyzer/ethereal/ethereal-0.9.9.ebuild +++ b/net-analyzer/ethereal/ethereal-0.9.9.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.9.ebuild,v 1.2 2003/03/11 21:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.9.ebuild,v 1.3 2003/03/17 17:01:49 mholzer Exp $ IUSE="gtk ipv6 snmp ssl gtk2" S=${WORKDIR}/${P} DESCRIPTION="A commercial-quality network protocol analyzer" -SRC_URI="http://www.ethereal.com/distribution/${P}.tar.bz2" +SRC_URI="http://www.ethereal.com/distribution/old-versions/${P}.tar.bz2" HOMEPAGE="http://www.ethereal.com/" SLOT="0" |