Gentoo Archives: gentoo-commits

From: "Markus Dittrich (markusle)" <markusle@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/apbs: apbs-0.5.0.ebuild apbs-0.5.1.ebuild ChangeLog
Date: Sat, 12 Jan 2008 13:44:11
Message-Id: E1JDgee-0007Ak-Jo@stork.gentoo.org
1 markusle 08/01/12 13:44:08
2
3 Modified: apbs-0.5.0.ebuild apbs-0.5.1.ebuild ChangeLog
4 Log:
5 Fixed improper link path for libapbsblas.a (fixes bug #205310).
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.3 sci-chemistry/apbs/apbs-0.5.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-0.5.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-0.5.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-0.5.0.ebuild?r1=1.2&r2=1.3
14
15 Index: apbs-0.5.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.5.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- apbs-0.5.0.ebuild 24 Feb 2007 18:39:08 -0000 1.2
22 +++ apbs-0.5.0.ebuild 12 Jan 2008 13:44:08 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.5.0.ebuild,v 1.2 2007/02/24 18:39:08 je_fro Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.5.0.ebuild,v 1.3 2008/01/12 13:44:08 markusle Exp $
29
30 inherit eutils fortran
31
32 @@ -38,7 +38,7 @@
33 econf ${myconf} || die "configure failed"
34
35 # build
36 - make DESTDIR=${D} || die "make failed"
37 + make DESTDIR="${D}" || die "make failed"
38 }
39
40 src_install() {
41
42
43
44 1.2 sci-chemistry/apbs/apbs-0.5.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-0.5.1.ebuild?rev=1.2&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-0.5.1.ebuild?rev=1.2&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/apbs-0.5.1.ebuild?r1=1.1&r2=1.2
49
50 Index: apbs-0.5.1.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.5.1.ebuild,v
53 retrieving revision 1.1
54 retrieving revision 1.2
55 diff -u -r1.1 -r1.2
56 --- apbs-0.5.1.ebuild 18 Jul 2007 17:37:48 -0000 1.1
57 +++ apbs-0.5.1.ebuild 12 Jan 2008 13:44:08 -0000 1.2
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.5.1.ebuild,v 1.1 2007/07/18 17:37:48 je_fro Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-0.5.1.ebuild,v 1.2 2008/01/12 13:44:08 markusle Exp $
64
65 inherit eutils fortran
66
67 @@ -29,6 +29,10 @@
68 }
69
70 src_compile() {
71 + # fix apbsblas
72 + sed -e "s:-L\${prefix}/lib -lapbsblas:${S}//contrib/blas/.libs/libapbsblas.a:" \
73 + -i configure \
74 + || die "failed to fix configure"
75
76 # use blas
77 use blas && local myconf="--with-blas=-lblas"
78 @@ -38,7 +42,7 @@
79 econf ${myconf} || die "configure failed"
80
81 # build
82 - make DESTDIR=${D} || die "make failed"
83 + make DESTDIR="${D}" || die "make failed"
84 }
85
86 src_install() {
87
88
89
90 1.16 sci-chemistry/apbs/ChangeLog
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.16&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/ChangeLog?rev=1.16&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/apbs/ChangeLog?r1=1.15&r2=1.16
95
96 Index: ChangeLog
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v
99 retrieving revision 1.15
100 retrieving revision 1.16
101 diff -u -r1.15 -r1.16
102 --- ChangeLog 31 Jul 2007 22:23:46 -0000 1.15
103 +++ ChangeLog 12 Jan 2008 13:44:08 -0000 1.16
104 @@ -1,6 +1,9 @@
105 # ChangeLog for sci-chemistry/apbs
106 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
107 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.15 2007/07/31 22:23:46 je_fro Exp $
108 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
109 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.16 2008/01/12 13:44:08 markusle Exp $
110 +
111 + 12 Jan 2008; Markus Dittrich <markusle@g.o> apbs-0.5.1.ebuild:
112 + Fixed improper link path for libapbsblas.a (fixes bug #205310).
113
114 31 Jul 2007; Jeff Gardner <je_fro@g.o> -apbs-0.4.0.ebuild:
115 Removing unused version/files.
116
117
118
119 --
120 gentoo-commits@l.g.o mailing list