summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-07-28 14:44:01 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-07-28 14:44:01 +0000
commit3b23cb6c595f1edf214a56b48cd3965062f5f3db (patch)
tree5164f319fcf05894dd2eb2d9c07878b909c249f7 /net-misc
parentFix qt dep per bug #100235 (diff)
downloadgentoo-2-3b23cb6c595f1edf214a56b48cd3965062f5f3db.tar.gz
gentoo-2-3b23cb6c595f1edf214a56b48cd3965062f5f3db.tar.bz2
gentoo-2-3b23cb6c595f1edf214a56b48cd3965062f5f3db.zip
stable on ppc-macos.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/ChangeLog5
-rw-r--r--net-misc/wget/Manifest8
-rw-r--r--net-misc/wget/wget-1.9.1-r5.ebuild4
3 files changed, 10 insertions, 7 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 104cb131abff..2f46de400066 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.71 2005/07/19 11:32:37 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.72 2005/07/28 14:44:01 kito Exp $
+
+ 28 Jul 2005; Kito <kito@gentoo.org> wget-1.9.1-r5.ebuild:
+ stable on ppc-macos.
19 Jul 2005; Seemant Kulleen <seemant@gentoo.org> wget-1.10.ebuild:
added a patch for uclibc and bumped the patchball version. Thanks to
diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest
index 4ef6b1ccb4ac..42f591200579 100644
--- a/net-misc/wget/Manifest
+++ b/net-misc/wget/Manifest
@@ -1,8 +1,8 @@
-MD5 d8da3021a3e635af9c4511b2a55b5633 metadata.xml 343
MD5 17765ecfc03cd1acaed9eb64de3e375e ChangeLog 11968
-MD5 973c90b5b935d86e9385d82d0344704a wget-1.9.1-r5.ebuild 1617
-MD5 81244ebf1bb79594a8447e17f950d76a wget-1.9.1-r3.ebuild 1487
+MD5 d8da3021a3e635af9c4511b2a55b5633 metadata.xml 343
MD5 247319ab51ca445c61dda6f3d17f5284 wget-1.10.ebuild 1548
+MD5 81244ebf1bb79594a8447e17f950d76a wget-1.9.1-r3.ebuild 1487
+MD5 dbaf6b3241af26a670244ceb1262ad75 wget-1.9.1-r5.ebuild 1616
+MD5 52439ec5b3d6e3036e05677e93e647ed files/digest-wget-1.10 133
MD5 94ce8e0557c28ef33d5814ab3dd34980 files/digest-wget-1.9.1-r3 135
MD5 9da83719265c58f22ba93bcb2e8d299f files/digest-wget-1.9.1-r5 136
-MD5 52439ec5b3d6e3036e05677e93e647ed files/digest-wget-1.10 133
diff --git a/net-misc/wget/wget-1.9.1-r5.ebuild b/net-misc/wget/wget-1.9.1-r5.ebuild
index 23844b39f583..e38975a2bfe0 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.13 2005/07/28 14:21:54 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.14 2005/07/28 14:44:01 kito Exp $
inherit eutils flag-o-matic
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/wget/${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 )