diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-05-10 12:25:16 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-05-10 12:25:16 +0000 |
commit | b3fa560b18c33295d5448777ac71298cb623ac95 (patch) | |
tree | ddcc32d4fdcd106164c91c40e02b7b18b56f6c36 /net-misc/wget | |
parent | remove crufty ebuilds (diff) | |
download | historical-b3fa560b18c33295d5448777ac71298cb623ac95.tar.gz historical-b3fa560b18c33295d5448777ac71298cb623ac95.tar.bz2 historical-b3fa560b18c33295d5448777ac71298cb623ac95.zip |
make sure to RDEPEND on a socks5 implementation -- dante is the only one I can figure out that does implement it. Closing bug #89523 by Mihai Limbasan <mihailim@gmail.com>
Package-Manager: portage-2.0.51.21-r1
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/wget/Manifest | 4 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r3.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog index 6352f0b495e9..78fa9428f77d 100644 --- a/net-misc/wget/ChangeLog +++ b/net-misc/wget/ChangeLog @@ -1,6 +1,11 @@ # 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.54 2005/03/14 18:23:44 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.55 2005/05/10 12:25:16 seemant Exp $ + + 10 May 2005; Seemant Kulleen <seemant@gentoo.org> wget-1.9.1-r3.ebuild: + make sure to RDEPEND on a socks5 implementation -- dante is the only one I + can figure out that does implement it. Closing bug #89523 by Mihai Limbasan + <mihailim@gmail.com> 14 Mar 2005; Hardave Riar <hardave@gentoo.org> wget-1.9.1-r3.ebuild: Stable on mips, bug #74008. diff --git a/net-misc/wget/Manifest b/net-misc/wget/Manifest index 2f59d9d1c0f7..9effcfa5fba5 100644 --- a/net-misc/wget/Manifest +++ b/net-misc/wget/Manifest @@ -1,6 +1,6 @@ -MD5 830b0e0b23f7b18f64cb1e36c6698bca ChangeLog 8803 +MD5 dc11ddb3e6fa9674a622d31ff3193205 ChangeLog 9056 MD5 d8da3021a3e635af9c4511b2a55b5633 metadata.xml 343 -MD5 482a45240b83bd1041d5d4e822eb55fe wget-1.9.1-r3.ebuild 1708 +MD5 d7cb11cec63ada46d8d231a327bb9b6b wget-1.9.1-r3.ebuild 1737 MD5 3ae4d064cf6e6d112fe89fd8e3fa389c files/digest-wget-1.9.1-r3 63 MD5 f91472025c987d7159170dee736d35e6 files/wget-1.8.2-2Glimit.diff 23388 MD5 987b30c931a50d2dc02a905c29f84821 files/wget-1.8.2-gentoo.diff 1549 diff --git a/net-misc/wget/wget-1.9.1-r3.ebuild b/net-misc/wget/wget-1.9.1-r3.ebuild index ac97a0ca72b1..7630c4b0dac8 100644 --- a/net-misc/wget/wget-1.9.1-r3.ebuild +++ b/net-misc/wget/wget-1.9.1-r3.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-r3.ebuild,v 1.10 2005/03/14 18:23:44 hardave Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r3.ebuild,v 1.11 2005/05/10 12:25:16 seemant Exp $ inherit gnuconfig eutils @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 ppc-macos s390 sh sparc x86" IUSE="build debug ipv6 nls socks5 ssl static" -RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )" +RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) + socks5? ( net-proxy/dante )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext ) sys-devel/autoconf" |