Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Fri, 03 Jun 2016 16:44:07
Message-Id: 1464971445.cdbc4c79f5a532789a446c58564ba45408e4e84b.mgorny@gentoo
1 commit: cdbc4c79f5a532789a446c58564ba45408e4e84b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 15:30:22 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 16:30:45 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdbc4c79
7
8 profiles/desc: Remove old Python target descriptions
9
10 profiles/desc/python_single_target.desc | 3 +--
11 profiles/desc/python_targets.desc | 5 +----
12 2 files changed, 2 insertions(+), 6 deletions(-)
13
14 diff --git a/profiles/desc/python_single_target.desc b/profiles/desc/python_single_target.desc
15 index 596bb5c..79712ba 100644
16 --- a/profiles/desc/python_single_target.desc
17 +++ b/profiles/desc/python_single_target.desc
18 @@ -1,11 +1,10 @@
19 -# Copyright 1999-2014 Gentoo Foundation.
20 +# Copyright 1999-2016 Gentoo Foundation.
21 # Distributed under the terms of the GNU General Public License v2
22 # $Id$
23
24 # This file contains descriptions of PYTHON_SINGLE_TARGET USE_EXPAND flags.
25
26 python2_7 - Build for Python 2.7 only
27 -python3_2 - Build for Python 3.2 only (deprecated)
28 python3_3 - Build for Python 3.3 only
29 python3_4 - Build for Python 3.4 only
30 python3_5 - Build for Python 3.5 only
31
32 diff --git a/profiles/desc/python_targets.desc b/profiles/desc/python_targets.desc
33 index 6e1610f..3ea63ca 100644
34 --- a/profiles/desc/python_targets.desc
35 +++ b/profiles/desc/python_targets.desc
36 @@ -1,16 +1,13 @@
37 -# Copyright 1999-2014 Gentoo Foundation.
38 +# Copyright 1999-2016 Gentoo Foundation.
39 # Distributed under the terms of the GNU General Public License v2
40 # $Id$
41
42 # This file contains descriptions of PYTHON_TARGETS USE_EXPAND flags.
43
44 -python2_6 - Build with Python 2.6 (removed)
45 python2_7 - Build with Python 2.7
46 -python3_2 - Build with Python 3.2 (deprecated)
47 python3_3 - Build with Python 3.3
48 python3_4 - Build with Python 3.4
49 python3_5 - Build with Python 3.5
50 jython2_7 - Build with Jython 2.7
51 -pypy2_0 - Build with PyPy 2.0 (removed)
52 pypy - Build with PyPy
53 pypy3 - Build with PyPy3