Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: ChangeLog python-2.5.4-r4.ebuild
Date: Mon, 05 Mar 2012 02:04:33
Message-Id: 20120305020419.DD7592004B@flycatcher.gentoo.org
1 ssuominen 12/03/05 02:04:19
2
3 Modified: ChangeLog python-2.5.4-r4.ebuild
4 Log:
5 Remove obsolete sys-devel/gcc[libffi] built_with_use check wrt #406927 by Michael Weber
6
7 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.572 dev-lang/python/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.572&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.572&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.571&r2=1.572
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
19 retrieving revision 1.571
20 retrieving revision 1.572
21 diff -u -r1.571 -r1.572
22 --- ChangeLog 3 Mar 2012 14:11:45 -0000 1.571
23 +++ ChangeLog 5 Mar 2012 02:04:19 -0000 1.572
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-lang/python
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.571 2012/03/03 14:11:45 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.572 2012/03/05 02:04:19 ssuominen Exp $
29 +
30 + 05 Mar 2012; Samuli Suominen <ssuominen@g.o> python-2.5.4-r4.ebuild:
31 + Remove obsolete sys-devel/gcc[libffi] built_with_use check wrt #406927 by
32 + Michael Weber
33
34 03 Mar 2012; Brent Baude <ranger@g.o> python-3.2.2.ebuild:
35 Marking python-3.2.2 ppc64 for bug 403875
36
37
38
39 1.32 dev-lang/python/python-2.5.4-r4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?rev=1.32&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?rev=1.32&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild?r1=1.31&r2=1.32
44
45 Index: python-2.5.4-r4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v
48 retrieving revision 1.31
49 retrieving revision 1.32
50 diff -u -r1.31 -r1.32
51 --- python-2.5.4-r4.ebuild 14 Dec 2011 23:05:44 -0000 1.31
52 +++ python-2.5.4-r4.ebuild 5 Mar 2012 02:04:19 -0000 1.32
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.31 2011/12/14 23:05:44 floppym Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuild,v 1.32 2012/03/05 02:04:19 ssuominen Exp $
59
60 EAPI="1"
61
62 @@ -61,10 +61,6 @@
63 ewarn "been additionally removed in Python 3. You should use external, still maintained \"bsddb3\""
64 ewarn "module provided by dev-python/bsddb3 which supports both Python 2 and Python 3."
65 fi
66 -
67 - if built_with_use sys-devel/gcc libffi; then
68 - die "Reinstall sys-devel/gcc with \"libffi\" USE flag disabled"
69 - fi
70 }
71
72 src_unpack() {