commit: 2eae8c6ef0bd24f5c7a7f2fe8cf9bb4af756adad
Author: Andrew Reisner <andrew <AT> reisner <DOT> co>
AuthorDate: Wed Jul 16 04:56:02 2014 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Jul 16 04:56:02 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2eae8c6e
version bump
Package-Manager: portage-2.2.8-r1
---
dev-python/ffc/ChangeLog | 6 ++++++
dev-python/ffc/ffc-1.3.0.ebuild | 10 +++++++++-
dev-python/ffc/{ffc-1.3.0.ebuild => ffc-1.4.0.ebuild} | 10 +++++++++-
3 files changed, 24 insertions(+), 2 deletions(-)
diff --git a/dev-python/ffc/ChangeLog b/dev-python/ffc/ChangeLog
index 033934c..1ea0560 100644
--- a/dev-python/ffc/ChangeLog
+++ b/dev-python/ffc/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*ffc-1.4.0 (16 Jul 2014)
+
+ 16 Jul 2014; Andrew Reisner <[email protected]> +ffc-1.4.0.ebuild,
+ ffc-1.3.0.ebuild:
+ version bump
+
*ffc-1.3.0 (11 Jul 2014)
11 Jul 2014; Andrew Reisner <[email protected]> +ffc-1.3.0.ebuild:
diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild
index f4d5db6..5dbce3b 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.3.0.ebuild
@@ -14,5 +14,13 @@
SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
+
+RDEPPEND="
+ >=sci-mathematics/ufc-1.4.2
+ =dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+ =dev-python/instant-${PV}[${PYTHON_USEDEP}]
+ =dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ "
diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.4.0.ebuild
similarity index 67%
copy from dev-python/ffc/ffc-1.3.0.ebuild
copy to dev-python/ffc/ffc-1.4.0.ebuild
index f4d5db6..9ec9a20 100644
--- a/dev-python/ffc/ffc-1.3.0.ebuild
+++ b/dev-python/ffc/ffc-1.4.0.ebuild
@@ -14,5 +14,13 @@
SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
+
+RDEPEND="
+ !sci-mathematics/ufc
+ =dev-python/ufl-${PV}[${PYTHON_USEDEP}]
+ =dev-python/instant-${PV}[${PYTHON_USEDEP}]
+ =dev-python/fiat-${PV}[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+ "