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 | 967a1cb21a52ae5c672835619f5fca7d4f368c51 (patch) | |
tree | 61a1b5ecf764d6376d88b3414a8d84447600bddf /sys-devel | |
parent | QA - fix use invocation (diff) | |
download | historical-967a1cb21a52ae5c672835619f5fca7d4f368c51.tar.gz historical-967a1cb21a52ae5c672835619f5fca7d4f368c51.tar.bz2 historical-967a1cb21a52ae5c672835619f5fca7d4f368c51.zip |
QA - fix use invocation
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gettext/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-devel/gettext/gettext-0.12.1.ebuild | 4 | ||||
-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 |
7 files changed, 29 insertions, 19 deletions
diff --git a/sys-devel/gettext/ChangeLog b/sys-devel/gettext/ChangeLog index 22719526cbcb..cb1c8f90fd45 100644 --- a/sys-devel/gettext/ChangeLog +++ b/sys-devel/gettext/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gettext # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.43 2004/06/11 13:33:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/ChangeLog,v 1.44 2004/06/24 13:49:43 agriffis Exp $ + + 24 Jun 2004; Aron Griffis <agriffis@gentoo.org> gettext-0.12.1-r1.ebuild, + gettext-0.12.1.ebuild: + QA - fix use invocation 11 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> gettext-0.12.1-r1.ebuild: Stable on alpha. diff --git a/sys-devel/gettext/gettext-0.12.1-r1.ebuild b/sys-devel/gettext/gettext-0.12.1-r1.ebuild index e0a075ef686b..a370c0adb0c7 100644 --- a/sys-devel/gettext/gettext-0.12.1-r1.ebuild +++ b/sys-devel/gettext/gettext-0.12.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.11 2004/06/11 13:33:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1-r1.ebuild,v 1.12 2004/06/24 13:49:43 agriffis Exp $ inherit eutils @@ -74,7 +74,7 @@ src_install() { fi # Remove emacs site-lisp stuff if 'emacs' is not in USE - if [ -z "`use emacs`" ] + if ! use emacs then rm -rf ${D}/usr/share/emacs fi diff --git a/sys-devel/gettext/gettext-0.12.1.ebuild b/sys-devel/gettext/gettext-0.12.1.ebuild index 19fd0f29cc9d..087da74cb7e4 100644 --- a/sys-devel/gettext/gettext-0.12.1.ebuild +++ b/sys-devel/gettext/gettext-0.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1.ebuild,v 1.16 2004/06/02 19:42:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gettext/gettext-0.12.1.ebuild,v 1.17 2004/06/24 13:49:43 agriffis Exp $ inherit eutils @@ -74,7 +74,7 @@ src_install() { fi # Remove the emacs site-lisp stuff if 'emacs' is not in USE - if [ -z "`use emacs`" ] + if ! use emacs then rm -rf ${D}/usr/share/emacs fi 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 |