diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 06:00:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-12-07 06:00:15 +0000 |
commit | 302d61bcd7408f896eb2aa5b68196bd41f9c00ab (patch) | |
tree | 2a3102b3159b09ee1ba064b2d519b4c9cadc456e /net-misc/wget | |
parent | arm/s390/sh stable (diff) | |
download | gentoo-2-302d61bcd7408f896eb2aa5b68196bd41f9c00ab.tar.gz gentoo-2-302d61bcd7408f896eb2aa5b68196bd41f9c00ab.tar.bz2 gentoo-2-302d61bcd7408f896eb2aa5b68196bd41f9c00ab.zip |
drop old USE=build usage
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
Diffstat (limited to 'net-misc/wget')
-rw-r--r-- | net-misc/wget/wget-1.10.2.ebuild | 9 | ||||
-rw-r--r-- | net-misc/wget/wget-1.9.1-r5.ebuild | 9 |
2 files changed, 4 insertions, 14 deletions
diff --git a/net-misc/wget/wget-1.10.2.ebuild b/net-misc/wget/wget-1.10.2.ebuild index ae3c8ad19aeb..5cfb121649a6 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-2008 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.18 2008/01/28 17:36:04 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.10.2.ebuild,v 1.19 2008/12/07 06:00:15 vapier Exp $ inherit eutils flag-o-matic @@ -14,7 +14,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd" -IUSE="build debug ipv6 nls socks5 ssl static elibc_FreeBSD" +IUSE="debug ipv6 nls socks5 ssl static elibc_FreeBSD" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) socks5? ( net-proxy/dante )" @@ -49,11 +49,6 @@ src_compile() { } src_install() { - if use build ; then - dobin "${S}"/src/wget || die "dobin" - return 0 - fi - make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog MAILING-LIST NEWS README TODO dodoc doc/sample.wgetrc diff --git a/net-misc/wget/wget-1.9.1-r5.ebuild b/net-misc/wget/wget-1.9.1-r5.ebuild index 4fb063a58d4b..04129cf67c15 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-2007 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.16 2007/10/22 21:06:47 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.9.1-r5.ebuild,v 1.17 2008/12/07 06:00:15 vapier Exp $ inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="mirror://gnu/wget/${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="build debug ipv6 nls socks5 ssl static" +IUSE="debug ipv6 nls socks5 ssl static" RDEPEND="ssl? ( >=dev-libs/openssl-0.9.6b ) socks5? ( net-proxy/dante )" @@ -45,11 +45,6 @@ src_compile() { } src_install() { - if use build ; then - dobin "${S}"/src/wget || die "dobin" - return 0 - fi - make DESTDIR="${D}" install || die dodoc AUTHORS ChangeLog MACHINES MAILING-LIST NEWS README TODO dodoc doc/sample.wgetrc |