Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/punc: ChangeLog punc-0.2_p1.ebuild
Date: Wed, 28 Jul 2010 15:16:51
Message-Id: 20100728151646.884322CE15@corvid.gentoo.org
1 flameeyes 10/07/28 15:16:46
2
3 Modified: ChangeLog punc-0.2_p1.ebuild
4 Log:
5 Pre-patch the Makefile rather tha after econf (might fix an install failure).
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-libs/punc/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 9 Jun 2010 11:41:03 -0000 1.2
22 +++ ChangeLog 28 Jul 2010 15:16:45 -0000 1.3
23 @@ -1,6 +1,11 @@
24 # ChangeLog for sci-libs/punc
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.2 2010/06/09 11:41:03 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.3 2010/07/28 15:16:45 flameeyes Exp $
28 +
29 + 28 Jul 2010; Diego E. Pettenò <flameeyes@g.o> punc-0.2_p1.ebuild,
30 + +files/punc-0.2_p1-libdir.patch:
31 + Pre-patch the Makefile rather tha after econf (might fix an install
32 + failure).
33
34 09 Jun 2010; Justin Lecher <jlec@g.o> punc-0.2_p1.ebuild:
35 Force mpi USE to be equal with deps
36
37
38
39 1.4 sci-libs/punc/punc-0.2_p1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild?r1=1.3&r2=1.4
44
45 Index: punc-0.2_p1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- punc-0.2_p1.ebuild 9 Jun 2010 11:41:03 -0000 1.3
52 +++ punc-0.2_p1.ebuild 28 Jul 2010 15:16:46 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.3 2010/06/09 11:41:03 jlec Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.4 2010/07/28 15:16:46 flameeyes Exp $
58
59 EAPI="3"
60
61 @@ -31,10 +31,12 @@
62 src_prepare() {
63 rm -rf src/{blas,lapack,arpack,superlu}
64 epatch "${FILESDIR}"/${PV}-underlinking.patch
65 + epatch "${FILESDIR}"/${P}-libdir.patch
66
67 cp tools/tests/pmg/*.f src/pmg/ -f
68 cp tools/tests/pmg/*.c src/pmg/ -f
69 cp src/pmg/vpmg.h src/vf2c/punc/vpmg.h
70 +
71 eautoreconf
72 }
73
74 @@ -53,10 +55,6 @@
75 --enable-pmgforce \
76 --enable-cgcodeforce \
77 --enable-vf2cforce
78 -
79 - sed -e "s|libdir = \${prefix}/lib/\${fetk_cpu_vendor_os}|libdir = \${prefix}/$(get_libdir)/|" \
80 - -i src/aaa_lib/Makefile || \
81 - die "failed to patch lib Makefile"
82 }
83
84 src_install() {