summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-18 08:33:57 +0000
committerMike Frysinger <vapier@gentoo.org>2009-08-18 08:33:57 +0000
commit283c0333a5cf3e8104f2e405671e639d570ef9ff (patch)
treec62955bc1865c44f43b848ee6664ff43fd3bae9b /net-misc
parentold (diff)
downloadgentoo-2-283c0333a5cf3e8104f2e405671e639d570ef9ff.tar.gz
gentoo-2-283c0333a5cf3e8104f2e405671e639d570ef9ff.tar.bz2
gentoo-2-283c0333a5cf3e8104f2e405671e639d570ef9ff.zip
Drop USE=socks5 since it no longer exists #281866 by jackieku.
(Portage version: 2.2_rc38/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/wget/ChangeLog8
-rw-r--r--net-misc/wget/wget-1.11.1.ebuild10
-rw-r--r--net-misc/wget/wget-1.11.3.ebuild10
-rw-r--r--net-misc/wget/wget-1.11.4.ebuild10
4 files changed, 18 insertions, 20 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index 366cf1ade51a..444c70e58921 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/wget
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.101 2008/08/16 15:39:06 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.102 2009/08/18 08:33:57 vapier Exp $
+
+ 18 Aug 2009; Mike Frysinger <vapier@gentoo.org> wget-1.11.1.ebuild,
+ wget-1.11.3.ebuild, wget-1.11.4.ebuild:
+ Drop USE=socks5 since it no longer exists #281866 by jackieku.
*wget-1.11.4 (16 Aug 2008)
diff --git a/net-misc/wget/wget-1.11.1.ebuild b/net-misc/wget/wget-1.11.1.ebuild
index 5b919c47d609..7980fb7c3641 100644
--- a/net-misc/wget/wget-1.11.1.ebuild
+++ b/net-misc/wget/wget-1.11.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.7 2008/06/16 22:04:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.1.ebuild,v 1.8 2009/08/18 08:33:57 vapier Exp $
inherit eutils flag-o-matic
@@ -11,10 +11,9 @@ SRC_URI="mirror://gnu/wget/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="debug ipv6 nls socks5 ssl static"
+IUSE="debug ipv6 nls ssl static"
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
- socks5? ( net-proxy/dante )"
+RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@@ -34,7 +33,6 @@ src_compile() {
$(use_enable ipv6) \
$(use_enable nls) \
$(use_enable debug) \
- $(use_with socks5 socks) \
|| die
emake || die
}
diff --git a/net-misc/wget/wget-1.11.3.ebuild b/net-misc/wget/wget-1.11.3.ebuild
index 5405167add25..f10645d28d53 100644
--- a/net-misc/wget/wget-1.11.3.ebuild
+++ b/net-misc/wget/wget-1.11.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.3.ebuild,v 1.3 2008/12/07 05:59:52 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.3.ebuild,v 1.4 2009/08/18 08:33:57 vapier Exp $
inherit eutils flag-o-matic
@@ -11,10 +11,9 @@ SRC_URI="mirror://gnu/wget/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="alpha ~amd64 arm ~hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
-IUSE="debug ipv6 nls socks5 ssl static"
+IUSE="debug ipv6 nls ssl static"
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
- socks5? ( net-proxy/dante )"
+RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@@ -34,7 +33,6 @@ src_compile() {
$(use_enable ipv6) \
$(use_enable nls) \
$(use_enable debug) \
- $(use_with socks5 socks) \
|| die
emake || die
}
diff --git a/net-misc/wget/wget-1.11.4.ebuild b/net-misc/wget/wget-1.11.4.ebuild
index bb8d27eecb40..7db8ff934645 100644
--- a/net-misc/wget/wget-1.11.4.ebuild
+++ b/net-misc/wget/wget-1.11.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.1 2008/08/16 15:39:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.11.4.ebuild,v 1.2 2009/08/18 08:33:57 vapier Exp $
inherit eutils flag-o-matic
@@ -11,10 +11,9 @@ SRC_URI="mirror://gnu/wget/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="debug ipv6 nls socks5 ssl static"
+IUSE="debug ipv6 nls ssl static"
-RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )
- socks5? ( net-proxy/dante )"
+RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@@ -34,7 +33,6 @@ src_compile() {
$(use_enable ipv6) \
$(use_enable nls) \
$(use_enable debug) \
- $(use_with socks5 socks) \
|| die
emake || die
}