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 | cb9937262e881917b038cf07890097802be085d6 (patch) | |
tree | 0bd2c96f04f8816b44f4f3362f30a373c21ab3f2 /net-misc | |
parent | arm/s390/sh stable (diff) | |
download | historical-cb9937262e881917b038cf07890097802be085d6.tar.gz historical-cb9937262e881917b038cf07890097802be085d6.tar.bz2 historical-cb9937262e881917b038cf07890097802be085d6.zip |
drop old USE=build usage
Package-Manager: portage-2.2_rc17/cvs/Linux 2.6.27.8 x86_64
Diffstat (limited to 'net-misc')
-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 |