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-r4.ebuild apbs-1.3-r3.ebuild
Date: Wed, 27 Feb 2013 14:06:31
Message-Id: 20130227140626.7AF222171D@flycatcher.gentoo.org
1 jlec 13/02/27 14:06:26
2
3 Modified: ChangeLog apbs-1.2.1b-r4.ebuild apbs-1.3-r3.ebuild
4 Log:
5 sci-chemistry/apbs: Add missing dep on virtual/pkgconfig
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
8
9 Revision Changes Path
10 1.61 sci-chemistry/apbs/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 19 Feb 2013 15:42:15 -0000 1.60
23 +++ ChangeLog 27 Feb 2013 14:06:26 -0000 1.61
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sci-chemistry/apbs
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.60 2013/02/19 15:42:15 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.61 2013/02/27 14:06:26 jlec Exp $
29 +
30 + 27 Feb 2013; Justin Lecher <jlec@g.o> apbs-1.2.1b-r4.ebuild,
31 + apbs-1.3-r3.ebuild:
32 + Add missing dep on virtual/pkgconfig
33
34 19 Feb 2013; Justin Lecher <jlec@g.o> apbs-1.2.1b-r4.ebuild,
35 metadata.xml:
36
37
38
39 1.16 sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild?rev=1.16&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild?rev=1.16&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild?r1=1.15&r2=1.16
44
45 Index: apbs-1.2.1b-r4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v
48 retrieving revision 1.15
49 retrieving revision 1.16
50 diff -u -r1.15 -r1.16
51 --- apbs-1.2.1b-r4.ebuild 19 Feb 2013 15:42:15 -0000 1.15
52 +++ apbs-1.2.1b-r4.ebuild 27 Feb 2013 14:06:26 -0000 1.16
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.15 2013/02/19 15:42:15 jlec Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.16 2013/02/27 14:06:26 jlec Exp $
58
59 EAPI="3"
60
61 @@ -20,14 +20,15 @@
62 IUSE="arpack doc mpi openmp python tools"
63 KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux"
64
65 -DEPEND="
66 +RDEPEND="
67 dev-libs/maloc[mpi=]
68 virtual/blas
69 sys-libs/readline
70 arpack? ( sci-libs/arpack )
71 tools? ( !sci-libs/gts )
72 mpi? ( virtual/mpi )"
73 -RDEPEND="${DEPEND}"
74 +DEPEND="${DEPEND}
75 + virtual/pkgconfig"
76
77 S="${WORKDIR}"/"${MY_P}-source"
78
79
80
81
82 1.3 sci-chemistry/apbs/apbs-1.3-r3.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild?rev=1.3&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild?rev=1.3&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild?r1=1.2&r2=1.3
87
88 Index: apbs-1.3-r3.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild,v
91 retrieving revision 1.2
92 retrieving revision 1.3
93 diff -u -r1.2 -r1.3
94 --- apbs-1.3-r3.ebuild 19 Oct 2012 07:19:17 -0000 1.2
95 +++ apbs-1.3-r3.ebuild 27 Feb 2013 14:06:26 -0000 1.3
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2012 Gentoo Foundation
98 +# Copyright 1999-2013 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild,v 1.2 2012/10/19 07:19:17 jlec Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild,v 1.3 2013/02/27 14:06:26 jlec Exp $
102
103 EAPI=4
104
105 @@ -21,7 +21,7 @@
106 IUSE="arpack doc examples fetk mpi openmp python static-libs tools"
107 REQUIRED_USE="mpi? ( !python )"
108
109 -DEPEND="
110 +RDEPEND="
111 dev-libs/maloc[mpi=]
112 virtual/blas
113 sys-libs/readline
114 @@ -32,7 +32,8 @@
115 sci-libs/umfpack
116 sci-libs/superlu )
117 mpi? ( virtual/mpi )"
118 -RDEPEND="${DEPEND}"
119 +DEPEND="${DEPEND}
120 + virtual/pkgconfig"
121
122 S="${WORKDIR}"/"${MY_P}-source"