Gentoo Archives: gentoo-commits

From: "Dirkjan Ochtman (djc)" <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.7.2.ebuild ChangeLog python-3.2.ebuild
Date: Mon, 27 Jun 2011 09:19:59
Message-Id: 20110627091945.EABD720054@flycatcher.gentoo.org
1 djc 11/06/27 09:19:45
2
3 Modified: python-2.7.2.ebuild ChangeLog python-3.2.ebuild
4 Log:
5 Bump required autoconf version to 2.65 (bug 372461).
6
7 (Portage version: 2.1.10.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-lang/python/python-2.7.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.7.2.ebuild?r1=1.1&r2=1.2
15
16 Index: python-2.7.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- python-2.7.2.ebuild 27 Jun 2011 08:28:31 -0000 1.1
23 +++ python-2.7.2.ebuild 27 Jun 2011 09:19:45 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2.ebuild,v 1.1 2011/06/27 08:28:31 djc Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.2.ebuild,v 1.2 2011/06/27 09:19:45 djc Exp $
29
30 EAPI="2"
31 WANT_AUTOMAKE="none"
32 @@ -63,7 +63,8 @@
33 xml? ( >=dev-libs/expat-2 )
34 )
35 !!<sys-apps/portage-2.1.9"
36 -DEPEND="${RDEPEND}
37 +DEPEND=">=sys-devel/autoconf-2.65
38 + ${RDEPEND}
39 $([[ "${PV}" == *_pre* ]] && echo "=${CATEGORY}/${PN}-${PV%%.*}*")
40 dev-util/pkgconfig
41 $([[ "${PV}" =~ ^[[:digit:]]+\.[[:digit:]]+_pre ]] && echo "doc? ( dev-python/sphinx )")
42
43
44
45 1.538 dev-lang/python/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.538&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?rev=1.538&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/ChangeLog?r1=1.537&r2=1.538
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v
54 retrieving revision 1.537
55 retrieving revision 1.538
56 diff -u -r1.537 -r1.538
57 --- ChangeLog 27 Jun 2011 08:28:31 -0000 1.537
58 +++ ChangeLog 27 Jun 2011 09:19:45 -0000 1.538
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-lang/python
61 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.537 2011/06/27 08:28:31 djc Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.538 2011/06/27 09:19:45 djc Exp $
64 +
65 + 27 Jun 2011; Dirkjan Ochtman <djc@g.o> python-2.7.2.ebuild,
66 + python-3.2.ebuild:
67 + Bump required autoconf version to 2.65 (bug 372461).
68
69 *python-3.1.4 (27 Jun 2011)
70 *python-2.7.2 (27 Jun 2011)
71
72
73
74 1.5 dev-lang/python/python-3.2.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.ebuild?rev=1.5&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.ebuild?rev=1.5&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-3.2.ebuild?r1=1.4&r2=1.5
79
80 Index: python-3.2.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.ebuild,v
83 retrieving revision 1.4
84 retrieving revision 1.5
85 diff -u -r1.4 -r1.5
86 --- python-3.2.ebuild 17 May 2011 15:14:43 -0000 1.4
87 +++ python-3.2.ebuild 27 Jun 2011 09:19:45 -0000 1.5
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.ebuild,v 1.4 2011/05/17 15:14:43 arfrever Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.2.ebuild,v 1.5 2011/06/27 09:19:45 djc Exp $
93
94 EAPI="3"
95 WANT_AUTOMAKE="none"
96 @@ -53,7 +53,8 @@
97 )
98 xml? ( >=dev-libs/expat-2 )
99 )"
100 -DEPEND="${RDEPEND}
101 +DEPEND=">=sys-devel/autoconf-2.65
102 + ${RDEPEND}
103 $([[ "${PV}" == *_pre* ]] && echo "=${CATEGORY}/${PN}-${PV%%.*}*")
104 $([[ "${PV}" != *_pre* ]] && echo "app-arch/xz-utils")
105 dev-util/pkgconfig