commit: 51cec738814f50d73d23d5af19e8726a4f4a5f7e Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Feb 10 18:16:06 2016 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Feb 10 18:16:06 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=51cec738
dev-python/ufl: Drop old Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/ufl/ufl-0.5.4.ebuild | 18 ------------------ dev-python/ufl/ufl-1.3.0.ebuild | 23 ----------------------- 2 files changed, 41 deletions(-) diff --git a/dev-python/ufl/ufl-0.5.4.ebuild b/dev-python/ufl/ufl-0.5.4.ebuild deleted file mode 100644 index 168dcff..0000000 --- a/dev-python/ufl/ufl-0.5.4.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="Domain specific language for declaration of FE discretizations of variational forms" -HOMEPAGE="http://launchpad.net/ufl" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/ufl/ufl-1.3.0.ebuild b/dev-python/ufl/ufl-1.3.0.ebuild deleted file mode 100644 index b31a526..0000000 --- a/dev-python/ufl/ufl-1.3.0.ebuild +++ /dev/null @@ -1,23 +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="Domain specific language for declaration of FE discretizations of variational forms" -HOMEPAGE="https://bitbucket.org/fenics-project/ufl/" -SRC_URI="https://bitbucket.org/fenics-project/ufl/downloads/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="scipy" - -RDEPEND=" - dev-python/numpy[${PYTHON_USEDEP}] - scipy? ( sci-libs/scipy[${PYTHON_USEDEP}] ) - "
