Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.4.6.ebuild
Date: Mon, 10 May 2010 18:42:18
Message-Id: 20100510184216.C9F982C5B3@corvid.gentoo.org
1 arfrever 10/05/10 18:42:16
2
3 Modified: python-2.4.6.ebuild
4 Log:
5 pyexpat module uses internal copy of expat.
6
7 Revision Changes Path
8 1.34 dev-lang/python/python-2.4.6.ebuild
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.34&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?rev=1.34&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/python-2.4.6.ebuild?r1=1.33&r2=1.34
13
14 Index: python-2.4.6.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v
17 retrieving revision 1.33
18 retrieving revision 1.34
19 diff -u -r1.33 -r1.34
20 --- python-2.4.6.ebuild 2 May 2010 16:41:19 -0000 1.33
21 +++ python-2.4.6.ebuild 10 May 2010 18:42:16 -0000 1.34
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2010 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.33 2010/05/02 16:41:19 arfrever Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v 1.34 2010/05/10 18:42:16 arfrever Exp $
27
28 EAPI="1"
29
30 @@ -39,8 +39,8 @@
31 )
32 ssl? ( dev-libs/openssl )
33 tk? ( >=dev-lang/tk-8.0 )
34 - xml? ( dev-libs/expat )
35 )"
36 +# xml? ( dev-libs/expat )
37 DEPEND="${RDEPEND}"
38 RDEPEND+=" !build? ( app-misc/mime-types )"
39 PDEPEND="app-admin/python-updater"
40 @@ -59,9 +59,6 @@
41 unpack ${A}
42 cd "${S}"
43
44 - # Ensure that internal copy of expat is not used.
45 - rm -fr Modules/expat
46 -
47 if tc-is-cross-compiler; then
48 epatch "${FILESDIR}/python-2.4.4-test-cross.patch"
49 else