Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/balbes: balbes-1.0.0_p100317.ebuild ChangeLog
Date: Thu, 22 Apr 2010 19:53:42
Message-Id: 20100422195339.93B682C04A@corvid.gentoo.org
1 jlec 10/04/22 19:53:39
2
3 Modified: balbes-1.0.0_p100317.ebuild ChangeLog
4 Log:
5 Fixes for Python ABIs
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-chemistry/balbes/balbes-1.0.0_p100317.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/balbes/balbes-1.0.0_p100317.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/balbes/balbes-1.0.0_p100317.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/balbes/balbes-1.0.0_p100317.ebuild?r1=1.2&r2=1.3
14
15 Index: balbes-1.0.0_p100317.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/balbes/balbes-1.0.0_p100317.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- balbes-1.0.0_p100317.ebuild 28 Mar 2010 20:46:07 -0000 1.2
22 +++ balbes-1.0.0_p100317.ebuild 22 Apr 2010 19:53:39 -0000 1.3
23 @@ -1,6 +1,6 @@
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-chemistry/balbes/balbes-1.0.0_p100317.ebuild,v 1.2 2010/03/28 20:46:07 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/balbes/balbes-1.0.0_p100317.ebuild,v 1.3 2010/04/22 19:53:39 jlec Exp $
28
29 EAPI="3"
30
31 @@ -30,6 +30,10 @@
32
33 S="${WORKDIR}"/src
34
35 +pkg_setup() {
36 + python_set_active_version 2
37 +}
38 +
39 src_unpack() {
40 unpack ${P}.tar.gz
41 tar xvzf "${DISTDIR}"/ccp4-${CCP4VER}-core-src.tar.gz ccp4-${CCP4VER}/share/balbes/BALBES_0.0.1/bin_py/balbes
42
43
44
45 1.3 sci-chemistry/balbes/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/balbes/ChangeLog?rev=1.3&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/balbes/ChangeLog?rev=1.3&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/balbes/ChangeLog?r1=1.2&r2=1.3
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/balbes/ChangeLog,v
54 retrieving revision 1.2
55 retrieving revision 1.3
56 diff -u -r1.2 -r1.3
57 --- ChangeLog 28 Mar 2010 20:46:07 -0000 1.2
58 +++ ChangeLog 22 Apr 2010 19:53:39 -0000 1.3
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sci-chemistry/balbes
61 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/balbes/ChangeLog,v 1.2 2010/03/28 20:46:07 jlec Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/balbes/ChangeLog,v 1.3 2010/04/22 19:53:39 jlec Exp $
64 +
65 + 22 Apr 2010; Justin Lecher <jlec@g.o> balbes-1.0.0_p100317.ebuild:
66 + Fixes for Python ABIs
67
68 28 Mar 2010; Justin Lecher <jlec@g.o> balbes-1.0.0_p100317.ebuild:
69 Keyworded for ~x86-linux ~amd64-linux