From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-835712-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 58AAF1387B1
	for <garchives@archives.gentoo.org>; Mon, 21 Sep 2015 17:44:28 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 0B8BD21C0AD;
	Mon, 21 Sep 2015 17:44:19 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 977A221C0AD
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Sep 2015 17:44:18 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 5AC7A340890
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Sep 2015 17:44:17 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 16EBE243
	for <gentoo-commits@lists.gentoo.org>; Mon, 21 Sep 2015 17:44:12 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1442857437.3cc234341f62f2e84a8aca6adc852b28dd335480.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/gmsh/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-libs/gmsh/gmsh-2.8.5.ebuild
X-VCS-Directories: sci-libs/gmsh/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 3cc234341f62f2e84a8aca6adc852b28dd335480
X-VCS-Branch: master
Date: Mon, 21 Sep 2015 17:44:12 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: a4fb54e0-545b-4575-8e62-1c09734c7efc
X-Archives-Hash: c24c83acf9923bf234de41779f1aba70

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
 }