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-lang/python: python-2.6.2-r2.ebuild python-2.4.6.ebuild python-2.5.4-r3.ebuild
Date: Mon, 28 Sep 2009 14:27:59
Message-Id: E1MsHCl-0004MG-AY@stork.gentoo.org
1 arfrever 09/09/28 14:27:55
2
3 Modified: python-2.6.2-r2.ebuild python-2.4.6.ebuild
4 python-2.5.4-r3.ebuild
5 Log:
6 Fix typos.
7 (Portage version: 14455-svn/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-lang/python/python-2.6.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild?r1=1.6&r2=1.7
15
16 Index: python-2.6.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- python-2.6.2-r2.ebuild 27 Sep 2009 18:33:37 -0000 1.6
23 +++ python-2.6.2-r2.ebuild 28 Sep 2009 14:27:53 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild,v 1.6 2009/09/27 18:33:37 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r2.ebuild,v 1.7 2009/09/28 14:27:53 arfrever Exp $
29
30 EAPI="2"
31
32 @@ -110,7 +110,7 @@
33 src_configure() {
34 # Disable extraneous modules with extra dependencies.
35 if use build; then
36 - export PYTHON_DISABLE_MODULES="dbm bsddb gdbm _curses _curses_panel readline _sqlite3 _tkinter _elementtree pyexpat"
37 + export PYTHON_DISABLE_MODULES="dbm _bsddb gdbm _curses _curses_panel readline _sqlite3 _tkinter _elementtree pyexpat"
38 export PYTHON_DISABLE_SSL="1"
39 else
40 # dbm module can be linked against berkdb or gdbm.
41
42
43
44 1.19 dev-lang/python/python-2.4.6.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?r1=1.18&r2=1.19
49
50 Index: python-2.4.6.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- python-2.4.6.ebuild 27 Sep 2009 18:33:37 -0000 1.18
57 +++ python-2.4.6.ebuild 28 Sep 2009 14:27:53 -0000 1.19
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2009 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.18 2009/09/27 18:33:37 arfrever Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.19 2009/09/28 14:27:53 arfrever Exp $
63
64 EAPI="1"
65
66 @@ -95,7 +95,7 @@
67 src_configure() {
68 # Disable extraneous modules with extra dependencies.
69 if use build; then
70 - export PYTHON_DISABLE_MODULES="dbm bsddb gdbm _curses _curses_panel readline _tkinter pyexpat"
71 + export PYTHON_DISABLE_MODULES="dbm _bsddb gdbm _curses _curses_panel readline _tkinter pyexpat"
72 export PYTHON_DISABLE_SSL="1"
73 else
74 # dbm module can be linked against berkdb or gdbm.
75
76
77
78 1.21 dev-lang/python/python-2.5.4-r3.ebuild
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.21&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.21&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?r1=1.20&r2=1.21
83
84 Index: python-2.5.4-r3.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v
87 retrieving revision 1.20
88 retrieving revision 1.21
89 diff -u -r1.20 -r1.21
90 --- python-2.5.4-r3.ebuild 27 Sep 2009 18:33:37 -0000 1.20
91 +++ python-2.5.4-r3.ebuild 28 Sep 2009 14:27:53 -0000 1.21
92 @@ -1,6 +1,6 @@
93 # Copyright 1999-2009 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.20 2009/09/27 18:33:37 arfrever Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.21 2009/09/28 14:27:53 arfrever Exp $
97
98 EAPI="1"
99
100 @@ -101,7 +101,7 @@
101 src_configure() {
102 # Disable extraneous modules with extra dependencies.
103 if use build; then
104 - export PYTHON_DISABLE_MODULES="dbm bsddb gdbm _curses _curses_panel readline _sqlite3 _tkinter pyexpat"
105 + export PYTHON_DISABLE_MODULES="dbm _bsddb gdbm _curses _curses_panel readline _sqlite3 _tkinter pyexpat"
106 export PYTHON_DISABLE_SSL="1"
107 else
108 # dbm module can be linked against berkdb or gdbm.