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.4.6.ebuild python-2.5.4-r3.ebuild
Date: Thu, 28 May 2009 16:57:20
Message-Id: E1M9ius-0001Gf-57@stork.gentoo.org
1 arfrever 09/05/28 16:57:18
2
3 Modified: python-2.4.6.ebuild python-2.5.4-r3.ebuild
4 Log:
5 Ignore 3.1 slot.
6
7 Revision Changes Path
8 1.9 dev-lang/python/python-2.4.6.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.9&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.9&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?r1=1.8&r2=1.9
13
14 Index: python-2.4.6.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v
17 retrieving revision 1.8
18 retrieving revision 1.9
19 diff -u -r1.8 -r1.9
20 --- python-2.4.6.ebuild 27 May 2009 15:53:24 -0000 1.8
21 +++ python-2.4.6.ebuild 28 May 2009 16:57:18 -0000 1.9
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.8 2009/05/27 15:53:24 armin76 Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.9 2009/05/28 16:57:18 arfrever Exp $
27
28 # NOTE about python-portage interactions :
29 # - Do not add a pkg_setup() check for a certain version of portage
30 @@ -230,14 +230,14 @@
31 }
32
33 pkg_postrm() {
34 - eselect python update --ignore 3.0
35 + eselect python update --ignore 3.0 --ignore 3.1
36 python_mod_cleanup /usr/lib/python${PYVER}
37 [[ "$(get_libdir)" == "lib" ]] || \
38 python_mod_cleanup /usr/$(get_libdir)/python${PYVER}
39 }
40
41 pkg_postinst() {
42 - eselect python update --ignore 3.0
43 + eselect python update --ignore 3.0 --ignore 3.1
44 python_mod_optimize
45 python_mod_optimize -x "(site-packages|test)" \
46 /usr/lib/python${PYVER}
47
48
49
50 1.2 dev-lang/python/python-2.5.4-r3.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild?r1=1.1&r2=1.2
55
56 Index: python-2.5.4-r3.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- python-2.5.4-r3.ebuild 25 May 2009 17:11:18 -0000 1.1
63 +++ python-2.5.4-r3.ebuild 28 May 2009 16:57:18 -0000 1.2
64 @@ -1,6 +1,6 @@
65 # Copyright 1999-2009 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.1 2009/05/25 17:11:18 arfrever Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuild,v 1.2 2009/05/28 16:57:18 arfrever Exp $
69
70 # NOTE about python-portage interactions :
71 # - Do not add a pkg_setup() check for a certain version of portage
72 @@ -248,14 +248,14 @@
73 }
74
75 pkg_postrm() {
76 - eselect python update --ignore 3.0
77 + eselect python update --ignore 3.0 --ignore 3.1
78
79 python_mod_cleanup /usr/lib/python${PYVER}
80 [[ "$(get_libdir)" != "lib" ]] && python_mod_cleanup /usr/$(get_libdir)/python${PYVER}
81 }
82
83 pkg_postinst() {
84 - eselect python update --ignore 3.0
85 + eselect python update --ignore 3.0 --ignore 3.1
86
87 python_mod_optimize -x "(site-packages|test)" /usr/lib/python${PYVER}
88 [[ "$(get_libdir)" != "lib" ]] && python_mod_optimize -x "(site-packages|test)" /usr/$(get_libdir)/python${PYVER}