From 3ac552a8629d4c8956dff62815ac7ab19317d687 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 26 Oct 2011 07:52:52 +0000 Subject: [PATCH] Restrict Python 3 due to bugs in it, use mirror://github. Package-Manager: portage-2.2.0_alpha71/cvs/Linux x86_64 --- app-portage/gentoopm/ChangeLog | 5 ++++- app-portage/gentoopm/gentoopm-0.2.1.ebuild | 8 ++++---- app-portage/smart-live-rebuild/ChangeLog | 6 +++++- .../smart-live-rebuild/smart-live-rebuild-1.2.ebuild | 8 ++++---- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/app-portage/gentoopm/ChangeLog b/app-portage/gentoopm/ChangeLog index 82967a130163..e8fc76396dae 100644 --- a/app-portage/gentoopm/ChangeLog +++ b/app-portage/gentoopm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-portage/gentoopm # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/ChangeLog,v 1.9 2011/08/15 16:06:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/ChangeLog,v 1.10 2011/10/26 07:50:23 mgorny Exp $ + + 26 Oct 2011; Michał Górny gentoopm-0.2.1.ebuild: + Restrict Python 3 due to bugs in it, use mirror://github. *gentoopm-0.2.1 (15 Aug 2011) diff --git a/app-portage/gentoopm/gentoopm-0.2.1.ebuild b/app-portage/gentoopm/gentoopm-0.2.1.ebuild index 187ec692b15c..aabeb7b946bb 100644 --- a/app-portage/gentoopm/gentoopm-0.2.1.ebuild +++ b/app-portage/gentoopm/gentoopm-0.2.1.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.1.ebuild,v 1.1 2011/08/15 16:06:03 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoopm/gentoopm-0.2.1.ebuild,v 1.2 2011/10/26 07:50:23 mgorny Exp $ EAPI=3 -PYTHON_DEPEND='*:2.6' +PYTHON_DEPEND='2:2.6' SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5' +RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' DISTUTILS_SRC_TEST=setup.py inherit base distutils DESCRIPTION="A common interface to Gentoo package managers" HOMEPAGE="https://github.com/mgorny/gentoopm/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" diff --git a/app-portage/smart-live-rebuild/ChangeLog b/app-portage/smart-live-rebuild/ChangeLog index 8df723b99844..2358d529b831 100644 --- a/app-portage/smart-live-rebuild/ChangeLog +++ b/app-portage/smart-live-rebuild/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-portage/smart-live-rebuild # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.29 2011/08/31 08:22:23 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/ChangeLog,v 1.30 2011/10/26 07:52:52 mgorny Exp $ + + 26 Oct 2011; Michał Górny + smart-live-rebuild-1.2.ebuild: + Restrict Python 3 due to bugs in it, use mirror://github. *smart-live-rebuild-1.2 (31 Aug 2011) diff --git a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild index 6f3220387dff..9f88760e9aa5 100644 --- a/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild +++ b/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild,v 1.1 2011/08/31 08:22:24 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/smart-live-rebuild/smart-live-rebuild-1.2.ebuild,v 1.2 2011/10/26 07:52:52 mgorny Exp $ EAPI=3 -PYTHON_DEPEND='*:2.6' +PYTHON_DEPEND='2:2.6' SUPPORT_PYTHON_ABIS=1 -RESTRICT_PYTHON_ABIS='2.4 2.5' +RESTRICT_PYTHON_ABIS='2.4 2.5 3.*' DISTUTILS_SRC_TEST=setup.py inherit base distutils DESCRIPTION="Check live packages for updates and emerge them as necessary" HOMEPAGE="https://github.com/mgorny/smart-live-rebuild/" -SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2" +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -- 2.26.2