diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 22:50:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-05 22:50:02 +0000 |
commit | 6bb3ee38a101f9bf3cd4bcdc446b0afad55f7ebe (patch) | |
tree | d0eb4850d438580ea4080e72c8c47942c23de094 /dev-python/BitVector | |
parent | Remove old ebuild. Requested by Arfrever (diff) | |
download | gentoo-2-6bb3ee38a101f9bf3cd4bcdc446b0afad55f7ebe.tar.gz gentoo-2-6bb3ee38a101f9bf3cd4bcdc446b0afad55f7ebe.tar.bz2 gentoo-2-6bb3ee38a101f9bf3cd4bcdc446b0afad55f7ebe.zip |
Remove old ebuild. Requested by Arfrever
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/BitVector')
-rw-r--r-- | dev-python/BitVector/BitVector-2.0.ebuild | 27 | ||||
-rw-r--r-- | dev-python/BitVector/ChangeLog | 5 |
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-python/BitVector/BitVector-2.0.ebuild b/dev-python/BitVector/BitVector-2.0.ebuild deleted file mode 100644 index 427d277041e0..000000000000 --- a/dev-python/BitVector/BitVector-2.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/BitVector-2.0.ebuild,v 1.1 2010/08/17 16:55:40 grozin Exp $ - -EAPI=3 -PYTHON_DEPEND=2 -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="3.*" -inherit distutils - -DESCRIPTION="A pure-Python memory-efficient packed representation for bit arrays" -HOMEPAGE="http://rvl4.ecn.purdue.edu/~kak/dist/${P}.html" -SRC_URI="http://rvl4.ecn.purdue.edu/~kak/dist/${P}.tar.gz" - -LICENSE="PSF-2.4" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -src_test() { - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" Test.py - } - pushd Test${PN} > /dev/null - python_execute_function testing - popd > /dev/null -} diff --git a/dev-python/BitVector/ChangeLog b/dev-python/BitVector/ChangeLog index a9fd0aa24839..abde3a0dc22c 100644 --- a/dev-python/BitVector/ChangeLog +++ b/dev-python/BitVector/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/BitVector # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.3 2011/08/05 16:57:42 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/BitVector/ChangeLog,v 1.4 2011/08/05 22:50:02 hwoarang Exp $ + + 05 Aug 2011; Markos Chandras <hwoarang@gentoo.org> -BitVector-2.0.ebuild: + Remove old ebuild. Requested by Arfrever *BitVector-3.0-r1 (05 Aug 2011) |