aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-05-22 21:41:13 +0200
committerJustin Lecher <jlec@gentoo.org>2012-05-22 21:41:13 +0200
commit5b8029e7b1d685832b07ef5532b46a16fa5caec5 (patch)
tree51b8356fd2f661b5ef528dc52f2d480a0661ff9f /sci-mathematics
parentsci-physics/abinit: Add missing eutils.eclass (diff)
downloadsci-5b8029e7b1d685832b07ef5532b46a16fa5caec5.tar.gz
sci-5b8029e7b1d685832b07ef5532b46a16fa5caec5.tar.bz2
sci-5b8029e7b1d685832b07ef5532b46a16fa5caec5.zip
sci-mathematics/dolfin: Add missing eutils.eclass, bump to EAPI=4
(Portage version: 2.2.0_alpha107/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/dolfin/ChangeLog6
-rw-r--r--sci-mathematics/dolfin/dolfin-0.9.9.ebuild23
-rw-r--r--sci-mathematics/dolfin/metadata.xml19
3 files changed, 26 insertions, 22 deletions
diff --git a/sci-mathematics/dolfin/ChangeLog b/sci-mathematics/dolfin/ChangeLog
index bcbbc7f22..b1909e572 100644
--- a/sci-mathematics/dolfin/ChangeLog
+++ b/sci-mathematics/dolfin/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for sci-mathematics/dolfin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 22 May 2012; Justin Lecher <jlec@gentoo.org> dolfin-0.9.9.ebuild,
+ metadata.xml:
+ Add missing eutils.eclass, bump to EAPI=4
+
07 Mar 2011; Justin Lecher <jlec@gentoo.org> dolfin-0.9.9.ebuild:
Correct Slots for gtk 3 introduction to tree
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() {
diff --git a/sci-mathematics/dolfin/metadata.xml b/sci-mathematics/dolfin/metadata.xml
index 001d76e98..964c3eea5 100644
--- a/sci-mathematics/dolfin/metadata.xml
+++ b/sci-mathematics/dolfin/metadata.xml
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci-mathematics</herd>
-<longdescription lang="en">
+ <herd>sci-mathematics</herd>
+ <longdescription lang="en">
DOLFIN is the C++/Python interface of FEniCS, providing a consistent PSE (Problem Solving Environment) for ordinary and partial differential equations.
</longdescription>
-<use>
- <flag name="cgal">Adds support for geometric algorithms with <pkg>sci-mathematics/cgal</pkg></flag>
- <flag name="cholmod">Adds support for sparse Cholesky factorization with <pkg>sci-libs/cholmod</pkg></flag>
- <flag name="parmetis">Adds support for parallel graph partitioning with <pkg>sci-libs/parmetis</pkg></flag>
- <flag name="scotch">Adds support for graph partitioning with <pkg>sci-libs/scotch</pkg></flag>
- <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
-</use>
+ <use>
+ <flag name="cgal">Adds support for geometric algorithms with <pkg>sci-mathematics/cgal</pkg></flag>
+ <flag name="cholmod">Adds support for sparse Cholesky factorization with <pkg>sci-libs/cholmod</pkg></flag>
+ <flag name="parmetis">Adds support for parallel graph partitioning with <pkg>sci-libs/parmetis</pkg></flag>
+ <flag name="scotch">Adds support for graph partitioning with <pkg>sci-libs/scotch</pkg></flag>
+ <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag>
+ </use>
</pkgmetadata>
-