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 1PMKEc-0001iR-Mi for garchives@archives.gentoo.org; Sat, 27 Nov 2010 12:50:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3589EE05C1; Sat, 27 Nov 2010 12:50:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E01C8E05C1 for ; Sat, 27 Nov 2010 12:50:31 +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 D60F91B4014 for ; Sat, 27 Nov 2010 12:50:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2258) id 4D47120051; Sat, 27 Nov 2010 12:50:14 +0000 (UTC) From: "Sebastian Pipping (sping)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, sping@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-3.1.2-r4.ebuild python-2.5.4-r4.ebuild python-2.6.6-r1.ebuild ChangeLog python-2.6.5-r3.ebuild python-2.4.6.ebuild python-2.7.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: python-3.1.2-r4.ebuild python-2.5.4-r4.ebuild python-2.6.6-r1.ebuild ChangeLog python-2.6.5-r3.ebuild python-2.4.6.ebuild python-2.7.ebuild X-VCS-Directories: dev-lang/python X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping Content-Type: text/plain; charset=utf8 Message-Id: <20101127125014.4D47120051@flycatcher.gentoo.org> Date: Sat, 27 Nov 2010 12:50:14 +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: 2beb881f-93a1-4668-8cd1-2d5d70509f4c X-Archives-Hash: 5743c2ca02a43f6954ab9fe00697531f sping 10/11/27 12:50:14 Modified: python-3.1.2-r4.ebuild python-2.5.4-r4.ebuild python-2.6.6-r1.ebuild ChangeLog python-2.6.5-r3.ebuild python-2.4.6.ebuild python-2.7.ebuild Log: dev-lang/python: Disable auto-bumping of active Python version by remov= ing eselect_python_update() and its invocation as explained and announced= on gentoo-dev =20 (Portage version: 2.1.9.24/cvs/Linux x86_64) Revision Changes Path 1.10 dev-lang/python/python-3.1.2-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-3.1.2-r4.ebuild?rev=3D1.10&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-3.1.2-r4.ebuild?rev=3D1.10&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-3.1.2-r4.ebuild?r1=3D1.9&r2=3D1.10 Index: python-3.1.2-r4.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/dev-lang/python/python-3.1.2-r4.ebuild,= v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- python-3.1.2-r4.ebuild 15 Aug 2010 23:14:30 -0000 1.9 +++ python-3.1.2-r4.ebuild 27 Nov 2010 12:50:14 -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/dev-lang/python/python-3.1.2-r4.ebuil= d,v 1.9 2010/08/15 23:14:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuil= d,v 1.10 2010/11/27 12:50:14 sping Exp $ =20 EAPI=3D"3" =20 @@ -274,19 +274,7 @@ fi } =20 -eselect_python_update() { - local eselect_python_options - [[ "$(eselect python show)" =3D=3D "python2."* ]] && eselect_python_opt= ions=3D"--python2" - - # Create python3 symlink. - eselect python update --python3 > /dev/null - - eselect python update ${eselect_python_options} -} - pkg_postinst() { - eselect_python_update - python_mod_optimize -f -x "/(site-packages|test|tests)/" $(python_get_l= ibdir) =20 if [[ "$(eselect python show)" =3D=3D "python2."* ]]; then @@ -319,7 +307,5 @@ } =20 pkg_postrm() { - eselect_python_update - python_mod_cleanup $(python_get_libdir) } 1.24 dev-lang/python/python-2.5.4-r4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.5.4-r4.ebuild?rev=3D1.24&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.5.4-r4.ebuild?rev=3D1.24&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.5.4-r4.ebuild?r1=3D1.23&r2=3D1.24 Index: python-2.5.4-r4.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/dev-lang/python/python-2.5.4-r4.ebuild,= v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- python-2.5.4-r4.ebuild 10 Jul 2010 13:06:28 -0000 1.23 +++ python-2.5.4-r4.ebuild 27 Nov 2010 12:50:14 -0000 1.24 @@ -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/dev-lang/python/python-2.5.4-r4.ebuil= d,v 1.23 2010/07/10 13:06:28 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r4.ebuil= d,v 1.24 2010/11/27 12:50:14 sping Exp $ =20 EAPI=3D"1" =20 @@ -284,19 +284,7 @@ fi } =20 -eselect_python_update() { - local eselect_python_options - [[ "$(eselect python show)" =3D=3D "python2."* ]] && eselect_python_opt= ions=3D"--python2" - - # Create python2 symlink. - eselect python update --python2 > /dev/null - - eselect python update ${eselect_python_options} -} - pkg_postinst() { - eselect_python_update - python_mod_optimize -f -x "/(site-packages|test|tests)/" $(python_get_l= ibdir) =20 if [[ "${python_updater_warning}" =3D=3D "1" ]]; then @@ -313,7 +301,5 @@ } =20 pkg_postrm() { - eselect_python_update - python_mod_cleanup $(python_get_libdir) } 1.4 dev-lang/python/python-2.6.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.6.6-r1.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.6.6-r1.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.6.6-r1.ebuild?r1=3D1.3&r2=3D1.4 Index: python-2.6.6-r1.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/dev-lang/python/python-2.6.6-r1.ebuild,= v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-2.6.6-r1.ebuild 27 Oct 2010 12:49:29 -0000 1.3 +++ python-2.6.6-r1.ebuild 27 Nov 2010 12:50:14 -0000 1.4 @@ -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/dev-lang/python/python-2.6.6-r1.ebuil= d,v 1.3 2010/10/27 12:49:29 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.6-r1.ebuil= d,v 1.4 2010/11/27 12:50:14 sping Exp $ =20 EAPI=3D"2" =20 @@ -278,19 +278,7 @@ fi } =20 -eselect_python_update() { - local eselect_python_options - [[ "$(eselect python show)" =3D=3D "python2."* ]] && eselect_python_opt= ions=3D"--python2" - - # Create python2 symlink. - eselect python update --python2 > /dev/null - - eselect python update ${eselect_python_options} -} - pkg_postinst() { - eselect_python_update - python_mod_optimize -f -x "/(site-packages|test|tests)/" $(python_get_l= ibdir) =20 if [[ "${python_updater_warning}" =3D=3D "1" ]]; then @@ -307,7 +295,5 @@ } =20 pkg_postrm() { - eselect_python_update - python_mod_cleanup $(python_get_libdir) } 1.501 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.501&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.501&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/Ch= angeLog?r1=3D1.500&r2=3D1.501 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/dev-lang/python/ChangeLog,v retrieving revision 1.500 retrieving revision 1.501 diff -u -r1.500 -r1.501 --- ChangeLog 27 Oct 2010 13:07:07 -0000 1.500 +++ ChangeLog 27 Nov 2010 12:50:14 -0000 1.501 @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/python # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.500 201= 0/10/27 13:07:07 djc Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.501 201= 0/11/27 12:50:14 sping Exp $ + + 27 Nov 2010; Sebastian Pipping python-2.4.6.ebuild, + python-2.5.4-r4.ebuild, python-2.6.5-r3.ebuild, python-2.6.6-r1.ebuild= , + python-2.7.ebuild, python-3.1.2-r4.ebuild: + Disable auto-bumping of active Python version by removing + eselect_python_update() and its invocation as explained and announced = on + gentoo-dev =20 27 Oct 2010; Dirkjan Ochtman -python-2.6.4-r1.ebuild, -python-2.6.5-r2.ebuild, -python-3.1.2-r3.ebuild: 1.9 dev-lang/python/python-2.6.5-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.6.5-r3.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.6.5-r3.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.6.5-r3.ebuild?r1=3D1.8&r2=3D1.9 Index: python-2.6.5-r3.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/dev-lang/python/python-2.6.5-r3.ebuild,= v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- python-2.6.5-r3.ebuild 11 Aug 2010 22:32:00 -0000 1.8 +++ python-2.6.5-r3.ebuild 27 Nov 2010 12:50:14 -0000 1.9 @@ -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/dev-lang/python/python-2.6.5-r3.ebuil= d,v 1.8 2010/08/11 22:32:00 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5-r3.ebuil= d,v 1.9 2010/11/27 12:50:14 sping Exp $ =20 EAPI=3D"2" =20 @@ -276,19 +276,7 @@ fi } =20 -eselect_python_update() { - local eselect_python_options - [[ "$(eselect python show)" =3D=3D "python2."* ]] && eselect_python_opt= ions=3D"--python2" - - # Create python2 symlink. - eselect python update --python2 > /dev/null - - eselect python update ${eselect_python_options} -} - pkg_postinst() { - eselect_python_update - python_mod_optimize -f -x "/(site-packages|test|tests)/" $(python_get_l= ibdir) =20 if [[ "${python_updater_warning}" =3D=3D "1" ]]; then @@ -305,7 +293,5 @@ } =20 pkg_postrm() { - eselect_python_update - python_mod_cleanup $(python_get_libdir) } 1.42 dev-lang/python/python-2.4.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.4.6.ebuild?rev=3D1.42&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.4.6.ebuild?rev=3D1.42&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.4.6.ebuild?r1=3D1.41&r2=3D1.42 Index: python-2.4.6.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/dev-lang/python/python-2.4.6.ebuild,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- python-2.4.6.ebuild 10 Jul 2010 13:06:28 -0000 1.41 +++ python-2.4.6.ebuild 27 Nov 2010 12:50:14 -0000 1.42 @@ -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/dev-lang/python/python-2.4.6.ebuild,v= 1.41 2010/07/10 13:06:28 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v= 1.42 2010/11/27 12:50:14 sping Exp $ =20 EAPI=3D"1" =20 @@ -269,19 +269,7 @@ fi } =20 -eselect_python_update() { - local eselect_python_options - [[ "$(eselect python show)" =3D=3D "python2."* ]] && eselect_python_opt= ions=3D"--python2" - - # Create python2 symlink. - eselect python update --python2 > /dev/null - - eselect python update ${eselect_python_options} -} - pkg_postinst() { - eselect_python_update - # Python 2.4 partially doesn't respect $(get_libdir). python_mod_optimize -f -x "/(site-packages|test|tests)/" /usr/lib/pytho= n${SLOT} =20 @@ -299,8 +287,6 @@ } =20 pkg_postrm() { - eselect_python_update - # Python 2.4 partially doesn't respect $(get_libdir). python_mod_cleanup /usr/lib/python${SLOT} } 1.5 dev-lang/python/python-2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.7.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.7.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/python/py= thon-2.7.ebuild?r1=3D1.4&r2=3D1.5 Index: python-2.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/dev-lang/python/python-2.7.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- python-2.7.ebuild 31 Jul 2010 19:14:08 -0000 1.4 +++ python-2.7.ebuild 27 Nov 2010 12:50:14 -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/dev-lang/python/python-2.7.ebuild,v 1= .4 2010/07/31 19:14:08 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.7.ebuild,v 1= .5 2010/11/27 12:50:14 sping Exp $ =20 EAPI=3D"2" =20 @@ -290,19 +290,7 @@ fi } =20 -eselect_python_update() { - local eselect_python_options - [[ "$(eselect python show)" =3D=3D "python2."* ]] && eselect_python_opt= ions=3D"--python2" - - # Create python2 symlink. - eselect python update --python2 > /dev/null - - eselect python update ${eselect_python_options} -} - pkg_postinst() { - eselect_python_update - python_mod_optimize -f -x "/(site-packages|test|tests)/" $(python_get_l= ibdir) =20 if [[ "${python_updater_warning}" =3D=3D "1" ]]; then @@ -319,7 +307,5 @@ } =20 pkg_postrm() { - eselect_python_update - python_mod_cleanup $(python_get_libdir) }