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 1MiEYw-0006ND-Ew for garchives@archives.gentoo.org; Mon, 31 Aug 2009 21:37:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C74DEE06D7; Tue, 1 Sep 2009 02:46:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8BD63E06D7 for ; Tue, 1 Sep 2009 02:46:08 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 1D99E65267 for ; Tue, 1 Sep 2009 02:46:21 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MiJNn-0007F5-Hy for gentoo-commits@lists.gentoo.org; Tue, 01 Sep 2009 02:46:07 +0000 From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, arfrever@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/python: python-2.6.2-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-2.6.2-r1.ebuild ChangeLog X-VCS-Directories: dev-lang/python X-VCS-Committer: arfrever X-VCS-Committer-Name: Arfrever Frehtes Taifersar Arahesis Content-Type: text/plain; charset=utf8 Message-Id: Sender: Arfrever Frehtes Taifersar Arahesis Date: Tue, 01 Sep 2009 02:46:07 +0000 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: 99e2c214-ad17-4b6d-8684-03ffa782a004 X-Archives-Hash: 807ce066c61ded2ec955d90c1b1c5e6f arfrever 09/09/01 02:46:07 Modified: python-2.6.2-r1.ebuild ChangeLog Log: Fix building on arm OABI (bug #266703). (Portage version: 14176-svn/cvs/Linux x86_64) Revision Changes Path 1.13 dev-lang/python/python-2.6.2-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.6.2-r1.ebuild?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.6.2-r1.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.6.2-r1.ebuild?r1=3D1.12&r2=3D1.13 Index: python-2.6.2-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.2-r1.ebuild,= v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-2.6.2-r1.ebuild 30 Aug 2009 21:34:13 -0000 1.12 +++ python-2.6.2-r1.ebuild 1 Sep 2009 02:46:07 -0000 1.13 @@ -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-lang/python/python-2.6.2-r1.ebuil= d,v 1.12 2009/08/30 21:34:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuil= d,v 1.13 2009/09/01 02:46:07 arfrever Exp $ =20 # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -19,7 +19,7 @@ MY_P=3D"Python-${PV}" S=3D"${WORKDIR}/${MY_P}" =20 -PATCHSET_REVISION=3D"3" +PATCHSET_REVISION=3D"4" =20 DESCRIPTION=3D"Python is an interpreted, interactive, object-oriented pr= ogramming language." HOMEPAGE=3D"http://www.python.org/" 1.410 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.410&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.410&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?r1=3D1.409&r2=3D1.410 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.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- ChangeLog 30 Aug 2009 21:34:13 -0000 1.409 +++ ChangeLog 1 Sep 2009 02:46:07 -0000 1.410 @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/python # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.409 200= 9/08/30 21:34:13 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.410 200= 9/09/01 02:46:07 arfrever Exp $ + + 01 Sep 2009; Arfrever Frehtes Taifersar Arahesis + python-2.6.2-r1.ebuild: + Fix building on arm OABI (bug #266703). =20 30 Aug 2009; Arfrever Frehtes Taifersar Arahesis python-2.4.6.ebuild, python-2.5.4-r3.ebuild, python-2.6.2-r1.ebuild,