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 sci-libs/mmtk: mmtk-2.7.1.ebuild
Date: Sun, 25 Apr 2010 17:41:00
Message-Id: 20100425174058.383702C04C@corvid.gentoo.org
1 arfrever 10/04/25 17:40:58
2
3 Modified: mmtk-2.7.1.ebuild
4 Log:
5 Depend on Python 2.
6 (Portage version: HEAD/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-libs/mmtk/mmtk-2.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mmtk/mmtk-2.7.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mmtk/mmtk-2.7.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/mmtk/mmtk-2.7.1.ebuild?r1=1.1&r2=1.2
14
15 Index: mmtk-2.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mmtk-2.7.1.ebuild 25 Apr 2010 10:29:25 -0000 1.1
22 +++ mmtk-2.7.1.ebuild 25 Apr 2010 17:40:58 -0000 1.2
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.1.ebuild,v 1.1 2010/04/25 10:29:25 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.1.ebuild,v 1.2 2010/04/25 17:40:58 arfrever Exp $
28
29 EAPI="2"
30
31 -PYTHON_MODNAME=${MY_PN}
32 +PYTHON_DEPEND="2"
33 SUPPORT_PYTHON_ABIS="1"
34
35 inherit distutils
36 @@ -31,6 +31,8 @@
37
38 S="${WORKDIR}"/${MY_P}
39
40 +PYTHON_MODNAME="${MY_PN}"
41 +
42 src_prepare() {
43 sed -i -e "/ext_package/d" \
44 "${S}"/setup.py \