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: ChangeLog portage-2.2_rc44.ebuild
Date: Tue, 06 Oct 2009 20:53:43
Message-Id: E1MvH2R-0003gM-MH@stork.gentoo.org
1 zmedico 09/10/06 20:53:39
2
3 Modified: ChangeLog portage-2.2_rc44.ebuild
4 Log:
5 06 Oct 2009; Zac Medico <zmedico@g.o> portage-2.2_rc44.ebuild:
6 Optimize python deps in order to avoid pulling in python3 when possible.
7 Thanks to Mart Raudsepp <leio@g.o> for the suggestion. This only works
8 if you have the fix from bug #285767 (>=portage-2.2_rc42).
9 (Portage version: 2.2_rc44/cvs/Linux i686)
10
11 Revision Changes Path
12 1.636 sys-apps/portage/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.636&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?rev=1.636&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/ChangeLog?r1=1.635&r2=1.636
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v
21 retrieving revision 1.635
22 retrieving revision 1.636
23 diff -u -r1.635 -r1.636
24 --- ChangeLog 6 Oct 2009 08:13:27 -0000 1.635
25 +++ ChangeLog 6 Oct 2009 20:53:39 -0000 1.636
26 @@ -1,6 +1,11 @@
27 # ChangeLog for sys-apps/portage
28 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.635 2009/10/06 08:13:27 zmedico Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.636 2009/10/06 20:53:39 zmedico Exp $
31 +
32 + 06 Oct 2009; Zac Medico <zmedico@g.o> portage-2.2_rc44.ebuild:
33 + Optimize python deps in order to avoid pulling in python3 when possible.
34 + Thanks to Mart Raudsepp <leio@g.o> for the suggestion. This only works
35 + if you have the fix from bug #285767 (>=portage-2.2_rc42).
36
37 *portage-2.2_rc44 (06 Oct 2009)
38
39
40
41
42 1.2 sys-apps/portage/portage-2.2_rc44.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc44.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc44.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/portage/portage-2.2_rc44.ebuild?r1=1.1&r2=1.2
47
48 Index: portage-2.2_rc44.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc44.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- portage-2.2_rc44.ebuild 6 Oct 2009 08:13:28 -0000 1.1
55 +++ portage-2.2_rc44.ebuild 6 Oct 2009 20:53:39 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2009 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc44.ebuild,v 1.1 2009/10/06 08:13:28 zmedico Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc44.ebuild,v 1.2 2009/10/06 20:53:39 zmedico Exp $
61
62 # Require EAPI 2 since we now require at least python-2.6 (for python 3
63 # syntax support) which also requires EAPI 2.
64 @@ -16,7 +16,7 @@
65 IUSE="build doc epydoc linguas_pl python3 selinux"
66
67 python_dep="python3? ( =dev-lang/python-3* )
68 - !python3? ( >=dev-lang/python-2.6 )"
69 + !python3? ( || ( ( >=dev-lang/python-2.6 <dev-lang/python-3 ) >=dev-lang/python-3 ) )"
70
71 # the pysqlite blocker is for bug #282760
72 DEPEND="${python_dep}