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 1O1sGH-0006qZ-0v for garchives@archives.gentoo.org; Wed, 14 Apr 2010 02:23:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C9F4E09AB; Wed, 14 Apr 2010 02:23:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E14BAE09AB for ; Wed, 14 Apr 2010 02:23:26 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6FC951B4085 for ; Wed, 14 Apr 2010 02:23:26 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 559) id A557F2C04E; Wed, 14 Apr 2010 02:23:25 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sys-libs/zlib: zlib-1.2.4.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: zlib-1.2.4.ebuild ChangeLog X-VCS-Directories: sys-libs/zlib X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20100414022325.A557F2C04E@corvid.gentoo.org> Date: Wed, 14 Apr 2010 02:23:25 +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: dbcde55e-d44a-43eb-ae26-6af59125f6a6 X-Archives-Hash: 54ffd5c9fe4b77440b043cc9dfed38e8 vapier 10/04/14 02:23:25 Modified: zlib-1.2.4.ebuild ChangeLog Log: Tweak the sed on configure tests to cover more cases #310573 by Jan-Eri= k Skata. (Portage version: 2.2_rc67/cvs/Linux x86_64) Revision Changes Path 1.4 sys-libs/zlib/zlib-1.2.4.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/zlib= -1.2.4.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/zlib= -1.2.4.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/zlib= -1.2.4.ebuild?r1=3D1.3&r2=3D1.4 Index: zlib-1.2.4.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/sys-libs/zlib/zlib-1.2.4.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- zlib-1.2.4.ebuild 19 Mar 2010 19:09:37 -0000 1.3 +++ zlib-1.2.4.ebuild 14 Apr 2010 02:23:25 -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/sys-libs/zlib/zlib-1.2.4.ebuild,v 1.3= 2010/03/19 19:09:37 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/zlib-1.2.4.ebuild,v 1.4= 2010/04/14 02:23:25 vapier Exp $ =20 inherit eutils toolchain-funcs =20 @@ -27,7 +27,7 @@ # trust exit status of the compiler rather than stderr #55434 # -if test "`(...) 2>&1`" =3D ""; then # +if (...) 2>/dev/null; then - sed -i 's|if test "`\(.*\) 2>&1`" =3D ""; then|if \1 2>/dev/null; then|= ' configure || die + sed -i 's|\&1`" =3D ""|\1 2>/dev/null|' configure |= | die sed -i -e '/ldconfig/d' Makefile* || die } =20 1.76 sys-libs/zlib/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/Chan= geLog?rev=3D1.76&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/Chan= geLog?rev=3D1.76&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/zlib/Chan= geLog?r1=3D1.75&r2=3D1.76 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/sys-libs/zlib/ChangeLog,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- ChangeLog 20 Mar 2010 18:21:51 -0000 1.75 +++ ChangeLog 14 Apr 2010 02:23:25 -0000 1.76 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/zlib # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.75 2010/0= 3/20 18:21:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/zlib/ChangeLog,v 1.76 2010/0= 4/14 02:23:25 vapier Exp $ + + 14 Apr 2010; Mike Frysinger zlib-1.2.4.ebuild: + Tweak the sed on configure tests to cover more cases #310573 by Jan-Er= ik + Skata. =20 20 Mar 2010; Samuli Suominen files/zlib-1.2.4-configure-LANG.patch: