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/ccp4i: ChangeLog ccp4i-6.1.3-r3.ebuild
Date: Wed, 07 Sep 2011 17:24:29
Message-Id: 20110907172418.29F9C2004C@flycatcher.gentoo.org
1 jlec 11/09/07 17:24:18
2
3 Modified: ChangeLog ccp4i-6.1.3-r3.ebuild
4 Log:
5 EAPI bump, fixed usage of virtualx eclass
6
7 (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.10 sci-chemistry/ccp4i/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 7 Aug 2011 10:14:48 -0000 1.9
23 +++ ChangeLog 7 Sep 2011 17:24:17 -0000 1.10
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sci-chemistry/ccp4i
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.9 2011/08/07 10:14:48 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ChangeLog,v 1.10 2011/09/07 17:24:17 jlec Exp $
29 +
30 + 07 Sep 2011; Justin Lecher <jlec@g.o> ccp4i-6.1.3-r3.ebuild:
31 + EAPI bump, fixed usage of virtualx eclass
32
33 07 Aug 2011; Markos Chandras <hwoarang@g.o> ccp4i-6.1.3-r3.ebuild:
34 Stable on amd64 wrt bug #375907
35
36
37
38 1.6 sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild?r1=1.5&r2=1.6
43
44 Index: ccp4i-6.1.3-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- ccp4i-6.1.3-r3.ebuild 7 Aug 2011 10:14:48 -0000 1.5
51 +++ ccp4i-6.1.3-r3.ebuild 7 Sep 2011 17:24:17 -0000 1.6
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild,v 1.5 2011/08/07 10:14:48 hwoarang Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccp4i/ccp4i-6.1.3-r3.ebuild,v 1.6 2011/09/07 17:24:17 jlec Exp $
57 +
58 +EAPI=3
59
60 -EAPI="2"
61 PYTHON_DEPEND="2"
62
63 inherit base multilib python virtualx
64 @@ -93,7 +94,7 @@
65 export USER=root
66 ccp4i -h > /dev/null
67 }
68 - _ccp4-setup
69 + VIRTUALX_COMMAND="_ccp4-setup" virtualmake
70 echo ""
71 elog "ccp4i needs some enviromental settings. So please"
72 elog "\t source ${EPREFIX}/etc/profile"