diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-16 19:52:43 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-05-16 19:52:43 +0000 |
commit | 3ecf8c42e827d7c3265737c7d2fa06dc65059679 (patch) | |
tree | 2bb0d2220a4ac513fc822705102adfef577328b5 /net-misc | |
parent | Stable on amd64 and x86. (diff) | |
download | historical-3ecf8c42e827d7c3265737c7d2fa06dc65059679.tar.gz historical-3ecf8c42e827d7c3265737c7d2fa06dc65059679.tar.bz2 historical-3ecf8c42e827d7c3265737c7d2fa06dc65059679.zip |
Stable on alpha.
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 16 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r5.ebuild | 4 |
3 files changed, 14 insertions, 11 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 79cb8d8e0a36..f0b67b918fb9 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/wget # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.63 2005/05/16 19:47:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.64 2005/05/16 19:52:43 kloeri Exp $ + + 16 May 2005; Bryan Østergaard <kloeri@gentoo.org> wget-1.9.1-r5.ebuild: + Stable on alpha. 16 May 2005; Gustavo Zacarias <gustavoz@gentoo.org> wget-1.9.1-r5.ebuild: Stable on sparc wrt #seemantoni diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index 7a32b21cc2a2..a1b573ac6e63 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b30c64bd516bf0f08706c63d43dbb62f ChangeLog 10816 +MD5 a0a0a49fd392c3a858b70242aa3f7268 wget-1.9.1-r3.ebuild 1561 +MD5 cad705fe2ed8620f0fb84fc00d027046 ChangeLog 10909 MD5 d8da3021a3e635af9c4511b2a55b5633 metadata.xml 343 +MD5 d26843b4442f1720ee27e2baa11ad422 wget-1.9.1-r5.ebuild 1665 MD5 997fb4f22c3f10b16a9f61fcf7f02da5 wget-1.9.1-r4.ebuild 1584 -MD5 5407d2c708b1e8f0e214e34cc68a24b8 wget-1.9.1-r5.ebuild 1668 -MD5 a0a0a49fd392c3a858b70242aa3f7268 wget-1.9.1-r3.ebuild 1561 -MD5 00d0d47b0f3c0eb0a56d45ff0ee01e6e files/digest-wget-1.9.1-r4 136 MD5 69f37da4a3708c5a2221ad21a5b25d74 files/digest-wget-1.9.1-r5 136 +MD5 00d0d47b0f3c0eb0a56d45ff0ee01e6e files/digest-wget-1.9.1-r4 136 MD5 94ce8e0557c28ef33d5814ab3dd34980 files/digest-wget-1.9.1-r3 135 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) +Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFCiPjRKRy60XGEcJIRArXiAJ0VLYIGIu386y+ceZvoYg0TI61BAwCgiZO4 -qTH5watpDBX200jHgc/6PaU= -=ZKNI +iD8DBQFCiPpDKf2g/qXtneoRAm0MAJ4jkllFKICNqkPjS24gpavVeTuCXQCcCIgk +BhGaCh1yU/JeLx73v7bfXlw= +=iAw6 -----END PGP SIGNATURE----- diff --git a/net-misc/wget/wget-1.9.1-r5.ebuild b/net-misc/wget/wget-1.9.1-r5.ebuild index d02bd5fa2743..c907dcd4cbe2 100644 --- a/net-misc/wget/wget-1.9.1-r5.ebuild +++ b/net-misc/wget/wget-1.9.1-r5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.4 2005/05/16 19:47:09 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.5 2005/05/16 19:52:43 kloeri Exp $ inherit gnuconfig eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~ppc-macos ~s390 ~sh sparc x86" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) socks5? ( net-proxy/dante )" |