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.3.6-r6.ebuild
Date: Sun, 25 May 2008 14:41:12
Message-Id: E1K0HPK-0001Nv-0C@stork.gentoo.org
1 hawking 08/05/25 14:41:10
2
3 Modified: python-2.3.6-r6.ebuild
4 Log:
5 Fixed typo, thanks to Blackb|rd.
6 (Portage version: 2.1.5.2)
7
8 Revision Changes Path
9 1.4 dev-lang/python/python-2.3.6-r6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild?r1=1.3&r2=1.4
14
15 Index: python-2.3.6-r6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- python-2.3.6-r6.ebuild 25 May 2008 13:06:30 -0000 1.3
22 +++ python-2.3.6-r6.ebuild 25 May 2008 14:41:09 -0000 1.4
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 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.3.6-r6.ebuild,v 1.3 2008/05/25 13:06:30 hawking Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.3.6-r6.ebuild,v 1.4 2008/05/25 14:41:09 hawking Exp $
28
29 # NOTE about python-portage interactions :
30 # - Do not add a pkg_setup() check for a certain version of portage
31 @@ -63,7 +63,7 @@
32 [ "${ARCH}" = "hppa" ] && sed -e 's/utimes //' -i "${S}"/configure
33
34 EPATCH_SUFFIX="patch" epatch "${WORKDIR}/${PV}"
35 - epatch "${FILESDIR}"/${P}-bsddb-test.patch
36 + epatch "${FILESDIR}"/${P}-disable-failing-tests.patch
37 sed -i -e "s:@@GENTOO_LIBDIR@@:$(get_libdir):g" \
38 Lib/distutils/command/install.py \
39 Lib/distutils/sysconfig.py \
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list