diff options
author | Daniel Ostrow <dostrow@gentoo.org> | 2005-11-03 22:36:26 +0000 |
---|---|---|
committer | Daniel Ostrow <dostrow@gentoo.org> | 2005-11-03 22:36:26 +0000 |
commit | 80cb837f1f12b5d026b230ed5039386406ca8a36 (patch) | |
tree | 79103aa66b5bed1e72c56ee6af4aca23973cf061 /net-misc/wget | |
parent | stable on alpha wrt bug #111032 (diff) | |
download | gentoo-2-80cb837f1f12b5d026b230ed5039386406ca8a36.tar.gz gentoo-2-80cb837f1f12b5d026b230ed5039386406ca8a36.tar.bz2 gentoo-2-80cb837f1f12b5d026b230ed5039386406ca8a36.zip |
Stable on ppc64.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 12 | ||||
-rw-r--r-- | net-misc/wget/files/digest-wget-1.10.2 | 2 | ||||
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 4 |
4 files changed, 13 insertions, 10 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index bdca5635035d..05105422a3ed 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.81 2005/11/02 15:45:49 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.82 2005/11/03 22:36:26 dostrow Exp $ + + 03 Nov 2005; Daniel Ostrow <dostrow@gentoo.org> wget-1.10.2.ebuild: + Stable on ppc64. 25 Oct 2005; Seemant Kulleen <seemant@gentoo.org> wget-1.10.2.ebuild: Fix for bug #110035, so now it will build statically and with ssl support. diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index a66023dfa285..48db4fe2109e 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,7 +1,7 @@ -MD5 7f40bb5ce10ce525602787a0ca606f8e ChangeLog 13278 -MD5 bf56e29be4d0562a2a1682f5f15fe9ec files/digest-wget-1.10.2 137 -MD5 9da83719265c58f22ba93bcb2e8d299f files/digest-wget-1.9.1-r5 136 -MD5 8e4630728c37bc391e699cd91c848d5f files/wgetrc-ipv6 54 -MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252 -MD5 c7ce6783a9f0d53fc3f8e00eeb5c01a3 wget-1.10.2.ebuild 1705 +MD5 04e2b0f12f1644d31b42cd28d0c9e8b9 wget-1.10.2.ebuild 1704 MD5 420bb5bbf1253af5fd8dc56a60f6f092 wget-1.9.1-r5.ebuild 1613 +MD5 ea5df18c4db9c21e483e332cd99ff9b5 ChangeLog 13368 +MD5 bc1353abf3bc2339ee85980675343fdf metadata.xml 252 +MD5 ccd4f075b5537ea4109931e85ad3b298 files/digest-wget-1.10.2 137 +MD5 8e4630728c37bc391e699cd91c848d5f files/wgetrc-ipv6 54 +MD5 9da83719265c58f22ba93bcb2e8d299f files/digest-wget-1.9.1-r5 136 diff --git a/net-misc/wget/files/digest-wget-1.10.2 b/net-misc/wget/files/digest-wget-1.10.2 index d2d45d7c850b..3eae11981f73 100644 --- a/net-misc/wget/files/digest-wget-1.10.2 +++ b/net-misc/wget/files/digest-wget-1.10.2 @@ -1,2 +1,2 @@ -MD5 122f553b110a83923f0dc5be45c366ff wget-1.10.2-gentoo-0.2.tar.bz2 4777 MD5 795fefbb7099f93e2d346b026785c4b8 wget-1.10.2.tar.gz 1213056 +MD5 122f553b110a83923f0dc5be45c366ff wget-1.10.2-gentoo-0.2.tar.bz2 4777 diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index 0785545554d3..4b360ff148a7 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.9 2005/11/02 15:44:38 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.10 2005/11/03 22:36:26 dostrow Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${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 ) |