summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2011-06-19 12:50:07 +0000
committerAndrey Grozin <grozin@gentoo.org>2011-06-19 12:50:07 +0000
commitc846f58a460bc435dde9713eefa981b42d9b148c (patch)
tree3899ed3d8beaba2ab4ffc08cc3f926160d410e00 /dev-python/bitstring
parentDepend on a compatible dev-ruby/deprecated slot, fixes bug 332985. (diff)
downloadgentoo-2-c846f58a460bc435dde9713eefa981b42d9b148c.tar.gz
gentoo-2-c846f58a460bc435dde9713eefa981b42d9b148c.tar.bz2
gentoo-2-c846f58a460bc435dde9713eefa981b42d9b148c.zip
Version bump
(Portage version: 2.2.0_alpha41/cvs/Linux i686)
Diffstat (limited to 'dev-python/bitstring')
-rw-r--r--dev-python/bitstring/ChangeLog8
-rw-r--r--dev-python/bitstring/bitstring-2.0.3.ebuild27
-rw-r--r--dev-python/bitstring/bitstring-2.2.0.ebuild (renamed from dev-python/bitstring/bitstring-2.1.1.ebuild)2
3 files changed, 8 insertions, 29 deletions
diff --git a/dev-python/bitstring/ChangeLog b/dev-python/bitstring/ChangeLog
index dde34333db6d..882d8616983c 100644
--- a/dev-python/bitstring/ChangeLog
+++ b/dev-python/bitstring/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/bitstring
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.3 2011/02/26 15:23:57 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.4 2011/06/19 12:50:06 grozin Exp $
+
+*bitstring-2.2.0 (19 Jun 2011)
+
+ 19 Jun 2011; Andrey Grozin <grozin@gentoo.org> -bitstring-2.0.3.ebuild,
+ -bitstring-2.1.1.ebuild, +bitstring-2.2.0.ebuild:
+ Version bump
*bitstring-2.1.1 (26 Feb 2011)
diff --git a/dev-python/bitstring/bitstring-2.0.3.ebuild b/dev-python/bitstring/bitstring-2.0.3.ebuild
deleted file mode 100644
index bfaebbd7bea8..000000000000
--- a/dev-python/bitstring/bitstring-2.0.3.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/bitstring/bitstring-2.0.3.ebuild,v 1.2 2010/11/10 22:29:29 patrick Exp $
-
-EAPI=3
-PYTHON_DEPEND="*"
-SUPPORT_PYTHON_ABIS=1
-inherit distutils
-
-DESCRIPTION="A pure Python module designed to help make the creation and analysis of binary data as simple and natural as possible"
-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"
-
-src_test() {
- testing() {
- PYTHONPATH="../build-${PYTHON_ABI}/lib" "$(PYTHON)" test_${PN}.py
- }
- pushd test > /dev/null
- python_execute_function testing
- popd > /dev/null
-}
diff --git a/dev-python/bitstring/bitstring-2.1.1.ebuild b/dev-python/bitstring/bitstring-2.2.0.ebuild
index ae2bb7af7871..2ba439e4418e 100644
--- a/dev-python/bitstring/bitstring-2.1.1.ebuild
+++ b/dev-python/bitstring/bitstring-2.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-2.1.1.ebuild,v 1.1 2011/02/26 15:23:57 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-2.2.0.ebuild,v 1.1 2011/06/19 12:50:06 grozin Exp $
EAPI=3
PYTHON_DEPEND="*"