summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2011-03-22 06:07:56 +0000
committerBrian Harring <ferringb@gentoo.org>2011-03-22 06:07:56 +0000
commitac0c5b164db7483c102e36008fb3d94c1ac6bd19 (patch)
treed22198f92f78343ad766eeaff55e35d4d85a0c6a /dev-python/snakeoil
parentInherit autotools for eautoreconf (diff)
downloadgentoo-2-ac0c5b164db7483c102e36008fb3d94c1ac6bd19.tar.gz
gentoo-2-ac0c5b164db7483c102e36008fb3d94c1ac6bd19.tar.bz2
gentoo-2-ac0c5b164db7483c102e36008fb3d94c1ac6bd19.zip
disable snakeoil 2to3 caching support
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/snakeoil')
-rw-r--r--dev-python/snakeoil/ChangeLog7
-rw-r--r--dev-python/snakeoil/snakeoil-0.3.6.4.ebuild6
-rw-r--r--dev-python/snakeoil/snakeoil-0.3.6.5.ebuild6
-rw-r--r--dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild4
4 files changed, 17 insertions, 6 deletions
diff --git a/dev-python/snakeoil/ChangeLog b/dev-python/snakeoil/ChangeLog
index ef0cf4e9b981..dfc04e046c74 100644
--- a/dev-python/snakeoil/ChangeLog
+++ b/dev-python/snakeoil/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/snakeoil
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.37 2011/01/04 20:48:26 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/ChangeLog,v 1.38 2011/03/22 06:07:56 ferringb Exp $
+
+ 22 Mar 2011; Brian Harring <ferringb@gentoo.org> snakeoil-0.3.6.4.ebuild,
+ snakeoil-0.3.6.5.ebuild, snakeoil-0.3.7-r1.ebuild:
+ remove potential sandbox violation via suppressing snakeoil 2to3 caching
+ functionality
04 Jan 2011; Brian Harring <ferringb@gentoo.org> snakeoil-0.3.7-r1.ebuild,
files/snakeoil-issue-7567-term-invocation.patch:
diff --git a/dev-python/snakeoil/snakeoil-0.3.6.4.ebuild b/dev-python/snakeoil/snakeoil-0.3.6.4.ebuild
index ce0b680f6fe3..be1c2ee7bf82 100644
--- a/dev-python/snakeoil/snakeoil-0.3.6.4.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.3.6.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.6.4.ebuild,v 1.2 2010/05/24 18:42:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.6.4.ebuild,v 1.3 2011/03/22 06:07:56 ferringb Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -22,6 +22,8 @@ RDEPEND=${DEPEND}
DOCS="AUTHORS NEWS"
pkg_setup() {
+ # disable snakeoil 2to3 caching
+ unset PY2TO3_CACHEDIR
python_pkg_setup
# A hack to install for all versions of Python in the system.
diff --git a/dev-python/snakeoil/snakeoil-0.3.6.5.ebuild b/dev-python/snakeoil/snakeoil-0.3.6.5.ebuild
index 391f804608ef..bef081899926 100644
--- a/dev-python/snakeoil/snakeoil-0.3.6.5.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.3.6.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.6.5.ebuild,v 1.2 2010/05/24 18:42:29 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.6.5.ebuild,v 1.3 2011/03/22 06:07:56 ferringb Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -22,6 +22,8 @@ RDEPEND=${DEPEND}
DOCS="AUTHORS NEWS"
pkg_setup() {
+ # disable snakeoil 2to3 caching
+ unset PY2TO3_CACHEDIR
python_pkg_setup
# A hack to install for all versions of Python in the system.
diff --git a/dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild b/dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild
index 836d09298cee..735ff5df8dbd 100644
--- a/dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild,v 1.2 2011/01/04 20:48:26 ferringb Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.7-r1.ebuild,v 1.3 2011/03/22 06:07:56 ferringb Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -27,6 +27,8 @@ src_prepare() {
}
pkg_setup() {
+ # disable snakeoil 2to3 caching
+ unset PY2TO3_CACHEDIR
python_pkg_setup
# A hack to install for all versions of Python in the system.