Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-util/f90cache/
Date: Mon, 29 Oct 2012 11:00:57
Message-Id: 1351182108.2a14d7309852ba62a57fdf8a3a4f3af2c4d3c0b4.jlec@gentoo
1 commit: 2a14d7309852ba62a57fdf8a3a4f3af2c4d3c0b4
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 16:21:48 2012 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 16:21:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2a14d730
7
8 dev-util/f90cache: Use fortran-2.eclass
9
10 Package-Manager: portage-2.2.0_alpha141
11
12 ---
13 dev-util/f90cache/ChangeLog | 3 +++
14 dev-util/f90cache/f90cache-0.93.7.ebuild | 11 +++++------
15 2 files changed, 8 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-util/f90cache/ChangeLog b/dev-util/f90cache/ChangeLog
18 index 4c8e463..1f7352e 100644
19 --- a/dev-util/f90cache/ChangeLog
20 +++ b/dev-util/f90cache/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 25 Oct 2012; Justin Lecher <jlec@g.o> f90cache-0.93.7.ebuild:
26 + Use fortran-2.eclass
27 +
28 *f90cache-0.93.7 (14 Jul 2012)
29
30 14 Jul 2012; Christoph Junghans <ottxor@g.o> +f90cache-0.93.7.ebuild,
31
32 diff --git a/dev-util/f90cache/f90cache-0.93.7.ebuild b/dev-util/f90cache/f90cache-0.93.7.ebuild
33 index 443ad58..16fcd3a 100644
34 --- a/dev-util/f90cache/f90cache-0.93.7.ebuild
35 +++ b/dev-util/f90cache/f90cache-0.93.7.ebuild
36 @@ -1,10 +1,10 @@
37 # Copyright 1999-2012 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Header: /var/cvsroot/gentoo-x86/dev-util/ccache/ccache-3.1.7.ebuild,v 1.9 2012/07/01 16:39:59 armin76 Exp $
40 +# $Header: $
41
42 -EAPI="4"
43 +EAPI=5
44
45 -inherit multilib toolchain-funcs
46 +inherit fortran-2 multilib toolchain-funcs
47
48 DESCRIPTION="a compiler cache for fortran"
49 HOMEPAGE="http://people.irisa.fr/Edouard.Canot/f90cache/"
50 @@ -15,9 +15,8 @@ SLOT="0"
51 KEYWORDS="~x86"
52 IUSE=""
53
54 -DEPEND="virtual/fortran"
55 -RDEPEND="${DEPEND}
56 - dev-util/ccache"
57 +DEPEND=""
58 +RDEPEND="dev-util/ccache"
59
60 src_prepare() {
61 sed -i -e '/^CFLAGS/d' -e 's/CFLAGS/LDFLAGS/' Makefile.in || die