From f2b01275f233bedef33a8f6218cd1b83dc98ac42 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 23 Oct 2002 19:42:13 +0000 Subject: Removed bootcd USE flag --- sys-devel/spython/ChangeLog | 6 ++++-- sys-devel/spython/spython-2.0-r7.ebuild | 6 +++--- sys-devel/spython/spython-2.0-r8.ebuild | 6 +++--- sys-devel/spython/spython-2.0-r9.ebuild | 6 +++--- 4 files changed, 13 insertions(+), 11 deletions(-) (limited to 'sys-devel') 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 spython-2.0-r9.ebuild : + 23 Oct 2002; Mike Frysinger : + Removed bootcd USE flag + 14 Mar 2002; Bruce A. Locke 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 -- cgit v1.2.3-65-gdbad