diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2005-05-16 19:56:24 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2005-05-16 19:56:24 +0000 |
commit | 91bccdc8eae9e5f89038057b902d848f0148a89a (patch) | |
tree | 6d60a7760ee08843b5ed346997d4dc2a4e1ae0bf /net-misc | |
parent | virtual/utempter (diff) | |
download | historical-91bccdc8eae9e5f89038057b902d848f0148a89a.tar.gz historical-91bccdc8eae9e5f89038057b902d848f0148a89a.tar.bz2 historical-91bccdc8eae9e5f89038057b902d848f0148a89a.zip |
Stable on IA64; bug #83920.
Package-Manager: portage-2.0.51.21-r1
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, 9 insertions, 16 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index f0b67b918fb9..dec7ae1d4aa3 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.64 2005/05/16 19:52:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.65 2005/05/16 19:56:24 plasmaroo Exp $ + + 16 May 2005; <plasmaroo@gentoo.org> wget-1.9.1-r5.ebuild: + Stable on IA64; bug #83920. 16 May 2005; Bryan Ăstergaard <kloeri@gentoo.org> wget-1.9.1-r5.ebuild: Stable on alpha. diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index a1b573ac6e63..4d1f9d12edff 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,18 +1,8 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a0a0a49fd392c3a858b70242aa3f7268 wget-1.9.1-r3.ebuild 1561 -MD5 cad705fe2ed8620f0fb84fc00d027046 ChangeLog 10909 +MD5 cd657f1170fa75773a0bb71d36055a96 ChangeLog 11003 MD5 d8da3021a3e635af9c4511b2a55b5633 metadata.xml 343 -MD5 d26843b4442f1720ee27e2baa11ad422 wget-1.9.1-r5.ebuild 1665 MD5 997fb4f22c3f10b16a9f61fcf7f02da5 wget-1.9.1-r4.ebuild 1584 +MD5 a0a0a49fd392c3a858b70242aa3f7268 wget-1.9.1-r3.ebuild 1561 +MD5 6893538375720a42d393bdc7d082bf48 wget-1.9.1-r5.ebuild 1667 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 (GNU/Linux) - -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 c907dcd4cbe2..97f03309a98f 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.5 2005/05/16 19:52:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.6 2005/05/16 19:56:24 plasmaroo 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 ~ppc-macos ~ppc64 ~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 )" |