Gentoo Archives: gentoo-commits

From: Jauhien Piatlicki <jauhien@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/
Date: Mon, 01 Sep 2014 19:47:21
Message-Id: 1409409860.9efdacf717aed763c7f505459d84cc5e3858219c.jauhien@gentoo
1 commit: 9efdacf717aed763c7f505459d84cc5e3858219c
2 Author: Rongcui Dong <carldong76 <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 30 14:44:20 2014 +0000
4 Commit: Jauhien Piatlicki <jauhien <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 30 14:44:20 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=9efdacf7
7
8 sci-libs/gmsh: Updated sci-libs/gmsh to 2.8.5 and EAPI to 5
9
10 Package-Manager: portage-2.3.6-r9
11
12 ---
13 sci-libs/gmsh/ChangeLog | 11 +++++++++--
14 sci-libs/gmsh/{gmsh-2.5.0-r1.ebuild => gmsh-2.5.0-r2.ebuild} | 6 +++++-
15 sci-libs/gmsh/{gmsh-2.5.0.ebuild => gmsh-2.8.5.ebuild} | 8 ++++----
16 sci-libs/gmsh/gmsh-9999.ebuild | 2 +-
17 4 files changed, 19 insertions(+), 8 deletions(-)
18
19 diff --git a/sci-libs/gmsh/ChangeLog b/sci-libs/gmsh/ChangeLog
20 index 359eac0..70af555 100644
21 --- a/sci-libs/gmsh/ChangeLog
22 +++ b/sci-libs/gmsh/ChangeLog
23 @@ -1,7 +1,15 @@
24 # ChangeLog for sci-libs/gmsh
25 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 +*gmsh-2.5.0-r2 (30 Aug 2014)
30 +*gmsh-2.8.5 (30 Aug 2014)
31 +
32 + 30 Aug 2014; Rongcui Dong <carldong76@×××××.com> +gmsh-2.5.0-r2.ebuild,
33 + +gmsh-2.8.5.ebuild, -gmsh-2.5.0-r1.ebuild, -gmsh-2.5.0.ebuild,
34 + gmsh-9999.ebuild:
35 + sci-libs/gmsh: Updated sci-libs/gmsh to 2.8.5 and EAPI to 5
36 +
37 22 Feb 2013; Justin Lecher <jlec@g.o> gmsh-2.5.0.ebuild, metadata.xml:
38 Add missing dep on virtual/pkgconfig
39
40 @@ -103,4 +111,3 @@
41 26 Aug 2008; Oliver Borm (boroli) <oli.borm@×××.de> +gmsh-2.2.3.ebuild,
42 +files/gmsh-2.2.3-metis.patch, +files/gmsh-2.2.3.patch, +metadata.xml:
43 Ebuild for gmsh as reported in bug 195980.
44 -
45
46 diff --git a/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild b/sci-libs/gmsh/gmsh-2.5.0-r2.ebuild
47 similarity index 97%
48 rename from sci-libs/gmsh/gmsh-2.5.0-r1.ebuild
49 rename to sci-libs/gmsh/gmsh-2.5.0-r2.ebuild
50 index c437361..25db3df 100644
51 --- a/sci-libs/gmsh/gmsh-2.5.0-r1.ebuild
52 +++ b/sci-libs/gmsh/gmsh-2.5.0-r2.ebuild
53 @@ -2,7 +2,7 @@
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: $
56
57 -EAPI=4
58 +EAPI=5
59
60 inherit cmake-utils fortran-2 toolchain-funcs
61
62 @@ -35,6 +35,10 @@ RDEPEND="
63 taucs? ( sci-libs/taucs )
64 "
65
66 +REQUIRED_USE="
67 + taucs? ( || ( metis ) )
68 + "
69 +
70 DEPEND="${RDEPEND}
71 doc? ( virtual/latex-base )"
72
73
74 diff --git a/sci-libs/gmsh/gmsh-2.5.0.ebuild b/sci-libs/gmsh/gmsh-2.8.5.ebuild
75 similarity index 94%
76 rename from sci-libs/gmsh/gmsh-2.5.0.ebuild
77 rename to sci-libs/gmsh/gmsh-2.8.5.ebuild
78 index e42959a..326a6f7 100644
79 --- a/sci-libs/gmsh/gmsh-2.5.0.ebuild
80 +++ b/sci-libs/gmsh/gmsh-2.8.5.ebuild
81 @@ -2,7 +2,7 @@
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: $
84
85 -EAPI=3
86 +EAPI=5
87
88 inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
89
90 @@ -32,9 +32,9 @@ RDEPEND="
91 mpi? ( virtual/mpi[cxx] )
92 taucs? ( sci-libs/taucs )"
93
94 -# taucs needs metis enabled.
95 -# Wait for the REQUIRED_USE syntax in EAPI4.
96 -# http://www.gentoo.org/proj/en/council/meeting-logs/20101130-summary.txt
97 +REQUIRED_USE="
98 + taucs? ( || ( metis ) )
99 + "
100
101 DEPEND="${RDEPEND}
102 virtual/pkgconfig
103
104 diff --git a/sci-libs/gmsh/gmsh-9999.ebuild b/sci-libs/gmsh/gmsh-9999.ebuild
105 index 7796179..fb15737 100644
106 --- a/sci-libs/gmsh/gmsh-9999.ebuild
107 +++ b/sci-libs/gmsh/gmsh-9999.ebuild
108 @@ -2,7 +2,7 @@
109 # Distributed under the terms of the GNU General Public License v2
110 # $Header: $
111
112 -EAPI=3
113 +EAPI=5
114
115 inherit cmake-utils flag-o-matic fortran-2 subversion toolchain-funcs