Gentoo Archives: gentoo-commits

From: "Sebastian Pipping (sping)" <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/shm: shm-1.2.2.ebuild ChangeLog
Date: Sat, 26 Jun 2010 01:41:05
Message-Id: 20100626014101.BB27F2CF6D@corvid.gentoo.org
1 sping 10/06/26 01:41:01
2
3 Modified: shm-1.2.2.ebuild ChangeLog
4 Log:
5 dev-python/shm: Fix setup.py to respect CC variable (bug #243966)
6 (Portage version: 2.2_rc62/cvs/Linux i686)
7
8 Revision Changes Path
9 1.5 dev-python/shm/shm-1.2.2.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild?r1=1.4&r2=1.5
14
15 Index: shm-1.2.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- shm-1.2.2.ebuild 7 Feb 2010 20:27:57 -0000 1.4
22 +++ shm-1.2.2.ebuild 26 Jun 2010 01:41:01 -0000 1.5
23 @@ -1,10 +1,12 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v 1.4 2010/02/07 20:27:57 pva Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/shm-1.2.2.ebuild,v 1.5 2010/06/26 01:41:01 sping Exp $
28 +
29 +EAPI="2"
30
31 NEED_PYTHON=2.3
32
33 -inherit distutils
34 +inherit eutils distutils
35
36 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37
38 @@ -19,6 +21,10 @@
39 DEPEND="dev-python/setuptools"
40 RDEPEND=""
41
42 +src_prepare() {
43 + epatch "${FILESDIR}"/${P}-compiler.patch
44 +}
45 +
46 src_install() {
47 distutils_src_install
48
49
50
51
52 1.7 dev-python/shm/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shm/ChangeLog?rev=1.7&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shm/ChangeLog?rev=1.7&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/shm/ChangeLog?r1=1.6&r2=1.7
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v
61 retrieving revision 1.6
62 retrieving revision 1.7
63 diff -u -r1.6 -r1.7
64 --- ChangeLog 2 Jun 2010 06:29:21 -0000 1.6
65 +++ ChangeLog 26 Jun 2010 01:41:01 -0000 1.7
66 @@ -1,6 +1,10 @@
67 # ChangeLog for dev-python/shm
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v 1.6 2010/06/02 06:29:21 tove Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-python/shm/ChangeLog,v 1.7 2010/06/26 01:41:01 sping Exp $
71 +
72 + 26 Jun 2010; Sebastian Pipping <sping@g.o> shm-1.2.2.ebuild,
73 + +files/shm-1.2.2-compiler.patch:
74 + Fix setup.py to respect CC variable (bug #243966)
75
76 02 Jun 2010; Torsten Veller <tove@g.o> metadata.xml:
77 Remove chtekk from metadata.xml (#103720)