diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-03-12 20:30:18 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-03-12 20:30:18 +0000 |
commit | a90c3de29d1be60b136616cf337c8a1976d5ec54 (patch) | |
tree | 7ff5ed92e52cbca375e505e09d2b25ee8ab41cab /net-analyzer/ethereal | |
parent | Unmasked (diff) | |
download | gentoo-2-a90c3de29d1be60b136616cf337c8a1976d5ec54.tar.gz gentoo-2-a90c3de29d1be60b136616cf337c8a1976d5ec54.tar.bz2 gentoo-2-a90c3de29d1be60b136616cf337c8a1976d5ec54.zip |
fixed SRC_URI. Closes #17313.
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r-- | net-analyzer/ethereal/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ethereal/ethereal-0.9.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog index b35df6c4dc00..6a7c10b2acda 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.25 2003/03/11 13:36:12 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.26 2003/03/12 20:30:18 mholzer Exp $ *ethereal-0.9.11 (11 mar 2003) @@ -9,6 +9,9 @@ *ethereal-0.9.10 (09 mar 2003) + 12 Mar 2003; Martin Holzer <mholzer@gentoo.org> ethereal-0.9.10.ebuild: + fixed SRC_URI. Closes #17313. + 09 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> : Security update. diff --git a/net-analyzer/ethereal/ethereal-0.9.10.ebuild b/net-analyzer/ethereal/ethereal-0.9.10.ebuild index bcc69969ae95..02e5c8ca87ad 100644 --- a/net-analyzer/ethereal/ethereal-0.9.10.ebuild +++ b/net-analyzer/ethereal/ethereal-0.9.10.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.10.ebuild,v 1.3 2003/03/11 21:11:46 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.9.10.ebuild,v 1.4 2003/03/12 20:30:18 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" |