Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/snakeoil: snakeoil-0.3.5.ebuild
Date: Wed, 30 Dec 2009 01:12:10
Message-Id: E1NPn6b-0007WC-Ng@stork.gentoo.org
1 arfrever 09/12/30 01:12:05
2
3 Modified: snakeoil-0.3.5.ebuild
4 Log:
5 Support for Python 3.0 apparently has been removed.
6 (Portage version: 15154-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/snakeoil/snakeoil-0.3.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild?r1=1.1&r2=1.2
14
15 Index: snakeoil-0.3.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- snakeoil-0.3.5.ebuild 27 Dec 2009 14:31:57 -0000 1.1
22 +++ snakeoil-0.3.5.ebuild 30 Dec 2009 01:12:05 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v 1.1 2009/12/27 14:31:57 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/snakeoil/snakeoil-0.3.5.ebuild,v 1.2 2009/12/30 01:12:05 arfrever Exp $
28
29 EAPI="2"
30 SUPPORT_PYTHON_ABIS="1"
31 @@ -28,7 +28,7 @@
32 # pkgcore needs it to support upgrading to a different Python slot.
33 PYTHON_ABIS=""
34 local python_interpreter
35 - for python_interpreter in /usr/bin/python{2.[4-9],3.[0-9]}; do
36 + for python_interpreter in /usr/bin/python{2.[4-9],3.[1-9]}; do
37 if [[ -x "${python_interpreter}" ]]; then
38 PYTHON_ABIS+=" ${python_interpreter#/usr/bin/python}"
39 fi