public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2015-09-24 10:33 Dion Moult
  0 siblings, 0 replies; 8+ messages in thread
From: Dion Moult @ 2015-09-24 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     6b181b97aa7b5fd38d41aac721671defa338797f
Author:     Dion Moult <moult <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 10:18:26 2015 +0000
Commit:     Dion Moult <moult <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 10:20:09 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b181b97

virtual/fortran: remove dep on dev-lang/path64 as package masked.

 virtual/fortran/fortran-0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index cd9ccd3..745fed1 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -19,6 +19,5 @@ RDEPEND="
 		sys-devel/gcc-apple[fortran,openmp?]
 		dev-lang/ekopath
 		dev-lang/ifc
-		dev-lang/path64[openmp?]
 		)"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2017-04-14 11:56 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2017-04-14 11:56 UTC (permalink / raw
  To: gentoo-commits

commit:     92790fe40dea9e079de1ed5ae2738d86a23b7314
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 11:23:13 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 11:56:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92790fe4

virtual/fortran: Drop unnecessary build dependency

Bump to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=614120
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 virtual/fortran/fortran-0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index acff888e1bb..46dad130bea 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -1,9 +1,10 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=6
 
 DESCRIPTION="Virtual for Fortran Compiler"
+
 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"
 IUSE="openmp"
@@ -15,4 +16,3 @@ RDEPEND="
 		dev-lang/ekopath
 		dev-lang/ifc
 		)"
-DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2017-06-16 11:24 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-06-16 11:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c8c01536b72120ac7723d96a0bb8a971fb3b938c
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 16 10:57:57 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Jun 16 11:24:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c01536

virtual/fortran: keyword ~arm64

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/fortran/fortran-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index 46dad130bea..662d31d04eb 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 DESCRIPTION="Virtual for Fortran Compiler"
 
 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 ~arm64 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"
 IUSE="openmp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2017-06-18 16:44 Alexis Ballier
  0 siblings, 0 replies; 8+ messages in thread
From: Alexis Ballier @ 2017-06-18 16:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ec88d54bc8f12aa17e97241dadc6a411edfefb38
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 16:43:50 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 16:43:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec88d54b

virtual/fortran: mark arm64 stable. It is part of the stable toolchain

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 virtual/fortran/fortran-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index 662d31d04eb..378e5e9b07a 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 DESCRIPTION="Virtual for Fortran Compiler"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 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 arm64 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"
 IUSE="openmp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2020-12-20  4:02 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-12-20  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c37a712bd4103ce91eca03a32cc3f4ec423ca37f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 03:54:30 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 04:02:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c37a712b

virtual/fortran: fix MissingVirtualKeywords

Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/fortran/fortran-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index 5f4cc123427..4169dc6bcff 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 DESCRIPTION="Virtual for Fortran Compiler"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
 IUSE="openmp"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2020-12-27  3:37 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-12-27  3:37 UTC (permalink / raw
  To: gentoo-commits

commit:     650eede10acb4d3980329f022a68789ec625eaa6
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sat Dec 26 10:59:31 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 03:11:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650eede1

virtual/fortran: Drop removed packages from RDEPEND

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/18816
Signed-off-by: Sam James <sam <AT> gentoo.org>

 virtual/fortran/fortran-0.ebuild | 2 --
 1 file changed, 2 deletions(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index 4169dc6bcff..6d0a45d698f 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -13,6 +13,4 @@ RDEPEND="
 	|| (
 		sys-devel/gcc[fortran,openmp?]
 		sys-devel/gcc-apple[fortran,openmp?]
-		dev-lang/ekopath
-		dev-lang/ifc
 		)"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2021-07-21 15:39 Marek Szuba
  0 siblings, 0 replies; 8+ messages in thread
From: Marek Szuba @ 2021-07-21 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     ab93b6f5b8042c61adf8a1b8d1c914de81f35dd7
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 21 13:53:59 2021 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 15:39:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab93b6f5

virtual/fortran: update EAPI 6 -> 8

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 virtual/fortran/fortran-0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0.ebuild
index c0ba0173346..26e08f8f3d2 100644
--- a/virtual/fortran/fortran-0.ebuild
+++ b/virtual/fortran/fortran-0.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="Virtual for Fortran Compiler"
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/
@ 2022-06-23 20:12 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-06-23 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea4b45b828a36292b360453382db417b3604751
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 20:12:26 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 20:12:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea4b45b

virtual/fortran: revbump for EAPI 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 virtual/fortran/{fortran-0.ebuild => fortran-0-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/virtual/fortran/fortran-0.ebuild b/virtual/fortran/fortran-0-r1.ebuild
similarity index 100%
rename from virtual/fortran/fortran-0.ebuild
rename to virtual/fortran/fortran-0-r1.ebuild


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-06-23 20:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-14 11:56 [gentoo-commits] repo/gentoo:master commit in: virtual/fortran/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2022-06-23 20:12 David Seifert
2021-07-21 15:39 Marek Szuba
2020-12-27  3:37 Sam James
2020-12-20  4:02 Sam James
2017-06-18 16:44 Alexis Ballier
2017-06-16 11:24 Alexis Ballier
2015-09-24 10:33 Dion Moult

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox