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/python-docs: python-docs-2.4.4-r1.ebuild python-docs-2.5.4-r1.ebuild python-docs-2.6.2-r1.ebuild
Date: Mon, 24 Aug 2009 01:55:01
Message-Id: E1MfOlt-0005ch-Qz@stork.gentoo.org
1 arfrever 09/08/24 01:54:57
2
3 Modified: python-docs-2.4.4-r1.ebuild
4 python-docs-2.5.4-r1.ebuild
5 python-docs-2.6.2-r1.ebuild
6 Log:
7 Update calls to 'eselect python update'.
8
9 Revision Changes Path
10 1.3 dev-python/python-docs/python-docs-2.4.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild?r1=1.2&r2=1.3
15
16 Index: python-docs-2.4.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- python-docs-2.4.4-r1.ebuild 12 Jun 2009 21:31:47 -0000 1.2
23 +++ python-docs-2.4.4-r1.ebuild 24 Aug 2009 01:54:57 -0000 1.3
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-python/python-docs/python-docs-2.4.4-r1.ebuild,v 1.2 2009/06/12 21:31:47 arfrever Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.4.4-r1.ebuild,v 1.3 2009/08/24 01:54:57 arfrever Exp $
29
30 DESCRIPTION="HTML documentation for Python"
31 HOMEPAGE="http://www.python.org/doc/"
32 @@ -37,11 +37,11 @@
33 }
34
35 pkg_postinst() {
36 - eselect python update --ignore 3.0 --ignore 3.1
37 + eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
38 }
39
40 pkg_postrm() {
41 - eselect python update --ignore 3.0 --ignore 3.1
42 + eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
43
44 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
45 rm -f "${ROOT}etc/env.d/65python-docs"
46
47
48
49 1.3 dev-python/python-docs/python-docs-2.5.4-r1.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild?rev=1.3&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild?rev=1.3&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild?r1=1.2&r2=1.3
54
55 Index: python-docs-2.5.4-r1.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild,v
58 retrieving revision 1.2
59 retrieving revision 1.3
60 diff -u -r1.2 -r1.3
61 --- python-docs-2.5.4-r1.ebuild 12 Jun 2009 21:31:47 -0000 1.2
62 +++ python-docs-2.5.4-r1.ebuild 24 Aug 2009 01:54:57 -0000 1.3
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2009 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild,v 1.2 2009/06/12 21:31:47 arfrever Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.5.4-r1.ebuild,v 1.3 2009/08/24 01:54:57 arfrever Exp $
68
69 DESCRIPTION="HTML documentation for Python"
70 HOMEPAGE="http://www.python.org/doc/"
71 @@ -30,11 +30,11 @@
72 }
73
74 pkg_postinst() {
75 - eselect python update --ignore 3.0 --ignore 3.1
76 + eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
77 }
78
79 pkg_postrm() {
80 - eselect python update --ignore 3.0 --ignore 3.1
81 + eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
82
83 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
84 rm -f "${ROOT}etc/env.d/65python-docs"
85
86
87
88 1.4 dev-python/python-docs/python-docs-2.6.2-r1.ebuild
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.6.2-r1.ebuild?rev=1.4&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.6.2-r1.ebuild?rev=1.4&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-docs/python-docs-2.6.2-r1.ebuild?r1=1.3&r2=1.4
93
94 Index: python-docs-2.6.2-r1.ebuild
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.2-r1.ebuild,v
97 retrieving revision 1.3
98 retrieving revision 1.4
99 diff -u -r1.3 -r1.4
100 --- python-docs-2.6.2-r1.ebuild 16 Aug 2009 08:20:49 -0000 1.3
101 +++ python-docs-2.6.2-r1.ebuild 24 Aug 2009 01:54:57 -0000 1.4
102 @@ -1,6 +1,6 @@
103 # Copyright 1999-2009 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.2-r1.ebuild,v 1.3 2009/08/16 08:20:49 fauli Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.6.2-r1.ebuild,v 1.4 2009/08/24 01:54:57 arfrever Exp $
107
108 DESCRIPTION="HTML documentation for Python"
109 HOMEPAGE="http://www.python.org/doc/"
110 @@ -25,11 +25,11 @@
111 }
112
113 pkg_postinst() {
114 - eselect python update --ignore 3.0 --ignore 3.1
115 + eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
116 }
117
118 pkg_postrm() {
119 - eselect python update --ignore 3.0 --ignore 3.1
120 + eselect python update --ignore 3.0 --ignore 3.1 --ignore 3.2
121
122 if ! has_version "<dev-python/python-docs-${SLOT}_alpha" && ! has_version ">=dev-python/python-docs-${SLOT%.*}.$((${SLOT#*.}+1))_alpha"; then
123 rm -f "${ROOT}etc/env.d/65python-docs"