Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2_rc33.ebuild ChangeLog portage-2.1.6.13.ebuild portage-2.1.6.7.ebuild
Date: Sun, 02 Aug 2009 19:51:37
Message-Id: E1MXh5i-0004lJ-Os@stork.gentoo.org
1 zmedico 09/08/02 19:51:34
2
3 Modified: portage-2.2_rc33.ebuild ChangeLog
4 portage-2.1.6.13.ebuild portage-2.1.6.7.ebuild
5 Log:
6 Bug #279985 - Pull in <python-3.0 so --depclean won't remove python-2.x.
7 (Portage version: 2.2_rc33_p13874/cvs/Linux i686)
8
9 Revision Changes Path
10 1.6 sys-apps/portage/portage-2.2_rc33.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild?r1=1.5&r2=1.6
15
16 Index: portage-2.2_rc33.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- portage-2.2_rc33.ebuild 9 Jul 2009 14:24:00 -0000 1.5
23 +++ portage-2.2_rc33.ebuild 2 Aug 2009 19:51:34 -0000 1.6
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/sys-apps/portage/portage-2.2_rc33.ebuild,v 1.5 2009/07/09 14:24:00 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc33.ebuild,v 1.6 2009/08/02 19:51:34 zmedico Exp $
29
30 inherit eutils multilib python
31
32 @@ -12,7 +12,7 @@
33 SLOT="0"
34 IUSE="build doc epydoc selinux linguas_pl"
35
36 -python_dep=">=dev-lang/python-2.5"
37 +python_dep=">=dev-lang/python-2.5 <dev-lang/python-3.0"
38
39 DEPEND="${python_dep}
40 !build? ( >=sys-apps/sed-4.0.5 )
41
42
43
44 1.619 sys-apps/portage/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.619&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.619&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.618&r2=1.619
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
53 retrieving revision 1.618
54 retrieving revision 1.619
55 diff -u -r1.618 -r1.619
56 --- ChangeLog 9 Jul 2009 14:24:00 -0000 1.618
57 +++ ChangeLog 2 Aug 2009 19:51:34 -0000 1.619
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sys-apps/portage
60 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.618 2009/07/09 14:24:00 fauli Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.619 2009/08/02 19:51:34 zmedico Exp $
63 +
64 + 02 Aug 2009; Zac Medico <zmedico@g.o> portage-2.1.6.13.ebuild,
65 + portage-2.2_rc33.ebuild:
66 + Bug #279985 - Pull in <python-3.0 so --depclean won't remove python-2.x.
67
68 09 Jul 2009; Christian Faulhammer <fauli@g.o>
69 portage-2.1.6.7.ebuild, portage-2.1.6.13.ebuild, portage-2.2_rc33.ebuild:
70
71
72
73 1.12 sys-apps/portage/portage-2.1.6.13.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?rev=1.12&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?rev=1.12&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild?r1=1.11&r2=1.12
78
79 Index: portage-2.1.6.13.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v
82 retrieving revision 1.11
83 retrieving revision 1.12
84 diff -u -r1.11 -r1.12
85 --- portage-2.1.6.13.ebuild 9 Jul 2009 14:24:00 -0000 1.11
86 +++ portage-2.1.6.13.ebuild 2 Aug 2009 19:51:34 -0000 1.12
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2009 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v 1.11 2009/07/09 14:24:00 fauli Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuild,v 1.12 2009/08/02 19:51:34 zmedico Exp $
92
93 inherit eutils multilib python
94
95 @@ -12,7 +12,7 @@
96 SLOT="0"
97 IUSE="build doc epydoc selinux linguas_pl"
98
99 -python_dep=">=dev-lang/python-2.5"
100 +python_dep=">=dev-lang/python-2.5 <dev-lang/python-3.0"
101
102 DEPEND="${python_dep}
103 !build? ( >=sys-apps/sed-4.0.5 )
104
105
106
107 1.11 sys-apps/portage/portage-2.1.6.7.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild?rev=1.11&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild?rev=1.11&content-type=text/plain
111 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild?r1=1.10&r2=1.11
112
113 Index: portage-2.1.6.7.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild,v
116 retrieving revision 1.10
117 retrieving revision 1.11
118 diff -u -r1.10 -r1.11
119 --- portage-2.1.6.7.ebuild 9 Jul 2009 14:24:00 -0000 1.10
120 +++ portage-2.1.6.7.ebuild 2 Aug 2009 19:51:34 -0000 1.11
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2009 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild,v 1.10 2009/07/09 14:24:00 fauli Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild,v 1.11 2009/08/02 19:51:34 zmedico Exp $
126
127 inherit eutils multilib python
128
129 @@ -12,7 +12,7 @@
130 SLOT="0"
131 IUSE="build doc epydoc selinux linguas_pl"
132
133 -python_dep=">=dev-lang/python-2.4"
134 +python_dep=">=dev-lang/python-2.4 <dev-lang/python-3.0"
135
136 DEPEND="${python_dep}
137 !build? ( >=sys-apps/sed-4.0.5 )