summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-25 18:13:57 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-25 18:13:57 +0000
commite1c4a0e78154dc37e07692717fe191e44cd3d29b (patch)
tree927b27d79cf470a5da866c36a0e8e0020e715dd1 /dev-lang
parentglibc ----------------------------> libc ! (diff)
downloadhistorical-e1c4a0e78154dc37e07692717fe191e44cd3d29b.tar.gz
historical-e1c4a0e78154dc37e07692717fe191e44cd3d29b.tar.bz2
historical-e1c4a0e78154dc37e07692717fe191e44cd3d29b.zip
QA - fix use invocation and a bug in the 2.3.4 ebuilds: [ -z "use X" -o -z "use tcltk" ] doesn't do what you meant it to do
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog8
-rw-r--r--dev-lang/python/Manifest14
-rw-r--r--dev-lang/python/python-2.2.2.ebuild4
-rw-r--r--dev-lang/python/python-2.2.3-r5.ebuild4
-rw-r--r--dev-lang/python/python-2.3.3-r1.ebuild4
-rw-r--r--dev-lang/python/python-2.3.3.ebuild6
-rw-r--r--dev-lang/python/python-2.3.4.ebuild6
-rw-r--r--dev-lang/python/python-2.3.4_rc1.ebuild6
8 files changed, 29 insertions, 23 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 98fe8da1547a..2e4dd604ea14 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/python
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.102 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.103 2004/06/25 18:13:57 agriffis Exp $
+
+ 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> python-2.2.2.ebuild,
+ python-2.2.3-r5.ebuild, python-2.3.3-r1.ebuild, python-2.3.3.ebuild,
+ python-2.3.4.ebuild, python-2.3.4_rc1.ebuild:
+ QA - fix use invocation and a bug in the 2.3.4 ebuilds:
+ [ -z "use X" -o -z "use tcltk" ] doesn't do what you meant it to do
20 Jun 2004; Gustavo Zacarias <gustavoz@gentoo.org> python-2.3.3-r1.ebuild:
Sparc happy stable
diff --git a/dev-lang/python/Manifest b/dev-lang/python/Manifest
index a975a06e12f9..c7e6023d9ee6 100644
--- a/dev-lang/python/Manifest
+++ b/dev-lang/python/Manifest
@@ -1,12 +1,12 @@
-MD5 126bebdbd9c0ae27b94db3216c3e5cc8 python-2.3.4_rc1.ebuild 6146
-MD5 bc25f1aad936aa49c6e1dd3a848af770 python-2.3.3-r1.ebuild 6442
-MD5 b4a90a4b1a58bd520edb637802145e56 python-2.2.3-r5.ebuild 4312
-MD5 14b4d947c7ff0b25ad19199728b6e98e python-2.3.3.ebuild 5529
-MD5 fca68039b78722c1ed63713e44f0ca75 python-2.2.2.ebuild 3014
+MD5 738110e9aebab880aa3af72dd2c03058 python-2.3.4_rc1.ebuild 6126
+MD5 a45292e1d338b878869dd3863ad1e507 python-2.3.3-r1.ebuild 6430
+MD5 0f9aabae29e886a7a75b15e16adc1fe8 python-2.2.3-r5.ebuild 4300
+MD5 70684fcacbb2d7be7505dc64e32e33d5 python-2.3.3.ebuild 5505
+MD5 bd1f07ddb12e1021f97d83bc7bc80fed python-2.2.2.ebuild 3002
MD5 01279e36647bf9cae834cd17c283e2fd python-2.1.3-r1.ebuild 2329
-MD5 9cae1f0876cd3aeaddba1480b005b18a ChangeLog 17597
+MD5 d1370d142151c621e14dbe12e6e3e535 ChangeLog 17917
MD5 8145ce0144332d6caca98fa5fb648741 metadata.xml 221
-MD5 03b535021017d4c08150ba252e5fe5de python-2.3.4.ebuild 6118
+MD5 a0f06b1bf57d5fd11061b519f5550b63 python-2.3.4.ebuild 6098
MD5 ec16631b538a7481f0537191d5f23b27 files/python-2.3-mimetypes_apache.patch 454
MD5 69dfdde8a2e880656ba066253dee80ee files/python-updater 8087
MD5 5f2361b3e770981b737a9ad3d2863931 files/python-2.2.1-r5-gentoo.diff 4152
diff --git a/dev-lang/python/python-2.2.2.ebuild b/dev-lang/python/python-2.2.2.ebuild
index 5173d7bff7ee..b71fc65bb01c 100644
--- a/dev-lang/python/python-2.2.2.ebuild
+++ b/dev-lang/python/python-2.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.13 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.2.ebuild,v 1.14 2004/06/25 18:13:57 agriffis Exp $
IUSE="readline tcltk berkdb bootstrap"
@@ -55,7 +55,7 @@ src_compile() {
local myopts
#if we are creating a new build image, we remove the dependency on g++
- if [ "`use build`" -a ! "`use bootstrap`" ]
+ if use build && ! use bootstrap
then
myopts="--with-cxx=no"
fi
diff --git a/dev-lang/python/python-2.2.3-r5.ebuild b/dev-lang/python/python-2.2.3-r5.ebuild
index e42d60366069..031c4a94f212 100644
--- a/dev-lang/python/python-2.2.3-r5.ebuild
+++ b/dev-lang/python/python-2.2.3-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.21 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.2.3-r5.ebuild,v 1.22 2004/06/25 18:13:57 agriffis Exp $
inherit flag-o-matic eutils python
@@ -82,7 +82,7 @@ src_compile() {
local myopts
#if we are creating a new build image, we remove the dependency on g++
- if [ "`use build`" -a ! "`use bootstrap`" ]
+ if use build && ! use bootstrap
then
myopts="--with-cxx=no"
fi
diff --git a/dev-lang/python/python-2.3.3-r1.ebuild b/dev-lang/python/python-2.3.3-r1.ebuild
index 25bd3764864d..dc9ba53334fd 100644
--- a/dev-lang/python/python-2.3.3-r1.ebuild
+++ b/dev-lang/python/python-2.3.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3-r1.ebuild,v 1.16 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3-r1.ebuild,v 1.17 2004/06/25 18:13:57 agriffis Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -95,7 +95,7 @@ src_compile() {
local myconf
#if we are creating a new build image, we remove the dependency on g++
- if [ "`use build`" -a ! "`use bootstrap`" ]; then
+ if use build && ! use bootstrap; then
myconf="--with-cxx=no"
fi
diff --git a/dev-lang/python/python-2.3.3.ebuild b/dev-lang/python/python-2.3.3.ebuild
index b9195edae985..7423206eb082 100644
--- a/dev-lang/python/python-2.3.3.ebuild
+++ b/dev-lang/python/python-2.3.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.26 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.3.ebuild,v 1.27 2004/06/25 18:13:57 agriffis Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -70,7 +70,7 @@ src_configure() {
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} dbm bsddb"
use readline \
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} readline"
- [ -z "`use X`" -o -z "`use tcltk`" ] \
+ ( use !X || use !tcltk ) \
&& PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _tkinter"
use ncurses \
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _curses _curses_panel"
@@ -92,7 +92,7 @@ src_compile() {
local myconf
#if we are creating a new build image, we remove the dependency on g++
- if [ "`use build`" -a ! "`use bootstrap`" ]; then
+ if use build && ! use bootstrap; then
myconf="--with-cxx=no"
fi
diff --git a/dev-lang/python/python-2.3.4.ebuild b/dev-lang/python/python-2.3.4.ebuild
index 1cc5967497dc..86199238c206 100644
--- a/dev-lang/python/python-2.3.4.ebuild
+++ b/dev-lang/python/python-2.3.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.4 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4.ebuild,v 1.5 2004/06/25 18:13:57 agriffis Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -71,7 +71,7 @@ src_configure() {
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} dbm bsddb"
use readline \
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} readline"
- [ -z "use X" -o -z "use tcltk" ] \
+ ( use !X || use !tcltk ) \
&& PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _tkinter"
use ncurses \
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _curses _curses_panel"
@@ -93,7 +93,7 @@ src_compile() {
local myconf
#if we are creating a new build image, we remove the dependency on g++
- if [ "`use build`" -a ! "`use bootstrap`" ]; then
+ if use build && ! use bootstrap; then
myconf="--with-cxx=no"
fi
diff --git a/dev-lang/python/python-2.3.4_rc1.ebuild b/dev-lang/python/python-2.3.4_rc1.ebuild
index 2074aefc34e5..af90097e6f11 100644
--- a/dev-lang/python/python-2.3.4_rc1.ebuild
+++ b/dev-lang/python/python-2.3.4_rc1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4_rc1.ebuild,v 1.7 2004/06/24 22:54:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.4_rc1.ebuild,v 1.8 2004/06/25 18:13:57 agriffis Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -72,7 +72,7 @@ src_configure() {
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} dbm bsddb"
use readline \
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} readline"
- [ -z "use X" -o -z "use tcltk" ] \
+ ( use !X || use !tcltk ) \
&& PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _tkinter"
use ncurses \
|| PYTHON_DISABLE_MODULES="${PYTHON_DISABLE_MODULES} _curses _curses_panel"
@@ -94,7 +94,7 @@ src_compile() {
local myconf
#if we are creating a new build image, we remove the dependency on g++
- if [ "`use build`" -a ! "`use bootstrap`" ]; then
+ if use build && ! use bootstrap; then
myconf="--with-cxx=no"
fi