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/mrbump: mrbump-0.4.4.ebuild ChangeLog
Date: Thu, 22 Apr 2010 19:35:37
Message-Id: 20100422193533.812B728AEE@corvid.gentoo.org
1 jlec 10/04/22 19:35:33
2
3 Modified: mrbump-0.4.4.ebuild ChangeLog
4 Log:
5 Support for Python ABIs, #316175
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 sci-chemistry/mrbump/mrbump-0.4.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/mrbump-0.4.4.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/mrbump-0.4.4.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/mrbump-0.4.4.ebuild?r1=1.1&r2=1.2
14
15 Index: mrbump-0.4.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mrbump/mrbump-0.4.4.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- mrbump-0.4.4.ebuild 6 Feb 2010 23:25:56 -0000 1.1
22 +++ mrbump-0.4.4.ebuild 22 Apr 2010 19:35:33 -0000 1.2
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/sci-chemistry/mrbump/mrbump-0.4.4.ebuild,v 1.1 2010/02/06 23:25:56 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mrbump/mrbump-0.4.4.ebuild,v 1.2 2010/04/22 19:35:33 jlec Exp $
28
29 -EAPI="2"
30 +EAPI="3"
31
32 -inherit eutils multilib
33 +PYTHON_DEPEND="2"
34 +
35 +inherit eutils multilib python
36
37 DESCRIPTION="An automated scheme for Molecular Replacement"
38 HOMEPAGE="http://www.ccp4.ac.uk/MrBUMP"
39 @@ -23,10 +25,13 @@
40 sci-biology/t-coffee )
41 sci-biology/fasta
42 X? ( media-gfx/graphviz )
43 - perl? ( dev-perl/SOAP-Lite )
44 - >=dev-lang/python-2.3"
45 + perl? ( dev-perl/SOAP-Lite )"
46 DEPEND="${RDEPEND}"
47
48 +pkg_setup() {
49 + python_set_active_version 2
50 +}
51 +
52 src_unpack(){
53 unpack ${A}
54 cd "${S}"
55 @@ -35,6 +40,7 @@
56
57 src_prepare() {
58 epatch "${FILESDIR}"/${PV}-superpose.patch
59 + python_convert_shebangs 2 setup_lib/*
60 }
61
62 src_install(){
63
64
65
66 1.2 sci-chemistry/mrbump/ChangeLog
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/ChangeLog?rev=1.2&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/ChangeLog?rev=1.2&content-type=text/plain
70 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/mrbump/ChangeLog?r1=1.1&r2=1.2
71
72 Index: ChangeLog
73 ===================================================================
74 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/mrbump/ChangeLog,v
75 retrieving revision 1.1
76 retrieving revision 1.2
77 diff -u -r1.1 -r1.2
78 --- ChangeLog 6 Feb 2010 23:25:56 -0000 1.1
79 +++ ChangeLog 22 Apr 2010 19:35:33 -0000 1.2
80 @@ -1,6 +1,9 @@
81 # ChangeLog for sci-chemistry/mrbump
82 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
83 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mrbump/ChangeLog,v 1.1 2010/02/06 23:25:56 jlec Exp $
84 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mrbump/ChangeLog,v 1.2 2010/04/22 19:35:33 jlec Exp $
85 +
86 + 22 Apr 2010; Justin Lecher <jlec@g.o> mrbump-0.4.4.ebuild:
87 + Support for Python ABIs, #316175
88
89 *mrbump-0.4.4 (06 Feb 2010)