commit: e2f03acc946a567afda066f98859291f83ff44fb Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 17:37:41 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 17:37:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e2f03acc
dev-python/ffc: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/ffc/ffc-1.2.0.ebuild | 18 ------------------ dev-python/ffc/ffc-1.3.0.ebuild | 26 -------------------------- 2 files changed, 44 deletions(-) diff --git a/dev-python/ffc/ffc-1.2.0.ebuild b/dev-python/ffc/ffc-1.2.0.ebuild deleted file mode 100644 index b83f5eb..0000000 --- a/dev-python/ffc/ffc-1.2.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_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="" diff --git a/dev-python/ffc/ffc-1.3.0.ebuild b/dev-python/ffc/ffc-1.3.0.ebuild deleted file mode 100644 index 85adbe6..0000000 --- a/dev-python/ffc/ffc-1.3.0.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Compiler for multilinear forms by generating C or C++ code for the evaluation of a multilinear form" -HOMEPAGE="https://bitbucket.org/fenics-project/ffc/" -SRC_URI="https://bitbucket.org/fenics-project/ffc/downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=sci-mathematics/ufc-2.3.0 - =dev-python/ufl-${PV}[${PYTHON_USEDEP}] - =dev-python/instant-${PV}[${PYTHON_USEDEP}] - =dev-python/fiat-${PV}[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - "
