diff options
author | 2014-01-21 04:35:52 +0000 | |
---|---|---|
committer | 2014-01-21 04:35:52 +0000 | |
commit | e7e1ca925e0f419031c8f4b59671eaab87d22ba1 (patch) | |
tree | 99a49b1f797174f3abeae1b18f3b727a732c918b /dev-python/BitVector | |
parent | Remove old (diff) | |
download | gentoo-2-e7e1ca925e0f419031c8f4b59671eaab87d22ba1.tar.gz gentoo-2-e7e1ca925e0f419031c8f4b59671eaab87d22ba1.tar.bz2 gentoo-2-e7e1ca925e0f419031c8f4b59671eaab87d22ba1.zip |
Remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/BitVector')
-rw-r--r-- | dev-python/BitVector/BitVector-3.0-r1.ebuild | 39 | ||||
-rw-r--r-- | dev-python/BitVector/BitVector-3.1.ebuild | 39 | ||||
-rw-r--r-- | dev-python/BitVector/ChangeLog | 8 |
3 files changed, 6 insertions, 80 deletions
diff --git a/dev-python/BitVector/BitVector-3.0-r1.ebuild b/dev-python/BitVector/BitVector-3.0-r1.ebuild deleted file mode 100644 index 69c20570d5ab..000000000000 --- a/dev-python/BitVector/BitVector-3.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-3.0-r1.ebuild,v 1.2 2011/09/05 20:39:05 djc Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.4 2.5" - -inherit distutils - -DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays" -HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ http://pypi.python.org/pypi/BitVector" -SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODULES="BitVector.py" - -src_prepare() { - distutils_src_prepare - - # Don't install test.py. - rm -f test.py -} - -src_test() { - cd Test${PN} - - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" Test.py - } - python_execute_function testing -} diff --git a/dev-python/BitVector/BitVector-3.1.ebuild b/dev-python/BitVector/BitVector-3.1.ebuild deleted file mode 100644 index 49f04450779d..000000000000 --- a/dev-python/BitVector/BitVector-3.1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-3.1.ebuild,v 1.1 2012/03/02 09:46:42 djc Exp $ - -EAPI="3" -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.4 2.5" - -inherit distutils - -DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays" -HOMEPAGE="http://cobweb.ecn.purdue.edu/~kak/dist/ http://pypi.python.org/pypi/BitVector" -SRC_URI="http://cobweb.ecn.purdue.edu/~kak/dist/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODULES="BitVector.py" - -src_prepare() { - distutils_src_prepare - - # Don't install test.py. - rm -f test.py -} - -src_test() { - cd Test${PN} - - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" Test.py - } - python_execute_function testing -} diff --git a/dev-python/BitVector/ChangeLog b/dev-python/BitVector/ChangeLog index e205a18bab88..23b292165151 100644 --- a/dev-python/BitVector/ChangeLog +++ b/dev-python/BitVector/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/BitVector -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.8 2013/03/11 08:40:46 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.9 2014/01/21 04:35:52 patrick Exp $ + + 21 Jan 2014; Patrick Lauer <patrick@gentoo.org> -BitVector-3.0-r1.ebuild, + -BitVector-3.1.ebuild: + Remove old *BitVector-3.3 (11 Mar 2013) |