summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-10-25 13:07:25 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-10-25 13:07:25 +0000
commitb1aeb210fdcd60a92c3bc38b4768e84080a45a56 (patch)
tree9520bbd09721eaa39e71cae29d481d29107237e4 /net-misc
parentMarked Stable on amd64. (diff)
downloadhistorical-b1aeb210fdcd60a92c3bc38b4768e84080a45a56.tar.gz
historical-b1aeb210fdcd60a92c3bc38b4768e84080a45a56.tar.bz2
historical-b1aeb210fdcd60a92c3bc38b4768e84080a45a56.zip
Fix for bug #110035, so now it will build statically and with ssl support. Azarah wrote the patch for that, and upstram has been notified of it.
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/ChangeLog6
-rw-r--r--net-misc/wget/Manifest14
-rw-r--r--net-misc/wget/wget-1.10.2.ebuild7
3 files changed, 10 insertions, 17 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 3d2c67f1a48f..f048611a514d 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,10 @@
# 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.79 2005/10/20 03:48:04 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.80 2005/10/25 13:07:25 seemant Exp $
+
+ 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.
+ Azarah wrote the patch for that, and upstram has been notified of it.
20 Oct 2005; Luis Medinas <metalgod@gentoo.org> wget-1.10.2.ebuild:
Marked Stable on amd64. Bug #109097.
diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest
index ad611ca956e4..d078f18186ff 100644
--- a/net-misc/wget/Manifest
+++ b/net-misc/wget/Manifest
@@ -1,17 +1,7 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 2a745c4b00de31d4ce3b8fc02d89423f ChangeLog 12950
+MD5 f30a4a38b70983f2fe82d02e8e4ca2a1 ChangeLog 13171
MD5 7a36e0deda24735775c38e0d2a84a122 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 221ce659558a10ef2a7e9a07746b1aac wget-1.10.2.ebuild 1832
+MD5 8064da5fcbf28529b6d45520eda2dd8a wget-1.10.2.ebuild 1779
MD5 420bb5bbf1253af5fd8dc56a60f6f092 wget-1.9.1-r5.ebuild 1613
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDWf++gIKl8Uu19MoRAssmAJ4nicSx2fC7JaxCfvEaExQdNiFZIQCeLpuU
-SV1CkzEMtyqob8vv2Pe/Wug=
-=meNE
------END PGP SIGNATURE-----
diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild
index 02c08cb3489f..470c77d8a94e 100644
--- a/net-misc/wget/wget-1.10.2.ebuild
+++ b/net-misc/wget/wget-1.10.2.ebuild
@@ -1,16 +1,15 @@
# 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.7 2005/10/22 09:00:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.8 2005/10/25 13:07:25 seemant Exp $
inherit eutils flag-o-matic
PATCHVER=0.1
DESCRIPTION="Network utility to retrieve files from the WWW"
HOMEPAGE="http://wget.sunsite.dk/"
-SRC_URI="http://dev.gentoo.org/~seemant/distfiles/${P}.tar.gz
- http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2
- mirror://gentoo/${P}.tar.gz
+SRC_URI="mirror://gentoo/${P}.tar.gz
mirror://gnu/wget/${P}.tar.gz
+ http://dev.gentoo.org/~seemant/distfiles/${P}-gentoo-${PATCHVER}.tar.bz2
mirror://gentoo/${P}-gentoo-${PATCHVER}.tar.bz2"
LICENSE="GPL-2"