aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2017-04-06 21:23:53 -0500
committerMatthias Maier <tamiko@gentoo.org>2017-04-06 21:23:53 -0500
commit4be5d9a476250cb697b64710afcfa2f867af2227 (patch)
treeec7e4bcce1921cb7bf12a0fd96571bb6d1a75cae /dev-python/instant
parentdev-python/instant: version bump to 2016.2.0 (diff)
downloadsci-4be5d9a476250cb697b64710afcfa2f867af2227.tar.gz
sci-4be5d9a476250cb697b64710afcfa2f867af2227.tar.bz2
sci-4be5d9a476250cb697b64710afcfa2f867af2227.zip
dev-python/instant: drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.2
Diffstat (limited to 'dev-python/instant')
-rw-r--r--dev-python/instant/Manifest2
-rw-r--r--dev-python/instant/instant-1.2.0.ebuild17
-rw-r--r--dev-python/instant/instant-1.3.0.ebuild20
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/instant/Manifest b/dev-python/instant/Manifest
index 1166663f4..4858b8e39 100644
--- a/dev-python/instant/Manifest
+++ b/dev-python/instant/Manifest
@@ -1,4 +1,2 @@
-DIST instant-1.2.0.tar.gz 125833 SHA256 12507f90b75f7ac4e222b2b5048212fa849e650b8dae94534a88ef2fe8378618 SHA512 574f2e56ea14e19928d53f46b781d2e77fd11dd1bb3c84e38466977999b03028a9780f1f3888084484feef2fe42e40b7a500eeb35af360034247fcfe019b86eb WHIRLPOOL 361a72e97c5c9fc7bf1dae49abe6cea1cabc53a97dada83a499ec042452b2ca550528af359071b5ffa39778c1abecd1b25e70d8d69c171301289ac610695c292
-DIST instant-1.3.0.tar.gz 133954 SHA256 4a71d86f15dccf08c05edac7fb0e41daafdcb2e0e330134264284a788b5eecd6 SHA512 2d51f1ccf18902e25d6ee71cc219c2fd44c47202c2c7a1d5a39b220beec4d497a5cd7d8e5f09a3b7db8e72965c369bffa99ab8a22d8675efa5805b0d3b80b96a WHIRLPOOL f4e30709ca086e9742a6cccf8e8575b64238895de33a30bb3ffa10cc177cc4235c9f7864e8f8ed9aef028960855cf663dca432e90c9132c425459a358eaa684a
DIST instant-1.4.0.tar.gz 147300 SHA256 722f1d91b92ea768f91cd7e4b9ab322e72afc57a7d440564d8b8ae0d1bc27b4e SHA512 80144935f6810d1b20b0b2539f2931ff0e5f6fbdd38b2356eb2d1012bcf28291616564766e9066b748de132e2c100db0788c6f1866a59964d6380fa8380595b8 WHIRLPOOL 09152d19e7aa2fb989f5393fbf1ef4ddcfb77f3e646efe84d4c5701b45a9729c348eb1769104658b2b811f609bee521d4cbb8dfce8ce3ec58da058d37df7c260
DIST instant-2016.2.0.tar.gz 74052 SHA256 df5e8ca306546fd1ee1a28e36b61c5d46456dc8b07e3293d674ddff62cf8d953 SHA512 b9752a98d9ae7b08c7113eeae45f3c3c028dd25d538d26c59cb84e90f8cdbac58126dff55b336d56ea2ba1a5fe3ae08b614046738d76978ec91b28e53c491ae2 WHIRLPOOL c3cdc6abda7c9b8d13dcbfd61cb5c743a71a1b9eb0cd2d68bfc80e777a9a85c871e50ecbd5a90775591184d1b4263523057bb12c2d0d4ad48863dff89855c776
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}]"