diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-09-06 10:28:34 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-09-06 10:28:34 +0000 |
commit | 6ef6ec7c81ceee65d57f5d27ad7fc88135a391f4 (patch) | |
tree | 2a263e17a28701104fcecf3afdb4185165dbb63f /profiles | |
parent | Mask python3_2 target for removal. Clean up stale python2_6 and pypy2_0 targets. (diff) | |
download | gentoo-2-6ef6ec7c81ceee65d57f5d27ad7fc88135a391f4.tar.gz gentoo-2-6ef6ec7c81ceee65d57f5d27ad7fc88135a391f4.tar.bz2 gentoo-2-6ef6ec7c81ceee65d57f5d27ad7fc88135a391f4.zip |
Update Python target descriptions.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 6 | ||||
-rw-r--r-- | profiles/desc/python_single_target.desc | 5 | ||||
-rw-r--r-- | profiles/desc/python_targets.desc | 5 |
3 files changed, 9 insertions, 7 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 35730283db20..ac4425037179 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,15 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9355 2014/09/05 23:09:33 mjo Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9356 2014/09/06 10:28:34 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! + 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: Mask app-doc/djbdns-man for removal in 30 days. diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc index fdec5dd768b1..e24cfa9a180b 100644 --- a/profiles/desc/python_single_target.desc +++ b/profiles/desc/python_single_target.desc @@ -1,12 +1,11 @@ # 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.8 2014/03/16 08:25:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.9 2014/09/06 10:28:34 mgorny Exp $ # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags. -python2_6 - Build for Python 2.6 only python2_7 - Build for Python 2.7 only -python3_2 - Build for Python 3.2 only +python3_2 - Build for Python 3.2 only (deprecated) python3_3 - Build for Python 3.3 only python3_4 - Build for Python 3.4 only jython2_5 - Build for Jython 2.5 only diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc index 366783e9aa8f..bef77d289c14 100644 --- a/profiles/desc/python_targets.desc +++ b/profiles/desc/python_targets.desc @@ -1,12 +1,11 @@ # 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.11 2014/03/16 08:25:13 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.12 2014/09/06 10:28:34 mgorny Exp $ # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags. -python2_6 - Build with Python 2.6 python2_7 - Build with Python 2.7 -python3_2 - Build with Python 3.2 +python3_2 - Build with Python 3.2 (deprecated) python3_3 - Build with Python 3.3 python3_4 - Build with Python 3.4 jython2_5 - Build with Jython 2.5 |