* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2011-04-15 8:29 Fabian Groffen (grobian)
0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen (grobian) @ 2011-04-15 8:29 UTC (permalink / raw
To: gentoo-commits
grobian 11/04/15 08:29:59
Modified: fortran-0.ebuild ChangeLog
Log:
Allow gcc-apple[fortran] to satisfy this virtual as well
(Portage version: 2.2.01.18091-prefix/cvs/SunOS i386)
Revision Changes Path
1.2 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.1&r2=1.2
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fortran-0.ebuild 15 Apr 2011 08:20:10 -0000 1.1
+++ fortran-0.ebuild 15 Apr 2011 08:29:59 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.1 2011/04/15 08:20:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.2 2011/04/15 08:29:59 grobian Exp $
EAPI="4"
@@ -9,9 +9,9 @@
SRC_URI=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE=""
IUSE=""
-RDEPEND="|| ( sys-devel/gcc[fortran] dev-lang/ifc )"
+RDEPEND="|| ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc )"
DEPEND=""
1.2 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 15 Apr 2011 08:20:10 -0000 1.1
+++ ChangeLog 15 Apr 2011 08:29:59 -0000 1.2
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.1 2011/04/15 08:20:10 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.2 2011/04/15 08:29:59 grobian Exp $
+
+ 15 Apr 2011; Fabian Groffen <grobian@gentoo.org> fortran-0.ebuild:
+ Allow gcc-apple[fortran] to satisfy this virtual as well
*fortran-0 (15 Apr 2011)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2011-05-28 11:17 Justin Lecher (jlec)
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2011-05-28 11:17 UTC (permalink / raw
To: gentoo-commits
jlec 11/05/28 11:17:51
Modified: fortran-0.ebuild ChangeLog
Log:
Compiler is needed at build and runtime
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Revision Changes Path
1.3 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.2&r2=1.3
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fortran-0.ebuild 15 Apr 2011 08:29:59 -0000 1.2
+++ fortran-0.ebuild 28 May 2011 11:17:51 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.2 2011/04/15 08:29:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.3 2011/05/28 11:17:51 jlec Exp $
EAPI="4"
@@ -14,4 +14,4 @@
IUSE=""
RDEPEND="|| ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc )"
-DEPEND=""
+DEPEND="${RDEPEND}"
1.3 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 15 Apr 2011 08:29:59 -0000 1.2
+++ ChangeLog 28 May 2011 11:17:51 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.2 2011/04/15 08:29:59 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.3 2011/05/28 11:17:51 jlec Exp $
+
+ 28 May 2011; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild:
+ Compiler is needed at build and runtime
15 Apr 2011; Fabian Groffen <grobian@gentoo.org> fortran-0.ebuild:
Allow gcc-apple[fortran] to satisfy this virtual as well
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2011-06-21 8:01 Justin Lecher (jlec)
0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher (jlec) @ 2011-06-21 8:01 UTC (permalink / raw
To: gentoo-commits
jlec 11/06/21 08:01:42
Modified: fortran-0.ebuild ChangeLog
Log:
Added openmp support
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Revision Changes Path
1.4 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.3&r2=1.4
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fortran-0.ebuild 28 May 2011 11:17:51 -0000 1.3
+++ fortran-0.ebuild 21 Jun 2011 08:01:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.3 2011/05/28 11:17:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.4 2011/06/21 08:01:42 jlec Exp $
EAPI="4"
@@ -11,7 +11,10 @@
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
LICENSE=""
-IUSE=""
+IUSE="openmp"
-RDEPEND="|| ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc )"
+RDEPEND="
+ || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc dev-lang/ekopath-bin )
+ openmp? (
+ || ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?] dev-lang/ifc dev-lang/ekopath-bin ) )"
DEPEND="${RDEPEND}"
1.4 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 28 May 2011 11:17:51 -0000 1.3
+++ ChangeLog 21 Jun 2011 08:01:42 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.3 2011/05/28 11:17:51 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.4 2011/06/21 08:01:42 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild:
+ Added openmp support
28 May 2011; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild:
Compiler is needed at build and runtime
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2011-08-17 16:52 Chi-Thanh Christopher Nguyen (chithanh)
0 siblings, 0 replies; 8+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-08-17 16:52 UTC (permalink / raw
To: gentoo-commits
chithanh 11/08/17 16:52:55
Modified: fortran-0.ebuild ChangeLog
Log:
keyword ~sparc-solaris
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.5 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.4&r2=1.5
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fortran-0.ebuild 21 Jun 2011 08:01:42 -0000 1.4
+++ fortran-0.ebuild 17 Aug 2011 16:52:55 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.4 2011/06/21 08:01:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.5 2011/08/17 16:52:55 chithanh Exp $
EAPI="4"
@@ -9,7 +9,7 @@
SRC_URI=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
LICENSE=""
IUSE="openmp"
1.5 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 21 Jun 2011 08:01:42 -0000 1.4
+++ ChangeLog 17 Aug 2011 16:52:55 -0000 1.5
@@ -1,6 +1,10 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.4 2011/06/21 08:01:42 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.5 2011/08/17 16:52:55 chithanh Exp $
+
+ 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ fortran-0.ebuild:
+ keyword ~sparc-solaris
21 Jun 2011; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild:
Added openmp support
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2011-08-24 18:45 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-08-24 18:45 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/08/24 18:45:22
Modified: fortran-0.ebuild ChangeLog
Log:
Fix ekopath PN, add path64
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.6 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.5&r2=1.6
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- fortran-0.ebuild 17 Aug 2011 16:52:55 -0000 1.5
+++ fortran-0.ebuild 24 Aug 2011 18:45:22 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.5 2011/08/17 16:52:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.6 2011/08/24 18:45:22 xarthisius Exp $
EAPI="4"
@@ -14,7 +14,9 @@
IUSE="openmp"
RDEPEND="
- || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc dev-lang/ekopath-bin )
+ || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc
+ dev-lang/ekopath dev-lang/path64 )
openmp? (
- || ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?] dev-lang/ifc dev-lang/ekopath-bin ) )"
+ || ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?]
+ dev-lang/ifc dev-lang/ekopath dev-lang/path64[openmp?] ) )"
DEPEND="${RDEPEND}"
1.6 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 17 Aug 2011 16:52:55 -0000 1.5
+++ ChangeLog 24 Aug 2011 18:45:22 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.5 2011/08/17 16:52:55 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.6 2011/08/24 18:45:22 xarthisius Exp $
+
+ 24 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> fortran-0.ebuild:
+ Fix ekopath PN, add path64
17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
fortran-0.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2011-10-17 20:26 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 8+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-17 20:26 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/10/17 20:26:04
Modified: fortran-0.ebuild ChangeLog
Log:
List dev-lang/ifc as a last compiler in order to prevent people randomly hitting bug #332657
(Portage version: 2.2.0_alpha63/cvs/Linux x86_64)
Revision Changes Path
1.7 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.6&r2=1.7
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fortran-0.ebuild 24 Aug 2011 18:45:22 -0000 1.6
+++ fortran-0.ebuild 17 Oct 2011 20:26:04 -0000 1.7
@@ -1,8 +1,8 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.6 2011/08/24 18:45:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.7 2011/10/17 20:26:04 xarthisius Exp $
-EAPI="4"
+EAPI=4
DESCRIPTION="Virtual for Fortran Compiler"
HOMEPAGE=""
@@ -14,9 +14,9 @@
IUSE="openmp"
RDEPEND="
- || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran] dev-lang/ifc
- dev-lang/ekopath dev-lang/path64 )
+ || ( sys-devel/gcc[fortran] sys-devel/gcc-apple[fortran]
+ dev-lang/ekopath dev-lang/path64 dev-lang/ifc )
openmp? (
|| ( sys-devel/gcc[fortran,openmp?] sys-devel/gcc-apple[fortran,openmp?]
- dev-lang/ifc dev-lang/ekopath dev-lang/path64[openmp?] ) )"
+ dev-lang/ekopath dev-lang/path64[openmp?] dev-lang/ifc ) )"
DEPEND="${RDEPEND}"
1.7 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 24 Aug 2011 18:45:22 -0000 1.6
+++ ChangeLog 17 Oct 2011 20:26:04 -0000 1.7
@@ -1,6 +1,10 @@
# ChangeLog for virtual/fortran
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.6 2011/08/24 18:45:22 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.7 2011/10/17 20:26:04 xarthisius Exp $
+
+ 17 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> fortran-0.ebuild:
+ List dev-lang/ifc as a last compiler in order to prevent people randomly
+ hitting bug #332657
24 Aug 2011; Kacper Kowalik <xarthisius@gentoo.org> fortran-0.ebuild:
Fix ekopath PN, add path64
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2012-05-12 19:35 Alexis Ballier (aballier)
0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 19:35 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/12 19:35:58
Modified: fortran-0.ebuild ChangeLog
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Revision Changes Path
1.8 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.7&r2=1.8
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fortran-0.ebuild 17 Oct 2011 20:26:04 -0000 1.7
+++ fortran-0.ebuild 12 May 2012 19:35:58 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.7 2011/10/17 20:26:04 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.8 2012/05/12 19:35:58 aballier Exp $
EAPI=4
@@ -9,7 +9,7 @@
SRC_URI=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
LICENSE=""
IUSE="openmp"
1.8 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 17 Oct 2011 20:26:04 -0000 1.7
+++ ChangeLog 12 May 2012 19:35:58 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.7 2011/10/17 20:26:04 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.8 2012/05/12 19:35:58 aballier Exp $
+
+ 12 May 2012; Alexis Ballier <aballier@gentoo.org> fortran-0.ebuild:
+ keyword ~amd64-fbsd
17 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> fortran-0.ebuild:
List dev-lang/ifc as a last compiler in order to prevent people randomly
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog
@ 2014-01-17 5:47 Mike Frysinger (vapier)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2014-01-17 5:47 UTC (permalink / raw
To: gentoo-commits
vapier 14/01/17 05:47:46
Modified: fortran-0.ebuild ChangeLog
Log:
Mark m68k stable.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path
1.10 virtual/fortran/fortran-0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/fortran-0.ebuild?r1=1.9&r2=1.10
Index: fortran-0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fortran-0.ebuild 12 Dec 2012 18:20:16 -0000 1.9
+++ fortran-0.ebuild 17 Jan 2014 05:47:46 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.9 2012/12/12 18:20:16 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/fortran-0.ebuild,v 1.10 2014/01/17 05:47:46 vapier Exp $
EAPI=4
@@ -9,7 +9,7 @@
SRC_URI=""
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
LICENSE=""
IUSE="openmp"
1.10 virtual/fortran/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/fortran/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 12 Dec 2012 18:20:16 -0000 1.9
+++ ChangeLog 17 Jan 2014 05:47:46 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for virtual/fortran
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.9 2012/12/12 18:20:16 jlec Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/fortran/ChangeLog,v 1.10 2014/01/17 05:47:46 vapier Exp $
+
+ 17 Jan 2014; Mike Frysinger <vapier@gentoo.org> fortran-0.ebuild:
+ Mark m68k stable.
12 Dec 2012; Justin Lecher <jlec@gentoo.org> fortran-0.ebuild, metadata.xml:
Shorten dependency declaration suggested by Arfrever
@@ -33,4 +36,3 @@
15 Apr 2011; Justin Lecher <jlec@gentoo.org> +fortran-0.ebuild,
+metadata.xml:
Added a virtual on fortran compilers
-
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-01-17 5:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-24 18:45 [gentoo-commits] gentoo-x86 commit in virtual/fortran: fortran-0.ebuild ChangeLog Kacper Kowalik (xarthisius)
-- strict thread matches above, loose matches on Subject: below --
2014-01-17 5:47 Mike Frysinger (vapier)
2012-05-12 19:35 Alexis Ballier (aballier)
2011-10-17 20:26 Kacper Kowalik (xarthisius)
2011-08-17 16:52 Chi-Thanh Christopher Nguyen (chithanh)
2011-06-21 8:01 Justin Lecher (jlec)
2011-05-28 11:17 Justin Lecher (jlec)
2011-04-15 8:29 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox