Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
Date: Sat, 28 May 2011 11:18:01
Message-Id: 20110528111751.8EFDA20054@flycatcher.gentoo.org
1 jlec 11/05/28 11:17:51
2
3 Modified: fortran-0.ebuild ChangeLog
4 Log:
5 Compiler is needed at build and runtime
6
7 (Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 virtual/fortran/fortran-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.2&r2=1.3
15
16 Index: fortran-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- fortran-0.ebuild 15 Apr 2011 08:29:59 -0000 1.2
23 +++ fortran-0.ebuild 28 May 2011 11:17:51 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.2 2011/04/15 08:29:59 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.3 2011/05/28 11:17:51 jlec Exp $
29
30 EAPI="4"
31
32 @@ -14,4 +14,4 @@
33 IUSE=""
34
35 RDEPEND="|| ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc )"
36 -DEPEND=""
37 +DEPEND="${RDEPEND}"
38
39
40
41 1.3 virtual/fortran/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.2&r2=1.3
46
47 Index: ChangeLog
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- ChangeLog 15 Apr 2011 08:29:59 -0000 1.2
54 +++ ChangeLog 28 May 2011 11:17:51 -0000 1.3
55 @@ -1,6 +1,9 @@
56 # ChangeLog for virtual/fortran
57 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
58 -# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.2 2011/04/15 08:29:59 grobian Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.3 2011/05/28 11:17:51 jlec Exp $
60 +
61 + 28 May 2011; Justin Lecher <jlec@g.o> fortran-0.ebuild:
62 + Compiler is needed at build and runtime
63
64 15 Apr 2011; Fabian Groffen <grobian@g.o> fortran-0.ebuild:
65 Allow gcc-apple[fortran] to satisfy this virtual as well