public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/
Date: Tue, 22 May 2012 19:43:17 +0000 (UTC)	[thread overview]
Message-ID: <1337715673.5b8029e7b1d685832b07ef5532b46a16fa5caec5.jlec@gentoo> (raw)

commit:     5b8029e7b1d685832b07ef5532b46a16fa5caec5
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue May 22 19:41:13 2012 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue May 22 19:41:13 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=5b8029e7

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/ChangeLog           |    6 +++++-
 sci-mathematics/dolfin/dolfin-0.9.9.ebuild |   23 ++++++++++++-----------
 sci-mathematics/dolfin/metadata.xml        |   19 +++++++++----------
 3 files changed, 26 insertions(+), 22 deletions(-)

diff --git a/sci-mathematics/dolfin/ChangeLog b/sci-mathematics/dolfin/ChangeLog
index bcbbc7f..b1909e5 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 465a723..249fcbc 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 001d76e..964c3ee 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>
-



             reply	other threads:[~2012-05-22 19:45 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-22 19:43 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-04-13 20:36 [gentoo-commits] proj/sci:master commit in: sci-mathematics/dolfin/ Martin Mokrejs
2017-09-14 19:14 Matthias Maier
2017-09-14 18:41 Matthias Maier
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2017-04-11 14:50 Marius Brehler
2015-09-21 14:04 Justin Lecher
2015-06-08 12:19 Justin Lecher
2013-12-04 16:22 Justin Lecher
2011-03-07 12:01 Justin Lecher

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=1337715673.5b8029e7b1d685832b07ef5532b46a16fa5caec5.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