diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-10-29 11:26:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-10-29 11:26:44 +0000 |
commit | b5a6ed9b027f75933a5345f5a2a40afd42c63c70 (patch) | |
tree | 02206e5856b7e0b781006bb263f02083fbf5074a | |
parent | Enable python3.3 for python-exec. (diff) | |
download | gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.tar.gz gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.tar.bz2 gentoo-2-b5a6ed9b027f75933a5345f5a2a40afd42c63c70.zip |
Remove traces of pypy1.7, no longer in the tree and not supported by the eclasses.
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/base/package.use.force | 4 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 6c05d7dba970..49fa330811e3 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7071 2012/10/28 18:29:28 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7072 2012/10/29 11:26:44 mgorny Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 29 Oct 2012; Michał Górny <mgorny@gentoo.org> desc/python_targets.desc: + Remove traces of pypy1.7, no longer in the tree and not supported + by the eclasses. + 28 Oct 2012; Alexandre Rostovtsev <tetromino@gentoo.org> package.mask: Unmask libgphoto2-2.5.x since all blockers for bug #426602 have been resolved. diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog index 72aad7e38b1a..84beab483f5a 100644 --- a/profiles/base/ChangeLog +++ b/profiles/base/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for Gentoo base-profile # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.451 2012/10/29 11:24:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.452 2012/10/29 11:26:44 mgorny Exp $ + + 29 Oct 2012; Michał Górny <mgorny@gentoo.org> package.use.force: + Remove traces of pypy1.7, no longer in the tree and not supported by the + eclasses. 29 Oct 2012; Michał Górny <mgorny@gentoo.org> package.use.force: Enable python3.3 for python-exec. diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 1e6def460e2c..4bd36830bcf2 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.27 2012/10/29 11:24:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.28 2012/10/29 11:26:44 mgorny Exp $ # Michał Górny <mgorny@gentoo.org> (14 Oct 2012) # Force-enable all PYTHON_TARGETS for python-exec to avoid using private # API. Please remember to keep it in sync with python_targets.desc. -dev-python/python-exec python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_pypy1_7 python_targets_pypy1_8 python_targets_pypy1_9 +dev-python/python-exec python_targets_python2_5 python_targets_python2_6 python_targets_python2_7 python_targets_python3_1 python_targets_python3_2 python_targets_python3_3 python_targets_jython2_5 python_targets_pypy1_8 python_targets_pypy1_9 # Davide Pesavento <pesa@gentoo.org> (12 Sep 2012) # qt-creator-2.6.x uses botan-1.10.2, which isn't packaged yet, diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 1defa5515dae..c3143e495953 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.3 2012/10/08 16:09:17 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.4 2012/10/29 11:26:44 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -11,6 +11,5 @@ python3_1 - Build with Python 3.1 python3_2 - Build with Python 3.2 python3_3 - Build with Python 3.3 jython2_5 - Build with Jython 2.5 -pypy1_7 - Build with PyPy 1.7 pypy1_8 - Build with PyPy 1.8 pypy1_9 - Build with PyPy 1.9 |