diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 17:24:24 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-01-26 17:24:24 +0000 |
commit | fcd69a284c79f7789960e06aae5e24144a5e1f0b (patch) | |
tree | 6b1be0cbf2c6d116eae8448c0217363f65ba6b3d | |
parent | Remove old. (diff) | |
download | gentoo-2-fcd69a284c79f7789960e06aae5e24144a5e1f0b.tar.gz gentoo-2-fcd69a284c79f7789960e06aae5e24144a5e1f0b.tar.bz2 gentoo-2-fcd69a284c79f7789960e06aae5e24144a5e1f0b.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r-- | dev-python/bitstring/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/bitstring/bitstring-3.1.0.ebuild | 28 |
2 files changed, 5 insertions, 30 deletions
diff --git a/dev-python/bitstring/ChangeLog b/dev-python/bitstring/ChangeLog index d669a8e1ead7..5b059165fe4a 100644 --- a/dev-python/bitstring/ChangeLog +++ b/dev-python/bitstring/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/bitstring -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.15 2014/11/24 13:48:38 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.16 2015/01/26 17:24:24 mrueg Exp $ + + 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -bitstring-3.1.0.ebuild: + Remove old. 24 Nov 2014; Pacho Ramos <pacho@gentoo.org> bitstring-3.1.1.ebuild: Support python 3.4 diff --git a/dev-python/bitstring/bitstring-3.1.0.ebuild b/dev-python/bitstring/bitstring-3.1.0.ebuild deleted file mode 100644 index e897d864e20a..000000000000 --- a/dev-python/bitstring/bitstring-3.1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.1.0.ebuild,v 1.2 2013/05/10 03:44:18 patrick Exp $ - -EAPI=3 -SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS="2.5" -inherit distutils - -DESCRIPTION="A pure Python module for creation and analysis of binary data" -HOMEPAGE="http://python-bitstring.googlecode.com/" -SRC_URI="http://python-bitstring.googlecode.com/files/${P}.zip" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND="app-arch/unzip" -RDEPEND="" - -src_test() { - testing() { - PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" test_${PN}.py - } - pushd test > /dev/null - python_execute_function testing - popd > /dev/null -} |