From 5b8029e7b1d685832b07ef5532b46a16fa5caec5 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Tue, 22 May 2012 21:41:13 +0200 Subject: sci-mathematics/dolfin: Add missing eutils.eclass, bump to EAPI=4 (Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit) --- sci-mathematics/dolfin/dolfin-0.9.9.ebuild | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'sci-mathematics/dolfin/dolfin-0.9.9.ebuild') diff --git a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild index 465a72332..249fcbc13 100644 --- a/sci-mathematics/dolfin/dolfin-0.9.9.ebuild +++ b/sci-mathematics/dolfin/dolfin-0.9.9.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=4 PYTHON_DEPEND="python? 2" -inherit cmake-utils python +inherit cmake-utils eutils python DESCRIPTION="C++/Python interface of FEniCS" -HOMEPAGE="https://launchpad.net/dolfin" +HOMEPAGE="https://launchpad.net/dolfin/" SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" LICENSE="LGPL-2.1" @@ -19,15 +19,16 @@ IUSE="cgal cholmod gmp mpi parmetis python scotch umfpack zlib" # scotch and parmetis require mpi; wait for EAPI 4 DEPEND=" + dev-libs/boost dev-libs/libxml2:2 - sci-mathematics/ufc sci-libs/armadillo - dev-libs/boost - python? ( dev-python/ufl - dev-python/ffc - dev-python/fiat - dev-python/instant - dev-python/viper )" + sci-mathematics/ufc + python? ( + dev-python/ufl + dev-python/ffc + dev-python/fiat + dev-python/instant + dev-python/viper )" RDEPEND="${DEPEND}" pkg_setup() { -- cgit v1.2.3-65-gdbad