commit: 4be5d9a476250cb697b64710afcfa2f867af2227
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 7 02:23:53 2017 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Fri Apr 7 02:23:53 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4be5d9a4
dev-python/instant: drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.2
dev-python/instant/instant-1.2.0.ebuild | 17 -----------------
dev-python/instant/instant-1.3.0.ebuild | 20 --------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/instant/instant-1.2.0.ebuild
b/dev-python/instant/instant-1.2.0.ebuild
deleted file mode 100644
index 06cb8162f..000000000
--- a/dev-python/instant/instant-1.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python{2_7,3_3} )
-
-inherit distutils-r1
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="http://launchpad.net/instant"
-SRC_URI="https://launchpad.net/instant/1.2.x/${PV}/+download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
diff --git a/dev-python/instant/instant-1.3.0.ebuild
b/dev-python/instant/instant-1.3.0.ebuild
deleted file mode 100644
index d72f562a0..000000000
--- a/dev-python/instant/instant-1.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Instant inlining of C and C++ code in Python"
-HOMEPAGE="https://bitbucket.org/fenics-project/instant/"
-SRC_URI="https://bitbucket.org/fenics-project/instant/downloads/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-lang/swig"
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"