summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-07-02 14:48:44 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-07-02 14:48:44 +0000
commit4be43abce811154ec3827c51a1bdf1cc5efdc0ce (patch)
treecd104b9bcf2e7b391f4258fa37f9ba85f6b28c24
parent(QA) RESTRICT clean up. (diff)
downloadgentoo-2-4be43abce811154ec3827c51a1bdf1cc5efdc0ce.tar.gz
gentoo-2-4be43abce811154ec3827c51a1bdf1cc5efdc0ce.tar.bz2
gentoo-2-4be43abce811154ec3827c51a1bdf1cc5efdc0ce.zip
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
-rw-r--r--dev-lang/python/ChangeLog8
-rw-r--r--dev-lang/python/python-2.3.5-r2.ebuild6
-rw-r--r--dev-lang/python/python-2.3.5-r3.ebuild6
-rw-r--r--dev-lang/python/python-2.3.6-r2.ebuild6
-rw-r--r--dev-lang/python/python-2.3.6.ebuild6
-rw-r--r--dev-lang/python/python-2.4.3-r1.ebuild6
-rw-r--r--dev-lang/python/python-2.4.3-r4.ebuild6
-rw-r--r--dev-lang/python/python-2.4.4-r4.ebuild6
-rw-r--r--dev-lang/python/python-2.4.4.ebuild6
-rw-r--r--dev-lang/python/python-2.5-r2.ebuild6
-rw-r--r--dev-lang/python/python-2.5.1-r2.ebuild6
11 files changed, 17 insertions, 51 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index 6a10890330f1..8a3d814b1f7f 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.263 2007/06/30 10:28:34 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.264 2007/07/02 14:48:44 peper Exp $
+
+ 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> python-2.3.5-r2.ebuild,
+ python-2.3.5-r3.ebuild, python-2.3.6.ebuild, python-2.3.6-r2.ebuild,
+ python-2.4.3-r1.ebuild, python-2.4.3-r4.ebuild, python-2.4.4.ebuild,
+ python-2.4.4-r4.ebuild, python-2.5-r2.ebuild, python-2.5.1-r2.ebuild:
+ (QA) RESTRICT clean up.
30 Jun 2007; Lars Weiler <pylon@gentoo.org> python-2.3.6-r2.ebuild,
python-2.5.1-r2.ebuild:
diff --git a/dev-lang/python/python-2.3.5-r2.ebuild b/dev-lang/python/python-2.3.5-r2.ebuild
index b92723ec5efa..a0084c4cd179 100644
--- a/dev-lang/python/python-2.3.5-r2.ebuild
+++ b/dev-lang/python/python-2.3.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild,v 1.16 2007/05/07 10:56:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r2.ebuild,v 1.17 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -49,10 +49,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.3.5-r3.ebuild b/dev-lang/python/python-2.3.5-r3.ebuild
index 0abe5a7b0551..4ad3e992a3d5 100644
--- a/dev-lang/python/python-2.3.5-r3.ebuild
+++ b/dev-lang/python/python-2.3.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v 1.12 2007/05/07 10:56:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.5-r3.ebuild,v 1.13 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -49,10 +49,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.3.6-r2.ebuild b/dev-lang/python/python-2.3.6-r2.ebuild
index 9cf8e9aeecba..dd52c434f42b 100644
--- a/dev-lang/python/python-2.3.6-r2.ebuild
+++ b/dev-lang/python/python-2.3.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.8 2007/06/30 10:28:34 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r2.ebuild,v 1.9 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -51,10 +51,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum app-admin/python-updater"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.3.6.ebuild b/dev-lang/python/python-2.3.6.ebuild
index af6479dffdcf..0bb54bf7246b 100644
--- a/dev-lang/python/python-2.3.6.ebuild
+++ b/dev-lang/python/python-2.3.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6.ebuild,v 1.4 2007/05/07 10:56:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6.ebuild,v 1.5 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -51,10 +51,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.4.3-r1.ebuild b/dev-lang/python/python-2.4.3-r1.ebuild
index 82dd9c533b1e..f167debc7288 100644
--- a/dev-lang/python/python-2.4.3-r1.ebuild
+++ b/dev-lang/python/python-2.4.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.3-r1.ebuild,v 1.15 2007/05/07 10:56:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.3-r1.ebuild,v 1.16 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -51,10 +51,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd "${S}"
diff --git a/dev-lang/python/python-2.4.3-r4.ebuild b/dev-lang/python/python-2.4.3-r4.ebuild
index 6643bdbb3580..3212fc983416 100644
--- a/dev-lang/python/python-2.4.3-r4.ebuild
+++ b/dev-lang/python/python-2.4.3-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.3-r4.ebuild,v 1.13 2007/05/07 10:56:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.3-r4.ebuild,v 1.14 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -51,10 +51,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.4.4-r4.ebuild b/dev-lang/python/python-2.4.4-r4.ebuild
index 717b57394340..518ffff9c5b2 100644
--- a/dev-lang/python/python-2.4.4-r4.ebuild
+++ b/dev-lang/python/python-2.4.4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.16 2007/06/26 16:22:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4-r4.ebuild,v 1.17 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -51,10 +51,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum app-admin/python-updater"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.4.4.ebuild b/dev-lang/python/python-2.4.4.ebuild
index a9e9c85e643e..8a1147b18a02 100644
--- a/dev-lang/python/python-2.4.4.ebuild
+++ b/dev-lang/python/python-2.4.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4.ebuild,v 1.6 2007/06/24 21:23:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.4.ebuild,v 1.7 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -51,10 +51,6 @@ PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd ${S}
diff --git a/dev-lang/python/python-2.5-r2.ebuild b/dev-lang/python/python-2.5-r2.ebuild
index a9131ed6f0bf..4b88daa7f57b 100644
--- a/dev-lang/python/python-2.5-r2.ebuild
+++ b/dev-lang/python/python-2.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5-r2.ebuild,v 1.2 2007/05/07 10:56:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5-r2.ebuild,v 1.3 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -55,10 +55,6 @@ DEPEND=">=sys-libs/zlib-1.1.3
PDEPEND="${DEPEND} dev-python/python-fchksum"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd "${S}"
diff --git a/dev-lang/python/python-2.5.1-r2.ebuild b/dev-lang/python/python-2.5.1-r2.ebuild
index d1176f6d3786..cd1bd8dcd7a5 100644
--- a/dev-lang/python/python-2.5.1-r2.ebuild
+++ b/dev-lang/python/python-2.5.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild,v 1.10 2007/06/30 10:28:34 pylon Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r2.ebuild,v 1.11 2007/07/02 14:48:44 peper Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -55,10 +55,6 @@ DEPEND=">=sys-libs/zlib-1.1.3
PDEPEND="${DEPEND} dev-python/python-fchksum app-admin/python-updater"
PROVIDE="virtual/python"
-# confcache breaks a dlopen check, causing python to not support
-# loading .so files - marienz
-RESTRICT="confcache"
-
src_unpack() {
unpack ${A}
cd "${S}"