aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ffc/ffc-1.2.0.ebuild')
-rw-r--r--dev-python/ffc/ffc-1.2.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-python/ffc/ffc-1.2.0.ebuild b/dev-python/ffc/ffc-1.2.0.ebuild
new file mode 100644
index 000000000..3183e0728
--- /dev/null
+++ b/dev-python/ffc/ffc-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form"
+HOMEPAGE="http://launchpad.net/ffc"
+SRC_URI="https://launchpad.net/ffc/1.2.x/1.2.0/+download/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""