diff options
author | 2012-02-21 03:41:18 +0000 | |
---|---|---|
committer | 2012-02-21 03:41:18 +0000 | |
commit | 99a3e89a62de7f32bb79427ac7bacd6ebcaa2ac0 (patch) | |
tree | d911e6824d9d92ed929e485f08c79794218f399b /dev-python | |
parent | Fix pypy restrict (diff) | |
download | historical-99a3e89a62de7f32bb79427ac7bacd6ebcaa2ac0.tar.gz historical-99a3e89a62de7f32bb79427ac7bacd6ebcaa2ac0.tar.bz2 historical-99a3e89a62de7f32bb79427ac7bacd6ebcaa2ac0.zip |
Restricting py2.5
Package-Manager: portage-2.2.0_alpha88/cvs/Linux x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/bitstring/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/bitstring/bitstring-2.2.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/bitstring/bitstring-3.0.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/bitstring/bitstring-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pygit2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pygit2/pygit2-0.16.0.ebuild | 4 |
6 files changed, 19 insertions, 12 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" diff --git a/dev-python/pygit2/ChangeLog b/dev-python/pygit2/ChangeLog index 048066df68e6..f53f76be9f76 100644 --- a/dev-python/pygit2/ChangeLog +++ b/dev-python/pygit2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pygit2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.5 2012/02/13 04:07:04 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/ChangeLog,v 1.6 2012/02/21 03:41:18 patrick Exp $ + + 21 Feb 2012; Patrick Lauer <patrick@gentoo.org> pygit2-0.16.0.ebuild: + Restricting py2.5 13 Feb 2012; Tim Harder <radhermit@gentoo.org> -pygit2-0.14.0.ebuild, -files/pygit2-0.14.0-fix-write.patch, -pygit2-0.15.0.ebuild: diff --git a/dev-python/pygit2/pygit2-0.16.0.ebuild b/dev-python/pygit2/pygit2-0.16.0.ebuild index 674e29576ef0..fc32a129cd53 100644 --- a/dev-python/pygit2/pygit2-0.16.0.ebuild +++ b/dev-python/pygit2/pygit2-0.16.0.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/pygit2/pygit2-0.16.0.ebuild,v 1.1 2012/02/13 04:05:57 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pygit2/pygit2-0.16.0.ebuild,v 1.2 2012/02/21 03:41:18 patrick Exp $ EAPI="4" -PYTHON_DEPEND="2:2.6 3:3.1" SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="2.5" DISTUTILS_SRC_TEST="setup.py" inherit distutils |