diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 13:49:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-24 13:49:43 +0000 |
commit | 4756fad6fe81d83a61e65aa00da9fe7ce462c3c4 (patch) | |
tree | 6192ff02b41c46d803015c6c6799c1398198e375 /sys-devel/spython | |
parent | QA - fix use invocation (Manifest recommit) (diff) | |
download | gentoo-2-4756fad6fe81d83a61e65aa00da9fe7ce462c3c4.tar.gz gentoo-2-4756fad6fe81d83a61e65aa00da9fe7ce462c3c4.tar.bz2 gentoo-2-4756fad6fe81d83a61e65aa00da9fe7ce462c3c4.zip |
QA - fix use invocation
Diffstat (limited to 'sys-devel/spython')
-rw-r--r-- | sys-devel/spython/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/spython/spython-2.0-r7.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/spython/spython-2.0-r8.ebuild | 8 | ||||
-rw-r--r-- | sys-devel/spython/spython-2.0-r9.ebuild | 8 |
4 files changed, 20 insertions, 14 deletions
diff --git a/sys-devel/spython/ChangeLog b/sys-devel/spython/ChangeLog index 4a35c8fe6ab9..954ff7d29eda 100644 --- a/sys-devel/spython/ChangeLog +++ b/sys-devel/spython/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/spython -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/ChangeLog,v 1.7 2003/02/12 09:16:00 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/ChangeLog,v 1.8 2004/06/24 13:48:44 agriffis Exp $ + +*spython-2.0-r8 (24 Jun 2004) + + 24 Jun 2004; Aron Griffis <agriffis@gentoo.org> spython-2.0-r7.ebuild, + spython-2.0-r8.ebuild, spython-2.0-r9.ebuild: + QA - fix use invocation *spython-2.0-r9 (14 Mar 2002) diff --git a/sys-devel/spython/spython-2.0-r7.ebuild b/sys-devel/spython/spython-2.0-r7.ebuild index 77cdc31a386b..7f4f06f5be3e 100644 --- a/sys-devel/spython/spython-2.0-r7.ebuild +++ b/sys-devel/spython/spython-2.0-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.18 2003/09/05 02:08:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r7.ebuild,v 1.19 2004/06/24 13:48:44 agriffis Exp $ IUSE="readline build" @@ -37,7 +37,7 @@ src_unpack() { echo '*static*' >> Setup.local echo "zlib zlibmodule.c -lz" >> Setup.local - if [ "`use readline`" ] + if use readline then echo "readline readline.c -lreadline -lncurses" >> Setup.local fi @@ -84,7 +84,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`" ] + 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 936aa6430c65..4521444e266b 100644 --- a/sys-devel/spython/spython-2.0-r8.ebuild +++ b/sys-devel/spython/spython-2.0-r8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.12 2003/09/05 02:08:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r8.ebuild,v 1.13 2004/06/24 13:48:44 agriffis Exp $ inherit eutils @@ -42,7 +42,7 @@ src_unpack() { echo '*static*' >> Setup.local echo "zlib zlibmodule.c -lz" >> Setup.local - if [ "`use readline`" ] + if use readline then echo "readline readline.c -lreadline -lncurses" >> Setup.local fi @@ -89,7 +89,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`" ] + 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 03a2de60cb2d..151e0613fef6 100644 --- a/sys-devel/spython/spython-2.0-r9.ebuild +++ b/sys-devel/spython/spython-2.0-r9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.12 2003/09/05 02:08:20 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/spython/spython-2.0-r9.ebuild,v 1.13 2004/06/24 13:48:44 agriffis Exp $ inherit eutils @@ -43,7 +43,7 @@ src_unpack() { echo '*static*' >> Setup.local echo "zlib zlibmodule.c -lz" >> Setup.local - if [ "`use readline`" ] + if use readline then echo "readline readline.c -lreadline -lncurses" >> Setup.local fi @@ -90,7 +90,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`" ] + if use build then rm -rf ${D}/usr/share/man rm -rf ${D}/usr/include |