diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:35:31 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:35:31 +0000 |
commit | 39014bd0c436abaa7fb66b73770b04633808622d (patch) | |
tree | a3e5d7ad2e11925aa3d3bef2dd4a37c77027ec35 /dev-python/pythong | |
parent | Fix use invocation (diff) | |
download | historical-39014bd0c436abaa7fb66b73770b04633808622d.tar.gz historical-39014bd0c436abaa7fb66b73770b04633808622d.tar.bz2 historical-39014bd0c436abaa7fb66b73770b04633808622d.zip |
Fix use invocation
Diffstat (limited to 'dev-python/pythong')
-rw-r--r-- | dev-python/pythong/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.5.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/pythong/ChangeLog b/dev-python/pythong/ChangeLog index c12fa0c3757e..edb9decdbf1f 100644 --- a/dev-python/pythong/ChangeLog +++ b/dev-python/pythong/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pythong # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v 1.8 2004/03/28 11:55:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v 1.9 2004/06/03 17:25:17 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> pythong-2.1.2.ebuild, + pythong-2.1.4.ebuild, pythong-2.1.5.ebuild: + Fix use invocation 28 Mar 2004; Bryan Østergaard <kloeri@gentoo.org> pythong-2.1.2.ebuild, pythong-2.1.4.ebuild: diff --git a/dev-python/pythong/pythong-2.1.2.ebuild b/dev-python/pythong/pythong-2.1.2.ebuild index 754ffdc7452c..97aba7527f2b 100644 --- a/dev-python/pythong/pythong-2.1.2.ebuild +++ b/dev-python/pythong/pythong-2.1.2.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/dev-python/pythong/pythong-2.1.2.ebuild,v 1.3 2004/03/28 11:55:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.2.ebuild,v 1.4 2004/06/03 17:25:17 agriffis Exp $ inherit python distutils @@ -51,7 +51,7 @@ src_install() { cp -r ${S}/{LICENCIA,MANUAL,demos} ${D}/usr/share/doc/${PF} rm -f ${D}/usr/share/doc/${PF}/demos/modulepythong.py - if [ -n "`use doc`" ]; then + if use doc; then insinto /usr/share/doc/${PF} doins ${DISTDIR}/python.pdf fi diff --git a/dev-python/pythong/pythong-2.1.4.ebuild b/dev-python/pythong/pythong-2.1.4.ebuild index 285f28d11abd..0f8b5476688e 100644 --- a/dev-python/pythong/pythong-2.1.4.ebuild +++ b/dev-python/pythong/pythong-2.1.4.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/dev-python/pythong/pythong-2.1.4.ebuild,v 1.2 2004/03/28 11:55:22 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.4.ebuild,v 1.3 2004/06/03 17:25:17 agriffis Exp $ inherit python distutils @@ -51,7 +51,7 @@ src_install() { cp -r ${S}/{LICENCIA,MANUAL,demos} ${D}/usr/share/doc/${PF} rm -f ${D}/usr/share/doc/${PF}/demos/modulepythong.py - if [ -n "`use doc`" ]; then + if use doc; then insinto /usr/share/doc/${PF} doins ${DISTDIR}/python.pdf fi diff --git a/dev-python/pythong/pythong-2.1.5.ebuild b/dev-python/pythong/pythong-2.1.5.ebuild index 0d6d3a9a8ced..a8e6b47369d0 100644 --- a/dev-python/pythong/pythong-2.1.5.ebuild +++ b/dev-python/pythong/pythong-2.1.5.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/dev-python/pythong/pythong-2.1.5.ebuild,v 1.2 2004/01/25 02:31:43 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5.ebuild,v 1.3 2004/06/03 17:25:17 agriffis Exp $ inherit python distutils @@ -56,7 +56,7 @@ src_install() { cp -r ${S}/{LICENCIA,MANUAL,demos} ${D}/usr/share/doc/${PF} rm -f ${D}/usr/share/doc/${PF}/demos/modulepythong.py - if [ -n "`use doc`" ]; then + if use doc; then insinto /usr/share/doc/${PF} doins ${DISTDIR}/python.pdf fi |