summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-23 19:30:16 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-23 19:30:16 +0000
commit450fa780ab14b7e91e00d3a8ee3c0b6ba73f07a9 (patch)
tree468b135f120cf6b01d153f5d10dffd13948bbb11 /net-misc/wget
parentRemoved bootcd USE flag (diff)
downloadgentoo-2-450fa780ab14b7e91e00d3a8ee3c0b6ba73f07a9.tar.gz
gentoo-2-450fa780ab14b7e91e00d3a8ee3c0b6ba73f07a9.tar.bz2
gentoo-2-450fa780ab14b7e91e00d3a8ee3c0b6ba73f07a9.zip
Removed bootcd USE flag
Diffstat (limited to 'net-misc/wget')
-rw-r--r--net-misc/wget/ChangeLog8
-rw-r--r--net-misc/wget/wget-1.8.1-r1.ebuild6
-rw-r--r--net-misc/wget/wget-1.8.2.ebuild6
3 files changed, 13 insertions, 7 deletions
diff --git a/net-misc/wget/ChangeLog b/net-misc/wget/ChangeLog
index f1debc6485d7..4edd8b441044 100644
--- a/net-misc/wget/ChangeLog
+++ b/net-misc/wget/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-misc/wget
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.4 2002/07/09 11:36:09 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/ChangeLog,v 1.5 2002/10/23 19:29:38 vapier Exp $
*wget-1.8.2 (29 May 2002)
+ 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Removed bootcd USE flag
+
09 Jul 2002; phoen][x <phoenix@gentoo.org> wget-1.8.2.ebuild :
Added KEYWORDS, LICENSE, SLOT.
@@ -15,6 +18,9 @@
*wget-1.8.1-r1 (22 Feb 2002)
+ 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Removed bootcd USE flag
+
09 Jul 2002; phoen][x <phoenix@gentoo.org> wget-1.8.2.ebuild :
Added KEYWORDS, LICENSE, SLOT.
diff --git a/net-misc/wget/wget-1.8.1-r1.ebuild b/net-misc/wget/wget-1.8.1-r1.ebuild
index fca22e3c6e12..1a6a935f7232 100644
--- a/net-misc/wget/wget-1.8.1-r1.ebuild
+++ b/net-misc/wget/wget-1.8.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.1-r1.ebuild,v 1.6 2002/10/05 05:39:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.1-r1.ebuild,v 1.7 2002/10/23 19:29:38 vapier Exp $
-IUSE="ssl nls bootcd static"
+IUSE="ssl nls static"
NPVER=20011209
S=${WORKDIR}/${P}
@@ -41,7 +41,7 @@ src_compile() {
}
src_install() {
- if use build || use bootcd; then
+ if use build; then
insinto /usr
dobin ${S}/src/wget
return
diff --git a/net-misc/wget/wget-1.8.2.ebuild b/net-misc/wget/wget-1.8.2.ebuild
index f6748bab77c9..89313a484504 100644
--- a/net-misc/wget/wget-1.8.2.ebuild
+++ b/net-misc/wget/wget-1.8.2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.7 2002/10/05 05:39:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/wget/wget-1.8.2.ebuild,v 1.8 2002/10/23 19:29:38 vapier Exp $
-IUSE="ssl nls bootcd static"
+IUSE="ssl nls static"
NPVER=20011209
S=${WORKDIR}/${P}
@@ -41,7 +41,7 @@ src_compile() {
}
src_install() {
- if use build || use bootcd; then
+ if use build; then
insinto /usr
dobin ${S}/src/wget
return