summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:54:34 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-08-05 22:54:34 +0000
commit94ce351ad80d4874c5e09db02d5bec4fbf619b59 (patch)
treec99d3bca7ef8bd8d75af363d009baf6d5dab053f /dev-python/BitVector
parentadded autotools eclass (diff)
downloadhistorical-94ce351ad80d4874c5e09db02d5bec4fbf619b59.tar.gz
historical-94ce351ad80d4874c5e09db02d5bec4fbf619b59.tar.bz2
historical-94ce351ad80d4874c5e09db02d5bec4fbf619b59.zip
Remove old ebuild. Requested by Arfrever
Package-Manager: portage-2.2.0_alpha50/cvs/Linux x86_64
Diffstat (limited to 'dev-python/BitVector')
-rw-r--r--dev-python/BitVector/BitVector-2.0.ebuild27
-rw-r--r--dev-python/BitVector/ChangeLog5
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)