summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2002-10-23 19:42:13 +0000
committerMike Frysinger <vapier@gentoo.org>2002-10-23 19:42:13 +0000
commitf2b01275f233bedef33a8f6218cd1b83dc98ac42 (patch)
treed9e37bb1c83a1b6cc7cf4f0822a84ce33fcf2760 /sys-devel
parentmasked glibc 2.3.1 (diff)
downloadgentoo-2-f2b01275f233bedef33a8f6218cd1b83dc98ac42.tar.gz
gentoo-2-f2b01275f233bedef33a8f6218cd1b83dc98ac42.tar.bz2
gentoo-2-f2b01275f233bedef33a8f6218cd1b83dc98ac42.zip
Removed bootcd USE flag
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/spython/ChangeLog6
-rw-r--r--sys-devel/spython/spython-2.0-r7.ebuild6
-rw-r--r--sys-devel/spython/spython-2.0-r8.ebuild6
-rw-r--r--sys-devel/spython/spython-2.0-r9.ebuild6
4 files changed, 13 insertions, 11 deletions
diff --git a/sys-devel/spython/ChangeLog b/sys-devel/spython/ChangeLog
index 6f253c23b9d4..eb26ed4a92c5 100644
--- a/sys-devel/spython/ChangeLog
+++ b/sys-devel/spython/ChangeLog
@@ -1,11 +1,13 @@
# ChangeLog for sys-devel/spython
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/ChangeLog,v 1.2 2002/03/15 04:09:13 blocke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/ChangeLog,v 1.3 2002/10/23 19:40:23 vapier Exp $
*spython-2.0-r9 (14 Mar 2002)
- 14 Mar 2002; Bruce A. Locke <blocke@shivan.org> spython-2.0-r9.ebuild :
+ 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> :
+ Removed bootcd USE flag
+ 14 Mar 2002; Bruce A. Locke <blocke@shivan.org> spython-2.0-r9.ebuild :
Bumped zlib dependency up to 1.1.4
diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild
index 972ec920e6f9..317b5ad328d2 100644
--- a/sys-devel/spython/spython-2.0-r7.ebuild
+++ b/sys-devel/spython/spython-2.0-r7.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/sys-devel/spython/spython-2.0-r7.ebuild,v 1.14 2002/10/05 05:39:26 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.15 2002/10/23 19:40:23 vapier Exp $
-IUSE="readline bootcd"
+IUSE="readline build"
S=${WORKDIR}/Python-2.0
S2=${WORKDIR}/python-fchksum-1.1
@@ -83,7 +83,7 @@ src_install() {
rm -rf ${D}/usr/lib/spython${PV}/site-packages
dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages
- if [ "`use build`" ] || [ "`use bootcd`" ]
+ if [ "`use build`" ]
then
rm -rf ${D}/usr/share/man
rm -rf ${D}/usr/include
diff --git a/sys-devel/spython/spython-2.0-r8.ebuild b/sys-devel/spython/spython-2.0-r8.ebuild
index 7fb15fa2b79e..03f785b7cdc1 100644
--- a/sys-devel/spython/spython-2.0-r8.ebuild
+++ b/sys-devel/spython/spython-2.0-r8.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/sys-devel/spython/spython-2.0-r8.ebuild,v 1.8 2002/10/05 05:39:26 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.9 2002/10/23 19:40:23 vapier Exp $
-IUSE="readline bootcd"
+IUSE="readline build"
S=${WORKDIR}/Python-2.0
S2=${WORKDIR}/python-fchksum-1.1
@@ -86,7 +86,7 @@ src_install() {
rm -rf ${D}/usr/lib/spython${PV}/site-packages
dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages
- if [ "`use build`" ] || [ "`use bootcd`" ]
+ if [ "`use build`" ]
then
rm -rf ${D}/usr/share/man
rm -rf ${D}/usr/include
diff --git a/sys-devel/spython/spython-2.0-r9.ebuild b/sys-devel/spython/spython-2.0-r9.ebuild
index af53784eb8ee..42dfe5a5c397 100644
--- a/sys-devel/spython/spython-2.0-r9.ebuild
+++ b/sys-devel/spython/spython-2.0-r9.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/sys-devel/spython/spython-2.0-r9.ebuild,v 1.8 2002/10/05 05:39:26 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.9 2002/10/23 19:40:23 vapier Exp $
-IUSE="readline bootcd"
+IUSE="readline build"
S=${WORKDIR}/Python-2.0
S2=${WORKDIR}/python-fchksum-1.1
@@ -86,7 +86,7 @@ src_install() {
rm -rf ${D}/usr/lib/spython${PV}/site-packages
dosym ../python${PV}/site-packages /usr/lib/spython${PV}/site-packages
- if [ "`use build`" ] || [ "`use bootcd`" ]
+ if [ "`use build`" ]
then
rm -rf ${D}/usr/share/man
rm -rf ${D}/usr/include