From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1P5qB1-00013i-EL for garchives@archives.gentoo.org; Wed, 13 Oct 2010 01:30:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A095CE073C; Wed, 13 Oct 2010 01:30:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 62E41E073C for ; Wed, 13 Oct 2010 01:30:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD7A1B403D for ; Wed, 13 Oct 2010 01:30:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2098) id 7ECB02004C; Wed, 13 Oct 2010 01:30:40 +0000 (UTC) From: "Zac Medico (zmedico)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, zmedico@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/portage: portage-2.2_rc67.ebuild portage-2.1.7.17.ebuild ChangeLog portage-2.1.6.13.ebuild portage-2.1.6.7.ebuild portage-2.1.8.3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: portage-2.2_rc67.ebuild portage-2.1.7.17.ebuild ChangeLog portage-2.1.6.13.ebuild portage-2.1.6.7.ebuild portage-2.1.8.3.ebuild X-VCS-Directories: sys-apps/portage X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico Content-Type: text/plain; charset=utf8 Message-Id: <20101013013040.7ECB02004C@flycatcher.gentoo.org> Date: Wed, 13 Oct 2010 01:30:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 7aeee278-99ae-4dcb-ba0a-4462879f11cd X-Archives-Hash: ad84bd417daa7fcb368ee5e23a9bd6a8 zmedico 10/10/13 01:30:40 Modified: portage-2.2_rc67.ebuild portage-2.1.7.17.ebuild ChangeLog portage-2.1.6.13.ebuild portage-2.1.6.7.ebuild portage-2.1.8.3.ebuild Log: Bug #330937 - Make older portage block incompatible versions of python2= . =20 (Portage version: 2.2_rc94_p1/cvs/Linux i686) Revision Changes Path 1.5 sys-apps/portage/portage-2.2_rc67.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.2_rc67.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.2_rc67.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.2_rc67.ebuild?r1=3D1.4&r2=3D1.5 Index: portage-2.2_rc67.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc67.ebuil= d,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- portage-2.2_rc67.ebuild 13 Sep 2010 22:48:26 -0000 1.4 +++ portage-2.2_rc67.ebuild 13 Oct 2010 01:30:40 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc67.ebu= ild,v 1.4 2010/09/13 22:48:26 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.2_rc67.ebu= ild,v 1.5 2010/10/13 01:30:40 zmedico Exp $ =20 # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -28,6 +28,7 @@ epydoc? ( >=3Ddev-python/epydoc-2.0 !<=3Ddev-python/pysqlite-2.4.1 )" # Require sandbox-2.2 for bug #288863. RDEPEND=3D"${python_dep} + !python3? ( !!>=3Ddev-lang/python-2.6.6:2.6 !!dev-lang/python:2.7 ) !build? ( >=3Dsys-apps/sed-4.0.5 >=3Dapp-shells/bash-3.2_p17 >=3Dapp-admin/eselect-1.2 ) 1.14 sys-apps/portage/portage-2.1.7.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.7.17.ebuild?rev=3D1.14&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.7.17.ebuild?rev=3D1.14&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.7.17.ebuild?r1=3D1.13&r2=3D1.14 Index: portage-2.1.7.17.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.17.ebuil= d,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- portage-2.1.7.17.ebuild 13 Sep 2010 18:08:23 -0000 1.13 +++ portage-2.1.7.17.ebuild 13 Oct 2010 01:30:40 -0000 1.14 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.17.ebu= ild,v 1.13 2010/09/13 18:08:23 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.7.17.ebu= ild,v 1.14 2010/10/13 01:30:40 zmedico Exp $ =20 # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -27,6 +27,7 @@ doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=3Ddev-python/epydoc-2.0 !<=3Ddev-python/pysqlite-2.4.1 )" RDEPEND=3D"${python_dep} + !python3? ( !!>=3Ddev-lang/python-2.6.6:2.6 !!dev-lang/python:2.7 ) !build? ( >=3Dsys-apps/sed-4.0.5 >=3Dapp-shells/bash-3.2_p17 >=3Dapp-admin/eselect-1.2 ) 1.752 sys-apps/portage/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?rev=3D1.752&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?rev=3D1.752&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/C= hangeLog?r1=3D1.751&r2=3D1.752 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v retrieving revision 1.751 retrieving revision 1.752 diff -u -r1.751 -r1.752 --- ChangeLog 12 Oct 2010 06:28:04 -0000 1.751 +++ ChangeLog 13 Oct 2010 01:30:40 -0000 1.752 @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/portage # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.751 20= 10/10/12 06:28:04 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/ChangeLog,v 1.752 20= 10/10/13 01:30:40 zmedico Exp $ + + 13 Oct 2010; Zac Medico portage-2.1.6.7.ebuild, + portage-2.1.6.13.ebuild, portage-2.1.7.17.ebuild, portage-2.1.8.3.ebui= ld, + portage-2.2_rc67.ebuild: + Bug #330937 - Make older portage block incompatible versions of python= 2. =20 *portage-2.2_rc94 (12 Oct 2010) =20 1.19 sys-apps/portage/portage-2.1.6.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.6.13.ebuild?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.6.13.ebuild?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.6.13.ebuild?r1=3D1.18&r2=3D1.19 Index: portage-2.1.6.13.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebuil= d,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- portage-2.1.6.13.ebuild 13 Sep 2010 18:08:23 -0000 1.18 +++ portage-2.1.6.13.ebuild 13 Oct 2010 01:30:40 -0000 1.19 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebu= ild,v 1.18 2010/09/13 18:08:23 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.13.ebu= ild,v 1.19 2010/10/13 01:30:40 zmedico Exp $ =20 # EAPI 1 since python-2.5 is also EAPI 1. EAPI=3D1 @@ -22,6 +22,7 @@ epydoc? ( >=3Ddev-python/epydoc-2.0 )" # the debugedit blocker is for bug #289967 RDEPEND=3D"${python_dep} + !>=3Ddev-lang/python-2.6.6:2.6 !dev-lang/python:2.7 !build? ( >=3Dsys-apps/sed-4.0.5 >=3Dapp-shells/bash-3.2_p17 >=3Dapp-admin/eselect-1.2 ) 1.18 sys-apps/portage/portage-2.1.6.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.6.7.ebuild?rev=3D1.18&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.6.7.ebuild?rev=3D1.18&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.6.7.ebuild?r1=3D1.17&r2=3D1.18 Index: portage-2.1.6.7.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebuild= ,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- portage-2.1.6.7.ebuild 13 Sep 2010 18:08:23 -0000 1.17 +++ portage-2.1.6.7.ebuild 13 Oct 2010 01:30:40 -0000 1.18 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebui= ld,v 1.17 2010/09/13 18:08:23 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.6.7.ebui= ld,v 1.18 2010/10/13 01:30:40 zmedico Exp $ =20 inherit eutils multilib python =20 @@ -20,6 +20,7 @@ epydoc? ( >=3Ddev-python/epydoc-2.0 )" # the debugedit blocker is for bug #289967 RDEPEND=3D"${python_dep} + !>=3Ddev-lang/python-2.6.6 !build? ( >=3Dsys-apps/sed-4.0.5 >=3Dapp-shells/bash-3.2_p17 >=3Dapp-admin/eselect-1.2 ) 1.10 sys-apps/portage/portage-2.1.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.8.3.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.8.3.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/portage/p= ortage-2.1.8.3.ebuild?r1=3D1.9&r2=3D1.10 Index: portage-2.1.8.3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.8.3.ebuild= ,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- portage-2.1.8.3.ebuild 13 Sep 2010 18:08:23 -0000 1.9 +++ portage-2.1.8.3.ebuild 13 Oct 2010 01:30:40 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.8.3.ebui= ld,v 1.9 2010/09/13 18:08:23 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/portage/portage-2.1.8.3.ebui= ld,v 1.10 2010/10/13 01:30:40 zmedico Exp $ =20 # Require EAPI 2 since we now require at least python-2.6 (for python 3 # syntax support) which also requires EAPI 2. @@ -27,6 +27,7 @@ doc? ( app-text/xmlto ~app-text/docbook-xml-dtd-4.4 ) epydoc? ( >=3Ddev-python/epydoc-2.0 !<=3Ddev-python/pysqlite-2.4.1 )" RDEPEND=3D"${python_dep} + !python3? ( !!>=3Ddev-lang/python-2.6.6:2.6 !!dev-lang/python:2.7 ) !build? ( >=3Dsys-apps/sed-4.0.5 >=3Dapp-shells/bash-3.2_p17 >=3Dapp-admin/eselect-1.2 )