commit: 9efdacf717aed763c7f505459d84cc5e3858219c
Author: Rongcui Dong <carldong76 <AT> gmail <DOT> com>
AuthorDate: Sat Aug 30 14:44:20 2014 +0000
Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
CommitDate: Sat Aug 30 14:44:20 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9efdacf7
sci-libs/gmsh: Updated sci-libs/gmsh to 2.8.5 and EAPI to 5
Package-Manager: portage-2.3.6-r9
---
sci-libs/gmsh/ChangeLog | 11 +++++++++--
sci-libs/gmsh/{gmsh-2.5.0-r1.ebuild => gmsh-2.5.0-r2.ebuild} | 6 +++++-
sci-libs/gmsh/{gmsh-2.5.0.ebuild => gmsh-2.8.5.ebuild} | 8 ++++----
sci-libs/gmsh/gmsh-9999.ebuild | 2 +-
4 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/sci-libs/gmsh/ChangeLog b/sci-libs/gmsh/ChangeLog
index 359eac0..70af555 100644
--- a/sci-libs/gmsh/ChangeLog
+++ b/sci-libs/gmsh/ChangeLog
@@ -1,7 +1,15 @@
# ChangeLog for sci-libs/gmsh
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*gmsh-2.5.0-r2 (30 Aug 2014)
+*gmsh-2.8.5 (30 Aug 2014)
+
+ 30 Aug 2014; Rongcui Dong <[email protected]> +gmsh-2.5.0-r2.ebuild,
+ +gmsh-2.8.5.ebuild, -gmsh-2.5.0-r1.ebuild, -gmsh-2.5.0.ebuild,
+ gmsh-9999.ebuild:
+ sci-libs/gmsh: Updated sci-libs/gmsh to 2.8.5 and EAPI to 5
+
22 Feb 2013; Justin Lecher <[email protected]> gmsh-2.5.0.ebuild, metadata.xml:
Add missing dep on virtual/pkgconfig
@@ -103,4 +111,3 @@
26 Aug 2008; Oliver Borm (boroli) <[email protected]> +gmsh-2.2.3.ebuild,
+files/gmsh-2.2.3-metis.patch, +files/gmsh-2.2.3.patch, +metadata.xml:
Ebuild for gmsh as reported in bug 195980.
-
diff --git a/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild
b/sci-libs/gmsh/gmsh-2.5.0-r2.ebuild
similarity index 97%
rename from sci-libs/gmsh/gmsh-2.5.0-r1.ebuild
rename to sci-libs/gmsh/gmsh-2.5.0-r2.ebuild
index c437361..25db3df 100644
--- a/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild
+++ b/sci-libs/gmsh/gmsh-2.5.0-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit cmake-utils fortran-2 toolchain-funcs
@@ -35,6 +35,10 @@ RDEPEND="
taucs? ( sci-libs/taucs )
"
+REQUIRED_USE="
+ taucs? ( || ( metis ) )
+ "
+
DEPEND="${RDEPEND}
doc? ( virtual/latex-base )"
diff --git a/sci-libs/gmsh/gmsh-2.5.0.ebuild b/sci-libs/gmsh/gmsh-2.8.5.ebuild
similarity index 94%
rename from sci-libs/gmsh/gmsh-2.5.0.ebuild
rename to sci-libs/gmsh/gmsh-2.8.5.ebuild
index e42959a..326a6f7 100644
--- a/sci-libs/gmsh/gmsh-2.5.0.ebuild
+++ b/sci-libs/gmsh/gmsh-2.8.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
@@ -32,9 +32,9 @@ RDEPEND="
mpi? ( virtual/mpi[cxx] )
taucs? ( sci-libs/taucs )"
-# taucs needs metis enabled.
-# Wait for the REQUIRED_USE syntax in EAPI4.
-# http://www.gentoo.org/proj/en/council/meeting-logs/20101130-summary.txt
+REQUIRED_USE="
+ taucs? ( || ( metis ) )
+ "
DEPEND="${RDEPEND}
virtual/pkgconfig
diff --git a/sci-libs/gmsh/gmsh-9999.ebuild b/sci-libs/gmsh/gmsh-9999.ebuild
index 7796179..fb15737 100644
--- a/sci-libs/gmsh/gmsh-9999.ebuild
+++ b/sci-libs/gmsh/gmsh-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
inherit cmake-utils flag-o-matic fortran-2 subversion toolchain-funcs