From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/
Date: Mon, 21 Sep 2015 17:44:12 +0000 (UTC) [thread overview]
Message-ID: <1442857437.3cc234341f62f2e84a8aca6adc852b28dd335480.jlec@gentoo> (raw)
commit: 3cc234341f62f2e84a8aca6adc852b28dd335480
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 17:43:57 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 17:43:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3cc23434
sci-libs/gmsh: Add subslot operators
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/gmsh/gmsh-2.8.5.ebuild | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/sci-libs/gmsh/gmsh-2.8.5.ebuild b/sci-libs/gmsh/gmsh-2.8.5.ebuild
index a56cb4e..368a4e8 100644
--- a/sci-libs/gmsh/gmsh-2.8.5.ebuild
+++ b/sci-libs/gmsh/gmsh-2.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
inherit cmake-utils flag-o-matic fortran-2 toolchain-funcs
-DESCRIPTION="A three-dimensional finite element mesh generator with built-in pre- and post-processing facilities"
+DESCRIPTION="A three-dimensional finite element mesh generator"
HOMEPAGE="http://www.geuz.org/gmsh/"
SRC_URI="http://www.geuz.org/gmsh/src/${P}-source.tgz"
@@ -22,11 +22,11 @@ RDEPEND="
X? ( x11-libs/fltk:1 )
blas? ( virtual/blas virtual/lapack sci-libs/fftw:3.0 )
cgns? ( sci-libs/cgnslib )
- jpeg? ( virtual/jpeg )
- lua? ( dev-lang/lua )
+ jpeg? ( virtual/jpeg:0= )
+ lua? ( dev-lang/lua:0 )
med? ( >=sci-libs/med-2.3.4 )
- opencascade? ( sci-libs/opencascade )
- png? ( media-libs/libpng )
+ opencascade? ( sci-libs/opencascade:* )
+ png? ( media-libs/libpng:0= )
petsc? ( <=sci-mathematics/petsc-3.4.2 )
zlib? ( sys-libs/zlib )
mpi? ( virtual/mpi[cxx] )
@@ -70,8 +70,7 @@ src_configure() {
$(cmake-utils_use_enable petsc PETSC)"
# $(cmake-utils_use_enable tetgen TETGEN_NEW)
- cmake-utils_src_configure ${mycmakeargs} \
- || die "cmake configuration failed"
+ cmake-utils_src_configure ${mycmakeargs}
}
src_install() {
@@ -79,14 +78,14 @@ src_install() {
# TODO: tutorials get installed twice ATM
if use doc ; then
- cd "${CMAKE_BUILD_DIR}"
- emake pdf || die "failed to build documentation"
- cd "${S}"
+ cd "${CMAKE_BUILD_DIR}" || die
+ emake pdf
+ cd "${S}" || die
dodoc doc/texinfo/gmsh.pdf
fi
if use examples ; then
insinto /usr/share/doc/${PF}
- doins -r demos tutorial || die "failed to install examples"
+ doins -r demos tutorial
fi
}
next reply other threads:[~2015-09-21 17:44 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-21 17:44 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-08-05 6:52 [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/ Matthias Maier
2019-05-18 15:48 Matthias Maier
2018-10-11 3:36 Matthias Maier
2018-04-24 15:03 Matthias Maier
2017-03-26 8:18 Justin Lecher
2017-03-16 19:35 Justin Lecher
2014-09-01 19:47 Jauhien Piatlicki
2014-09-01 19:47 Jauhien Piatlicki
2013-02-22 15:48 Justin Lecher
2012-11-12 19:54 Justin Lecher
2012-11-12 19:54 Justin Lecher
2012-02-08 10:48 Kacper Kowalik
2011-06-24 17:09 Justin Lecher
2011-06-21 11:54 Justin Lecher
2011-03-27 15:50 Justin Lecher
2011-03-14 10:16 Justin Lecher
2011-03-09 13:19 Oliver Borm
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1442857437.3cc234341f62f2e84a8aca6adc852b28dd335480.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox