diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-10-19 17:57:55 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-10-19 17:57:55 +0000 |
commit | 5370b037bc65ab6cae4d96a5a514d59844d0acce (patch) | |
tree | 51aa5fae2b315820131a9044be2b1a9b71418b8a /net-misc | |
parent | Stable on sparc wrt #109097 (diff) | |
download | historical-5370b037bc65ab6cae4d96a5a514d59844d0acce.tar.gz historical-5370b037bc65ab6cae4d96a5a514d59844d0acce.tar.bz2 historical-5370b037bc65ab6cae4d96a5a514d59844d0acce.zip |
Stable on sparc
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 10 | ||||
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 2bc46e6c6c49..8b0d1e69a440 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.77 2005/10/19 11:46:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.78 2005/10/19 17:57:55 gustavoz Exp $ + + 19 Oct 2005; Gustavo Zacarias <gustavoz@gentoo.org> wget-1.10.2.ebuild: + Stable on sparc 19 Oct 2005; Michael Hanselmann <hansmi@gentoo.org> wget-1.10.2.ebuild: Stable on ppc. diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index fc4dfb718ed0..0f6c79c298e6 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 41f9700fd2a8909c1a82d81a65f50d58 ChangeLog 12840 MD5 7a36e0deda24735775c38e0d2a84a122 files/digest-wget-1.10.2 137 MD5 9da83719265c58f22ba93bcb2e8d299f files/digest-wget-1.9.1-r5 136 @@ -5,3 +8,10 @@ MD5 8e4630728c37bc391e699cd91c848d5f files/wgetrc-ipv6 54 MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252 MD5 9e560dc03af693c8fde8ecceee44026b wget-1.10.2.ebuild 1840 MD5 420bb5bbf1253af5fd8dc56a60f6f092 wget-1.9.1-r5.ebuild 1613 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1-ecc0.1.6 (GNU/Linux) + +iD8DBQFDVolFKRy60XGEcJIRAqsvAJ9ai6GaYnz8F7V/hu1+SNE4eT2zngCgrnAA +KrLEJSKEqfPGR/ED6+iYymo= +=Bywd +-----END PGP SIGNATURE----- diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 4301aeeedee6..db76242d668b 100644 --- a/net-misc/wget/wget-1.10.2.ebuild +++ b/net-misc/wget/wget-1.10.2.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.10.2.ebuild,v 1.4 2005/10/19 11:46:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.5 2005/10/19 17:57:55 gustavoz Exp $ inherit eutils flag-o-matic @@ -15,7 +15,7 @@ SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc x86" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc-macos ~ppc64 ~s390 ~sh sparc x86" IUSE="build debug ipv6 nls socks5 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) |