summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-03-07 20:51:07 +0000
committerTim Harder <radhermit@gentoo.org>2013-03-07 20:51:07 +0000
commit26bd4527ecf62658d952a06e3ea5e1863caf45db (patch)
tree9e4eb3aa989d391bd569e8c4d2ec9ce68f2a0789 /profiles
parentMask www-client/chromium system-sqlite USE flag. (diff)
downloadhistorical-26bd4527ecf62658d952a06e3ea5e1863caf45db.tar.gz
historical-26bd4527ecf62658d952a06e3ea5e1863caf45db.tar.bz2
historical-26bd4527ecf62658d952a06e3ea5e1863caf45db.zip
Add jython2_7 for PYTHON_TARGETS.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog6
-rw-r--r--profiles/base/ChangeLog5
-rw-r--r--profiles/base/package.use.force4
-rw-r--r--profiles/desc/python_single_target.desc3
-rw-r--r--profiles/desc/python_targets.desc3
5 files changed, 15 insertions, 6 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index 131aaea0ca5b..2f971354d9a9 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,15 @@
# ChangeLog for profile directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7567 2013/03/07 20:44:17 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.7568 2013/03/07 20:51:07 radhermit 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!
+ 07 Mar 2013; Tim Harder <radhermit@gentoo.org>
+ desc/python_single_target.desc, desc/python_targets.desc:
+ Add jython2_7 for PYTHON_TARGETS.
+
07 Mar 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> base/package.use.mask:
Mask www-client/chromium system-sqlite USE flag.
diff --git a/profiles/base/ChangeLog b/profiles/base/ChangeLog
index 8181c345081f..40727c21782b 100644
--- a/profiles/base/ChangeLog
+++ b/profiles/base/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for Gentoo base-profile
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.511 2013/03/02 14:29:07 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/ChangeLog,v 1.512 2013/03/07 20:48:47 radhermit Exp $
+
+ 07 Mar 2013; Tim Harder <radhermit@gentoo.org> package.use.force:
+ Add jython2_7 for PYTHON_TARGETS.
02 Mar 2013; Michał Górny <mgorny@gentoo.org> use.mask:
Use stable-masking only for systemd. Masking it for old profiles is too
diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force
index 86d46a4c957c..4f2bc47fb41d 100644
--- a/profiles/base/package.use.force
+++ b/profiles/base/package.use.force
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.33 2013/03/02 20:45:52 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/package.use.force,v 1.34 2013/03/07 20:48:47 radhermit Exp $
# Michał Gorny <mgorny@gentoo.org> (26 Feb 2013)
# Meta-packages which use multilib ebuilds always install development
@@ -15,7 +15,7 @@ app-shells/bash readline
# 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_9 python_targets_pypy2_0
+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_jython2_7 python_targets_pypy1_9 python_targets_pypy2_0
# Davide Pesavento <pesa@gentoo.org> (12 Sep 2012)
# Unbundling code needs updates, will be fixed in 2.7
diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
index f3979134eda8..fa64b8460bf8 100644
--- a/profiles/desc/python_single_target.desc
+++ b/profiles/desc/python_single_target.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.3 2013/01/29 21:16:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_single_target.desc,v 1.4 2013/03/07 20:51:07 radhermit Exp $
# This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
@@ -11,5 +11,6 @@ python3_1 - Build for Python 3.1 only
python3_2 - Build for Python 3.2 only
python3_3 - Build for Python 3.3 only
jython2_5 - Build for Jython 2.5 only
+jython2_7 - Build for Jython 2.7 only
pypy1_9 - Build for PyPy 1.9 only
pypy2_0 - Build for PyPy 2.0 only
diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
index ac969aa71e9c..ac2b1ac10d73 100644
--- a/profiles/desc/python_targets.desc
+++ b/profiles/desc/python_targets.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.6 2013/01/29 21:16:00 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/python_targets.desc,v 1.7 2013/03/07 20:51:07 radhermit Exp $
# This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
@@ -11,5 +11,6 @@ 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
+jython2_7 - Build with Jython 2.7
pypy1_9 - Build with PyPy 1.9
pypy2_0 - Build with PyPy 2.0