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/apbs: ChangeLog apbs-1.2.1b-r3.ebuild
Date: Wed, 12 May 2010 14:02:18
Message-Id: 20100512131741.7B1B42C4F8@corvid.gentoo.org
1 jlec 10/05/12 13:17:41
2
3 Modified: ChangeLog apbs-1.2.1b-r3.ebuild
4 Log:
5 Added missing fortran_pkg_setup
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.30 sci-chemistry/apbs/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.29&r2=1.30
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- ChangeLog 26 Apr 2010 20:28:08 -0000 1.29
22 +++ ChangeLog 12 May 2010 13:17:41 -0000 1.30
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-chemistry/apbs
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.29 2010/04/26 20:28:08 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.30 2010/05/12 13:17:41 jlec Exp $
28 +
29 + 12 May 2010; Justin Lecher (jlec) <jlec@×××××××××.net>
30 + apbs-1.2.1b-r3.ebuild:
31 + Added missing fortran_pkg_setup
32
33 *apbs-1.2.1b-r3 (26 Apr 2010)
34
35
36
37
38 1.2 sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild?r1=1.1&r2=1.2
43
44 Index: apbs-1.2.1b-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- apbs-1.2.1b-r3.ebuild 26 Apr 2010 20:28:08 -0000 1.1
51 +++ apbs-1.2.1b-r3.ebuild 12 May 2010 13:17:41 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild,v 1.1 2010/04/26 20:28:08 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r3.ebuild,v 1.2 2010/05/12 13:17:41 jlec Exp $
57
58 EAPI="3"
59
60 @@ -33,6 +33,7 @@
61
62 pkg_setup() {
63 use python && python_set_active_version 2
64 + fortran_pkg_setup
65 }
66
67 src_prepare() {