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 1Mh7rO-0005PY-Ac for garchives@archives.gentoo.org; Fri, 28 Aug 2009 20:15:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7955E08CD for ; Sat, 29 Aug 2009 01:24:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A2F97E03F1 for ; Tue, 25 Aug 2009 01:20:21 +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 454F567095 for ; Tue, 25 Aug 2009 01:20:21 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Mfkhw-0008LJ-Cb for gentoo-commits@lists.gentoo.org; Tue, 25 Aug 2009 01:20:20 +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.4.6.ebuild python-2.5.4-r3.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: python-2.4.6.ebuild python-2.5.4-r3.ebuild 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, 25 Aug 2009 01:20:20 +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: 5f1f3322-1393-44a4-993b-79476cc6d66a X-Archives-Hash: 772cbe35518480bc2b81eff5b5f25376 arfrever 09/08/25 01:20:20 Modified: python-2.4.6.ebuild python-2.5.4-r3.ebuild Log: Small updates. Revision Changes Path 1.11 dev-lang/python/python-2.4.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.4.6.ebuild?rev=3D1.11&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.4.6.ebuild?rev=3D1.11&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.4.6.ebuild?r1=3D1.10&r2=3D1.11 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.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- python-2.4.6.ebuild 21 Aug 2009 00:10:48 -0000 1.10 +++ python-2.4.6.ebuild 25 Aug 2009 01:20:20 -0000 1.11 @@ -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.4.6.ebuild,v= 1.10 2009/08/21 00:10:48 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.4.6.ebuild,v= 1.11 2009/08/25 01:20:20 arfrever Exp $ =20 # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -235,10 +235,10 @@ sed -e "s:^OPT=3D.*:OPT=3D-DNDEBUG:" -i "${D}usr/$(get_libdir)/python${= PYVER}/config/Makefile" =20 if use build; then - rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsddb/test,email,encodi= ngs,lib-tk,test} + rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsddb,email,encodings,l= ib-tk,test} else use elibc_uclibc && rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsd= db/test,test} - use berkdb || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/bsddb" + use berkdb || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsddb,tes= t/test_bsddb*} use tk || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/lib-tk" fi =20 1.13 dev-lang/python/python-2.5.4-r3.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.5.4-r3.ebuild?rev=3D1.13&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.5.4-r3.ebuild?rev=3D1.13&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-2.5.4-r3.ebuild?r1=3D1.12&r2=3D1.13 Index: python-2.5.4-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.5.4-r3.ebuild,= v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- python-2.5.4-r3.ebuild 21 Aug 2009 01:53:28 -0000 1.12 +++ python-2.5.4-r3.ebuild 25 Aug 2009 01:20:20 -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.5.4-r3.ebuil= d,v 1.12 2009/08/21 01:53:28 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.5.4-r3.ebuil= d,v 1.13 2009/08/25 01:20:20 arfrever Exp $ =20 # NOTE about python-portage interactions : # - Do not add a pkg_setup() check for a certain version of portage @@ -236,10 +236,11 @@ sed -e "s:^OPT=3D.*:OPT=3D-DNDEBUG:" -i "${D}usr/$(get_libdir)/python${= PYVER}/config/Makefile" =20 if use build; then - rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsddb/test,email,encodi= ngs,lib-tk,test} + rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsddb,email,encodings,l= ib-tk,sqlite3,test} else use elibc_uclibc && rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsd= db/test,test} - use berkdb || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/bsddb" + use berkdb || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{bsddb,tes= t/test_bsddb*} + use sqlite || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/"{sqlite3,t= est/test_sqlite*} use tk || rm -fr "${D}usr/$(get_libdir)/python${PYVER}/lib-tk" fi =20