diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-06 10:31:59 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-06 10:31:59 +0000 |
commit | 3269cec1ba551a6b63461850cee97f65d877d861 (patch) | |
tree | 34c25152c9cbca6bc70c2445511cd7c90db805bc /profiles | |
parent | Wipe out references to removed Python targets. (diff) | |
download | gentoo-2-3269cec1ba551a6b63461850cee97f65d877d861.tar.gz gentoo-2-3269cec1ba551a6b63461850cee97f65d877d861.tar.bz2 gentoo-2-3269cec1ba551a6b63461850cee97f65d877d861.zip |
Wipe out references to removed Python targets.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/python_single_target.desc | 3 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index ac4425037179..e893cd2453c2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9356 2014/09/06 10:28:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9357 2014/09/06 10:31:59 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 @@ -8,6 +8,10 @@ 06 Sep 2014; Michał Górny <mgorny@gentoo.org> desc/python_single_target.desc, desc/python_targets.desc: + Wipe out references to removed Python targets. + + 06 Sep 2014; Michał Górny <mgorny@gentoo.org> + desc/python_single_target.desc, desc/python_targets.desc: Update Python target descriptions. 05 Sep 2014; Michael Orlitzky <mjo@gentoo.org> package.mask: diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index e24cfa9a180b..e0d5208f0eeb 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.9 2014/09/06 10:28:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.10 2014/09/06 10:31:59 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. @@ -10,5 +10,4 @@ python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only jython2_5 - Build for Jython 2.5 only jython2_7 - Build for Jython 2.7 only -pypy2_0 - Build for PyPy 2.0 only pypy - Build for PyPy (Python 2 branch) only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index bef77d289c14..f65fac8b5262 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.12 2014/09/06 10:28:34 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.13 2014/09/06 10:31:59 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. @@ -10,5 +10,4 @@ python3_3 - Build with Python 3.3 python3_4 - Build with Python 3.4 jython2_5 - Build with Jython 2.5 jython2_7 - Build with Jython 2.7 -pypy2_0 - Build with PyPy 2.0 pypy - Build with PyPy (Python 2 branch) |