Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.5.1-r3.ebuild
Date: Sat, 27 Oct 2007 14:47:28
Message-Id: E1IlmwY-0006Jy-S9@stork.gentoo.org
1 hawking 07/10/27 14:47:18
2
3 Modified: python-2.5.1-r3.ebuild
4 Log:
5 removed unneeded epatch line
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.2 dev-lang/python/python-2.5.1-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild?r1=1.1&r2=1.2
14
15 Index: python-2.5.1-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- python-2.5.1-r3.ebuild 24 Oct 2007 21:39:42 -0000 1.1
22 +++ python-2.5.1-r3.ebuild 27 Oct 2007 14:47:18 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.1 2007/10/24 21:39:42 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.1-r3.ebuild,v 1.2 2007/10/27 14:47:18 hawking Exp $
28
29 # NOTE about python-portage interactions :
30 # - Do not add a pkg_setup() check for a certain version of portage
31 @@ -61,7 +61,6 @@
32 unpack ${A}
33 cd "${S}"
34
35 - #epatch "${FILESDIR}/python-2.5.CVE-2007-4965-int-overflow.patch"
36 if tc-is-cross-compiler ; then
37 [[ $(python -V 2>&1) != "Python ${PV}" ]] && \
38 die "Crosscompiling requires the same host and build versions."
39
40
41
42 --
43 gentoo-commits@g.o mailing list