public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2016-02-18 16:34 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2016-02-18 16:34 UTC (permalink / raw
  To: gentoo-commits

commit:     c1e0693ecf4a03af39c1b90750131f2fd5867417
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 18 16:34:24 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Feb 18 16:34:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1e0693e

sci-libs/exodusii: Require a fortran compiler support for tests

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558392

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/exodusii/exodusii-6.02.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/sci-libs/exodusii/exodusii-6.02.ebuild b/sci-libs/exodusii/exodusii-6.02.ebuild
index fd65fa9..6eec329 100644
--- a/sci-libs/exodusii/exodusii-6.02.ebuild
+++ b/sci-libs/exodusii/exodusii-6.02.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-inherit cmake-utils multilib
+FORTRAN_NEEDED="test"
+
+inherit cmake-utils fortran-2 multilib
 
 MY_PN="${PN%ii}"
 MY_P="${MY_PN}-${PV}"
@@ -18,8 +20,10 @@ SLOT="0"
 KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 
-DEPEND="sci-libs/netcdf[hdf5]"
-RDEPEND="${DEPEND}"
+RDEPEND="sci-libs/netcdf[hdf5]"
+DEPEND="${RDEPEND}
+	test? ( app-shells/tcsh )
+"
 
 S="${WORKDIR}"/${MY_P}/${MY_PN}
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2016-02-20 15:39 Justin Lecher
  0 siblings, 0 replies; 8+ messages in thread
From: Justin Lecher @ 2016-02-20 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     464f91a53892bc24081d94f18afb5ecfd86defec
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 20 14:54:06 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 15:39:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=464f91a5

sci-libs/exodusii: Drop check for FORTRAN compiler if none is required

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=558392

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-libs/exodusii/exodusii-6.02.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sci-libs/exodusii/exodusii-6.02.ebuild b/sci-libs/exodusii/exodusii-6.02.ebuild
index 6eec329..8b05c1c 100644
--- a/sci-libs/exodusii/exodusii-6.02.ebuild
+++ b/sci-libs/exodusii/exodusii-6.02.ebuild
@@ -29,6 +29,14 @@ S="${WORKDIR}"/${MY_P}/${MY_PN}
 
 PATCHES=( "${FILESDIR}"/${PN}-5.26-multilib.patch )
 
+src_prepare() {
+	use test || \
+		sed \
+		-e 's:Fortran::g' \
+		-i CMakeLists.txt || die
+	cmake-utils_src_prepare
+}
+
 src_configure() {
 	local mycmakeargs=(
 		-DLIB_INSTALL_DIR=$(get_libdir)


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2018-10-17 12:07 Thomas Deutschmann
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Deutschmann @ 2018-10-17 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     7e289ee5fae967d876338ac39f54c5ce7377e16b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 11:56:31 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 11:56:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e289ee5

sci-libs/exodusii: x86 stable (bug #668612)

Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sci-libs/exodusii/exodusii-6.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/exodusii/exodusii-6.09.ebuild b/sci-libs/exodusii/exodusii-6.09.ebuild
index 7f44f3f24c7..eefb41fbd2a 100644
--- a/sci-libs/exodusii/exodusii-6.09.ebuild
+++ b/sci-libs/exodusii/exodusii-6.09.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 
 RDEPEND="sci-libs/netcdf[hdf5]"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2018-10-20 17:55 Mikle Kolyada
  0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2018-10-20 17:55 UTC (permalink / raw
  To: gentoo-commits

commit:     68eb802d341582dd78fb511aeeb1ccc3f8f938cc
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 17:54:53 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 17:55:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68eb802d

sci-libs/exodusii: amd64 stable wrt bug #668612

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 sci-libs/exodusii/exodusii-6.09.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-libs/exodusii/exodusii-6.09.ebuild b/sci-libs/exodusii/exodusii-6.09.ebuild
index eefb41fbd2a..1b8221b5348 100644
--- a/sci-libs/exodusii/exodusii-6.09.ebuild
+++ b/sci-libs/exodusii/exodusii-6.09.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 
 RDEPEND="sci-libs/netcdf[hdf5]"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2021-02-22 18:57 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-02-22 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     91c03247707a71c85faa9420a64b4fda0a9eb262
Author:     Roy Bamford <neddyseagoon <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 19 09:40:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 18:55:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c03247

sci-libs/exodusii: added ~arm64

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Roy Bamford <neddyseagoon <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/exodusii/exodusii-6.09.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/exodusii/exodusii-6.09.ebuild b/sci-libs/exodusii/exodusii-6.09.ebuild
index e866e4c029f..9d519ee88de 100644
--- a/sci-libs/exodusii/exodusii-6.09.ebuild
+++ b/sci-libs/exodusii/exodusii-6.09.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${MY_P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2021-02-26 21:19 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2021-02-26 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     3fa669f89210e9dcdf2ddbad75d85668ed6a5f63
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 15:57:05 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 21:19:24 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fa669f8

sci-libs/exodusii: EAPI-7 bump, switch to cmake.eclass

I guess I was the last one to version bump, so be it.

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-libs/exodusii/exodusii-6.09.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-libs/exodusii/exodusii-6.09.ebuild b/sci-libs/exodusii/exodusii-6.09.ebuild
index 9d519ee88de..cfa73bffcec 100644
--- a/sci-libs/exodusii/exodusii-6.09.ebuild
+++ b/sci-libs/exodusii/exodusii-6.09.ebuild
@@ -1,22 +1,24 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
+CMAKE_MAKEFILE_GENERATOR="emake"
 FORTRAN_NEEDED="test"
-inherit cmake-utils fortran-2
-
 MY_PN="${PN%ii}"
 MY_P="${MY_PN}-${PV}"
+inherit cmake fortran-2
 
 DESCRIPTION="Model developed to store and retrieve transient data for finite element analyses"
 HOMEPAGE="https://github.com/certik/exodus"
 SRC_URI="https://dev.gentoo.org/~asturm/distfiles/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}/${MY_PN}
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux"
 IUSE="static-libs test"
+
 RESTRICT="!test? ( test )"
 
 RDEPEND="sci-libs/netcdf[hdf5]"
@@ -24,12 +26,10 @@ DEPEND="${RDEPEND}
 	test? ( app-shells/tcsh )
 "
 
-S="${WORKDIR}"/${MY_P}/${MY_PN}
-
 PATCHES=( "${FILESDIR}"/${P}-multilib.patch )
 
 src_prepare() {
-	cmake-utils_src_prepare
+	cmake_src_prepare
 
 	if ! use test; then
 		sed -e 's:Fortran::g' -i CMakeLists.txt || die
@@ -46,7 +46,7 @@ src_configure() {
 		-DBUILD_TESTING=$(usex test)
 	)
 	export NETCDF_DIR="${EPREFIX}/usr/"
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_test() {


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2021-12-28 22:00 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-12-28 22:00 UTC (permalink / raw
  To: gentoo-commits

commit:     56185e1fe3c1b6d4623bd5d103cb318da5353c53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 28 21:54:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Dec 28 22:00:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56185e1f

sci-libs/exodusii: depend on netcdf subslot

Closes: https://bugs.gentoo.org/830190
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../exodusii/{exodusii-6.09.ebuild => exodusii-6.09-r1.ebuild}     | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/sci-libs/exodusii/exodusii-6.09.ebuild b/sci-libs/exodusii/exodusii-6.09-r1.ebuild
similarity index 92%
rename from sci-libs/exodusii/exodusii-6.09.ebuild
rename to sci-libs/exodusii/exodusii-6.09-r1.ebuild
index cfa73bffceca..5feb74cae06e 100644
--- a/sci-libs/exodusii/exodusii-6.09.ebuild
+++ b/sci-libs/exodusii/exodusii-6.09-r1.ebuild
@@ -21,10 +21,9 @@ IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"
 
-RDEPEND="sci-libs/netcdf[hdf5]"
-DEPEND="${RDEPEND}
-	test? ( app-shells/tcsh )
-"
+RDEPEND="sci-libs/netcdf:=[hdf5]"
+DEPEND="${RDEPEND}"
+BDEPEND="test? ( app-shells/tcsh )"
 
 PATCHES=( "${FILESDIR}"/${P}-multilib.patch )
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/
@ 2024-04-08 18:50 Andrew Ammerlaan
  0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2024-04-08 18:50 UTC (permalink / raw
  To: gentoo-commits

commit:     ed6b69daf42287fd56e09c7585442c71c1dff856
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Apr  8 18:22:47 2024 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 18:48:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed6b69da

sci-libs/exodusii: update remote-id

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 sci-libs/exodusii/metadata.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-libs/exodusii/metadata.xml b/sci-libs/exodusii/metadata.xml
index 8a895a221612..bc618cf6b086 100644
--- a/sci-libs/exodusii/metadata.xml
+++ b/sci-libs/exodusii/metadata.xml
@@ -6,11 +6,11 @@
     <name>Gentoo Science Project</name>
   </maintainer>
   <longdescription lang="en">
-  EXODUS II is a model developed to store and retrieve transient data for
-  finite element analyses. It is used for preprocessing, postprocessing,
-  as well as code to code data transfer. ExodusII is based on netcdf.
+    EXODUS II is a model developed to store and retrieve transient data for
+    finite element analyses. It is used for preprocessing, postprocessing,
+    as well as code to code data transfer. ExodusII is based on netcdf.
   </longdescription>
   <upstream>
-    <remote-id type="sourceforge">exodusii</remote-id>
+    <remote-id type="github">certik/exodus</remote-id>
   </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2024-04-08 18:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-28 22:00 [gentoo-commits] repo/gentoo:master commit in: sci-libs/exodusii/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-08 18:50 Andrew Ammerlaan
2021-02-26 21:19 Andreas Sturmlechner
2021-02-22 18:57 Sam James
2018-10-20 17:55 Mikle Kolyada
2018-10-17 12:07 Thomas Deutschmann
2016-02-20 15:39 Justin Lecher
2016-02-18 16:34 Justin Lecher

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