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-libs/gerris: metadata.xml ChangeLog gerris-20120731.ebuild gerris-20111123.ebuild gerris-20100519.ebuild
Date: Thu, 21 Feb 2013 22:03:40
Message-Id: 20130221220336.2FB362171D@flycatcher.gentoo.org
1 jlec 13/02/21 22:03:36
2
3 Modified: metadata.xml ChangeLog gerris-20120731.ebuild
4 Removed: gerris-20111123.ebuild gerris-20100519.ebuild
5 Log:
6 sci-libs/gerris: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config; drop old
7
8 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
9
10 Revision Changes Path
11 1.6 sci-libs/gerris/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/metadata.xml?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/metadata.xml?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/metadata.xml?r1=1.5&r2=1.6
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gerris/metadata.xml,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- metadata.xml 23 Jan 2012 02:22:14 -0000 1.5
24 +++ metadata.xml 21 Feb 2013 22:03:35 -0000 1.6
25 @@ -1,8 +1,8 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>sci</herd>
30 -<longdescription lang='en'>
31 + <herd>sci</herd>
32 + <longdescription lang="en">
33 Gerris Flow Solver is a software program for the solution of the partial
34 differential equations describing fluid flow.
35 </longdescription>
36
37
38
39 1.18 sci-libs/gerris/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/ChangeLog?rev=1.18&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/ChangeLog?rev=1.18&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/ChangeLog?r1=1.17&r2=1.18
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v
48 retrieving revision 1.17
49 retrieving revision 1.18
50 diff -u -r1.17 -r1.18
51 --- ChangeLog 8 Aug 2012 17:11:25 -0000 1.17
52 +++ ChangeLog 21 Feb 2013 22:03:35 -0000 1.18
53 @@ -1,6 +1,11 @@
54 # ChangeLog for sci-libs/gerris
55 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v 1.17 2012/08/08 17:11:25 bicatali Exp $
57 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
58 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/ChangeLog,v 1.18 2013/02/21 22:03:35 jlec Exp $
59 +
60 + 21 Feb 2013; Justin Lecher <jlec@g.o> -gerris-20100519.ebuild,
61 + -gerris-20111123.ebuild, gerris-20120731.ebuild, metadata.xml:
62 + Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config;
63 + drop old
64
65 08 Aug 2012; Sébastien Fabbro <bicatali@g.o>
66 +files/gerris-hypre-no-mpi.patch, gerris-20120731.ebuild:
67
68
69
70 1.3 sci-libs/gerris/gerris-20120731.ebuild
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/gerris-20120731.ebuild?rev=1.3&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/gerris-20120731.ebuild?rev=1.3&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/gerris/gerris-20120731.ebuild?r1=1.2&r2=1.3
75
76 Index: gerris-20120731.ebuild
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20120731.ebuild,v
79 retrieving revision 1.2
80 retrieving revision 1.3
81 diff -u -r1.2 -r1.3
82 --- gerris-20120731.ebuild 8 Aug 2012 17:11:25 -0000 1.2
83 +++ gerris-20120731.ebuild 21 Feb 2013 22:03:35 -0000 1.3
84 @@ -1,10 +1,10 @@
85 -# Copyright 1999-2012 Gentoo Foundation
86 +# Copyright 1999-2013 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20120731.ebuild,v 1.2 2012/08/08 17:11:25 bicatali Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gerris/gerris-20120731.ebuild,v 1.3 2013/02/21 22:03:35 jlec Exp $
90
91 EAPI=4
92
93 -inherit eutils flag-o-matic autotools
94 +inherit autotools eutils flag-o-matic toolchain-funcs
95
96 MYP=${P/-20/-snapshot-}
97
98 @@ -21,7 +21,8 @@
99 # all these deps could be optional
100 # but the configure.in would have to be modified
101 # heavily for the automagic
102 -RDEPEND="dev-libs/glib:2
103 +RDEPEND="
104 + dev-libs/glib:2
105 dev-games/ode
106 sci-libs/netcdf
107 sci-libs/gsl
108 @@ -50,7 +51,7 @@
109 econf \
110 $(use_enable mpi) \
111 $(use_enable static-libs static) \
112 - LAPACK_LIBS="$(pkg-config --libs lapack)"
113 + LAPACK_LIBS="$($(tc-getPKG_CONFIG) --libs lapack)"
114 }
115
116 src_install() {