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 1NnFGz-0002J9-Q4 for garchives@archives.gentoo.org; Thu, 04 Mar 2010 17:55:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92DE4E0A6E; Thu, 4 Mar 2010 17:55:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 58CDBE0A6E for ; Thu, 4 Mar 2010 17:55:44 +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 F23B81B427C for ; Thu, 4 Mar 2010 17:55:43 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NnFGx-0007uk-HK for gentoo-commits@lists.gentoo.org; Thu, 04 Mar 2010 17:55:43 +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-3.1.1-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: python-3.1.1-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: Thu, 04 Mar 2010 17:55:43 +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: 918d147f-eaae-4cdf-a03d-e60b36e00995 X-Archives-Hash: d4da3a97d2dcb4e4356748d2bec6f9ab arfrever 10/03/04 17:55:43 Modified: python-3.1.1-r1.ebuild ChangeLog Log: Depend on >=3Dapp-admin/python-updater-0.8, which supports packages ins= tallable for multiple versions of Python. (Portage version: 15749-svn/cvs/Linux x86_64) Revision Changes Path 1.29 dev-lang/python/python-3.1.1-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-3.1.1-r1.ebuild?rev=3D1.29&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-3.1.1-r1.ebuild?rev=3D1.29&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-3.1.1-r1.ebuild?r1=3D1.28&r2=3D1.29 Index: python-3.1.1-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-3.1.1-r1.ebuild,= v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- python-3.1.1-r1.ebuild 21 Feb 2010 13:51:12 -0000 1.28 +++ python-3.1.1-r1.ebuild 4 Mar 2010 17:55:42 -0000 1.29 @@ -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.1-r1.ebuil= d,v 1.28 2010/02/21 13:51:12 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.1-r1.ebuil= d,v 1.29 2010/03/04 17:55:42 arfrever Exp $ =20 EAPI=3D"2" =20 @@ -42,7 +42,7 @@ dev-util/pkgconfig !sys-devel/gcc[libffi]" RDEPEND+=3D" !build? ( app-misc/mime-types )" -PDEPEND=3D"app-admin/python-updater +PDEPEND=3D">=3Dapp-admin/python-updater-0.8 =3Ddev-lang/python-2*" =20 PROVIDE=3D"virtual/python" 1.455 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.455&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.455&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?r1=3D1.454&r2=3D1.455 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.454 retrieving revision 1.455 diff -u -r1.454 -r1.455 --- ChangeLog 26 Feb 2010 18:16:08 -0000 1.454 +++ ChangeLog 4 Mar 2010 17:55:42 -0000 1.455 @@ -1,6 +1,11 @@ # 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.454 201= 0/02/26 18:16:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.455 201= 0/03/04 17:55:42 arfrever Exp $ + + 04 Mar 2010; Arfrever Frehtes Taifersar Arahesis + python-3.1.1-r1.ebuild: + Depend on >=3Dapp-admin/python-updater-0.8, which supports packages + installable for multiple versions of Python. =20 26 Feb 2010; Jeroen Roovers python-2.6.4-r1.ebuild: Stable for HPPA (bug #306793).