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 1MYCqf-0008KN-UL for garchives@archives.gentoo.org; Tue, 04 Aug 2009 05:46:10 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDE6BE0328; Tue, 4 Aug 2009 05:46:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B2FE3E0328 for ; Tue, 4 Aug 2009 05: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 6A48666F32 for ; Tue, 4 Aug 2009 05:46:08 +0000 (UTC) Received: from arfrever by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MYCqZ-0008Rd-Uk for gentoo-commits@lists.gentoo.org; Tue, 04 Aug 2009 05:46:03 +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: ChangeLog python-3.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog python-3.1.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, 04 Aug 2009 05:46:03 +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: e855726b-0933-496f-9dc6-af97636bdde9 X-Archives-Hash: 2e9f4c247823a5968a920fa5b68f3b9a arfrever 09/08/04 05:46:03 Modified: ChangeLog python-3.1.ebuild Log: Fix building with sys-libs/db headers containing non-UTF-8 characters (= bug #280001). (Portage version: 13887-svn/cvs/Linux x86_64) Revision Changes Path 1.401 dev-lang/python/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.401&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?rev=3D1.401&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/Ch= angeLog?r1=3D1.400&r2=3D1.401 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.400 retrieving revision 1.401 diff -u -r1.400 -r1.401 --- ChangeLog 2 Aug 2009 17:06:21 -0000 1.400 +++ ChangeLog 4 Aug 2009 05:46:03 -0000 1.401 @@ -1,6 +1,11 @@ # 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.400 200= 9/08/02 17:06:21 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.401 200= 9/08/04 05:46:03 arfrever Exp $ + + 04 Aug 2009; Arfrever Frehtes Taifersar Arahesis + python-3.1.ebuild: + Fix building with sys-libs/db headers containing non-UTF-8 characters = (bug + #280001). =20 02 Aug 2009; Jeremy Olexa metadata.xml: Be more verbose about the 'threads' USE flag. 1.2 dev-lang/python/python-3.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-3.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-3.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/python/py= thon-3.1.ebuild?r1=3D1.1&r2=3D1.2 Index: python-3.1.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.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-3.1.ebuild 1 Aug 2009 21:47:32 -0000 1.1 +++ python-3.1.ebuild 4 Aug 2009 05:46:03 -0000 1.2 @@ -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-3.1.ebuild,v 1= .1 2009/08/01 21:47:32 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.ebuild,v 1= .2 2009/08/04 05:46:03 arfrever Exp $ =20 EAPI=3D"2" =20 @@ -73,6 +73,9 @@ # that stdin is a tty for bug #248081. sed -e "s:'osf1V5':'osf1V5' and sys.stdin.isatty():" -i Lib/test/test_f= ile.py || die "sed failed" =20 + # Ignore non-UTF-8 characters (bug #280001) + sed -e "s/f =3D open(f)\.read()/f =3D open(f, errors=3D'replace').read(= )/" -i setup.py || die "sed failed" + eautoreconf } =20