From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E076313827E for ; Sun, 8 Dec 2013 17:39:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48926E09C1; Sun, 8 Dec 2013 17:39:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA2E4E09C0 for ; Sun, 8 Dec 2013 17:39:26 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D496933F374 for ; Sun, 8 Dec 2013 17:39:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3652EE55FF for ; Sun, 8 Dec 2013 17:39:24 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1386524208.088baee8f29631c6160e7a309b1f1dae844e5fda.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xraylib/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xraylib/xraylib-2.16.0.ebuild X-VCS-Directories: sci-libs/xraylib/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 088baee8f29631c6160e7a309b1f1dae844e5fda X-VCS-Branch: master Date: Sun, 8 Dec 2013 17:39:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1e2c7e01-8dfc-4ff6-bd78-16110f0d6320 X-Archives-Hash: 330229cd374dbce34609fba5d35c7bd0 commit: 088baee8f29631c6160e7a309b1f1dae844e5fda Author: Chris Kerr cam ac uk> AuthorDate: Mon Dec 2 22:55:12 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Dec 8 17:36:48 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=088baee8 Added fortran-2 eclass, tweaked python stuff --- sci-libs/xraylib/xraylib-2.16.0.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/sci-libs/xraylib/xraylib-2.16.0.ebuild b/sci-libs/xraylib/xraylib-2.16.0.ebuild index 34691dd..113a283 100644 --- a/sci-libs/xraylib/xraylib-2.16.0.ebuild +++ b/sci-libs/xraylib/xraylib-2.16.0.ebuild @@ -4,8 +4,9 @@ EAPI=5 -PYTHON_COMPAT=( python2_6 python2_7 python3_1 python3_2 python3_3 ) -inherit eutils autotools-utils python-r1 java-pkg-opt-2 +FORTRAN_NEEDED=fortran +PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +inherit eutils autotools-utils python-r1 java-pkg-opt-2 fortran-2 DESCRIPTION="A library for X-ray matter interaction cross sections for X-ray fluorescence applications" HOMEPAGE="https://github.com/tschoonj/xraylib" @@ -16,13 +17,14 @@ SLOT="0" KEYWORDS="~amd64" IUSE="cxx examples fortran java lua perl php python ruby" -DEPEND="fortran? ( virtual/fortran ) +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" + +RDEPEND="${PYTHON_DEPS} java? ( virtual/jdk ) lua? ( dev-lang/lua ) - perl? ( dev-lang/perl ) - ${PYTHON_DEPS}" + perl? ( dev-lang/perl )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1