summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2012-02-21 03:38:15 +0000
committerPatrick Lauer <patrick@gentoo.org>2012-02-21 03:38:15 +0000
commit1df62a4b59de5b79f23d08c29e1997aeea84f879 (patch)
treec906e3a1941239fb3e57d4d63937a25c1630ac7f /dev-python/bitstring
parentFix pypy restrict (diff)
downloadgentoo-2-1df62a4b59de5b79f23d08c29e1997aeea84f879.tar.gz
gentoo-2-1df62a4b59de5b79f23d08c29e1997aeea84f879.tar.bz2
gentoo-2-1df62a4b59de5b79f23d08c29e1997aeea84f879.zip
Restricting py2.5
(Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/bitstring')
-rw-r--r--dev-python/bitstring/ChangeLog6
-rw-r--r--dev-python/bitstring/bitstring-2.2.0.ebuild6
-rw-r--r--dev-python/bitstring/bitstring-3.0.1.ebuild6
-rw-r--r--dev-python/bitstring/bitstring-3.0.2.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-python/bitstring/ChangeLog b/dev-python/bitstring/ChangeLog
index 6578fba036fe..2fa076e18cda 100644
--- a/dev-python/bitstring/ChangeLog
+++ b/dev-python/bitstring/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/bitstring
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.6 2012/02/10 10:17:56 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/ChangeLog,v 1.7 2012/02/21 03:38:15 patrick Exp $
+
+ 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> bitstring-2.2.0.ebuild,
+ bitstring-3.0.1.ebuild, bitstring-3.0.2.ebuild:
+ Restricting py2.5
*bitstring-3.0.2 (10 Feb 2012)
diff --git a/dev-python/bitstring/bitstring-2.2.0.ebuild b/dev-python/bitstring/bitstring-2.2.0.ebuild
index 2ba439e4418e..e5400d613f8a 100644
--- a/dev-python/bitstring/bitstring-2.2.0.ebuild
+++ b/dev-python/bitstring/bitstring-2.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-2.2.0.ebuild,v 1.1 2011/06/19 12:50:06 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-2.2.0.ebuild,v 1.2 2012/02/21 03:38:15 patrick Exp $
EAPI=3
-PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.5"
inherit distutils
DESCRIPTION="A pure Python module for creation and analysis of binary data"
diff --git a/dev-python/bitstring/bitstring-3.0.1.ebuild b/dev-python/bitstring/bitstring-3.0.1.ebuild
index 3b355e197b98..2b71d7b06fbc 100644
--- a/dev-python/bitstring/bitstring-3.0.1.ebuild
+++ b/dev-python/bitstring/bitstring-3.0.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.0.1.ebuild,v 1.1 2011/11/22 13:26:10 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.0.1.ebuild,v 1.2 2012/02/21 03:38:15 patrick Exp $
EAPI=3
-PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.5"
inherit distutils
DESCRIPTION="A pure Python module for creation and analysis of binary data"
diff --git a/dev-python/bitstring/bitstring-3.0.2.ebuild b/dev-python/bitstring/bitstring-3.0.2.ebuild
index 8dd681ce1751..cbdb4cbe77c5 100644
--- a/dev-python/bitstring/bitstring-3.0.2.ebuild
+++ b/dev-python/bitstring/bitstring-3.0.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.0.2.ebuild,v 1.1 2012/02/10 10:17:56 grozin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bitstring/bitstring-3.0.2.ebuild,v 1.2 2012/02/21 03:38:15 patrick Exp $
EAPI=3
-PYTHON_DEPEND="*"
SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS="2.5"
inherit distutils
DESCRIPTION="A pure Python module for creation and analysis of binary data"