diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-12 03:25:39 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-12 03:25:39 +0000 |
commit | 2fe2fcf2db6eab435d792be79e64ef5c4f93fa46 (patch) | |
tree | 5ec7276dddf25e29c163726998f77c88c6d3569e /dev-python | |
parent | Version bump. (diff) | |
download | gentoo-2-2fe2fcf2db6eab435d792be79e64ef5c4f93fa46.tar.gz gentoo-2-2fe2fcf2db6eab435d792be79e64ef5c4f93fa46.tar.bz2 gentoo-2-2fe2fcf2db6eab435d792be79e64ef5c4f93fa46.zip |
Fix a bug in a patch and rename 0.6.8 to 0.6.8-r1 without changes in the ebuild.
(Portage version: 15044-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/setuptools/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/setuptools/files/distribute-0.6.8-fix_tests.patch | 2 | ||||
-rw-r--r-- | dev-python/setuptools/setuptools-0.6.8-r1.ebuild (renamed from dev-python/setuptools/setuptools-0.6.8.ebuild) | 2 |
3 files changed, 11 insertions, 3 deletions
diff --git a/dev-python/setuptools/ChangeLog b/dev-python/setuptools/ChangeLog index a67bc4ef9320..559b65789ed0 100644 --- a/dev-python/setuptools/ChangeLog +++ b/dev-python/setuptools/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for dev-python/setuptools # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.92 2009/12/09 18:52:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/ChangeLog,v 1.93 2009/12/12 03:25:39 arfrever Exp $ + +*setuptools-0.6.8-r1 (12 Dec 2009) + + 12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -setuptools-0.6.8.ebuild, +setuptools-0.6.8-r1.ebuild, + files/distribute-0.6.8-fix_tests.patch: + Fix a bug in a patch and rename 0.6.8 to 0.6.8-r1 without changes in the + ebuild. 09 Dec 2009; nixnut <nixnut@gentoo.org> setuptools-0.6.8.ebuild: ppc stable #295696 diff --git a/dev-python/setuptools/files/distribute-0.6.8-fix_tests.patch b/dev-python/setuptools/files/distribute-0.6.8-fix_tests.patch index 41b1779f3b48..1ae52297c048 100644 --- a/dev-python/setuptools/files/distribute-0.6.8-fix_tests.patch +++ b/dev-python/setuptools/files/distribute-0.6.8-fix_tests.patch @@ -7,7 +7,7 @@ https://bitbucket.org/tarek/distribute/changeset/e2de9f1e9064/ 'register', 'bdist_wininst', 'upload_docs', ] -+from setuptools.command.install_scripts import install_scripts ++from setuptools.command import install_scripts import sys + if sys.version>='2.5': diff --git a/dev-python/setuptools/setuptools-0.6.8.ebuild b/dev-python/setuptools/setuptools-0.6.8-r1.ebuild index 146140499912..ed66bb4aaddb 100644 --- a/dev-python/setuptools/setuptools-0.6.8.ebuild +++ b/dev-python/setuptools/setuptools-0.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8.ebuild,v 1.9 2009/12/09 18:52:20 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/setuptools/setuptools-0.6.8-r1.ebuild,v 1.1 2009/12/12 03:25:39 arfrever Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" |