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 1LhWGp-0000Hd-5V for garchives@archives.gentoo.org; Wed, 11 Mar 2009 21:47:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 794F9E03CA; Wed, 11 Mar 2009 21:47:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 38848E03CA for ; Wed, 11 Mar 2009 21:47:22 +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 BF3B464685 for ; Wed, 11 Mar 2009 21:47:21 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LhWGj-0002wy-Pv for gentoo-commits@lists.gentoo.org; Wed, 11 Mar 2009 21:47:20 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/perl: perl-5.8.8-r6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: perl-5.8.8-r6.ebuild ChangeLog X-VCS-Directories: dev-lang/perl X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Wed, 11 Mar 2009 21:47:17 +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: a3e2a792-7238-445c-bdab-14881cfa1bfe X-Archives-Hash: 9de1bab7122e48f90115315ae56c2a8d flameeyes 09/03/11 21:47:17 Modified: perl-5.8.8-r6.ebuild ChangeLog Log: Fix logic for applying the lib64 patch, use get_libdir to decide (shoul= d fix 32-bit userland profiles). (Portage version: 2.2_rc23/cvs/Linux x86_64) Revision Changes Path 1.2 dev-lang/perl/perl-5.8.8-r6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl= -5.8.8-r6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl= -5.8.8-r6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/perl= -5.8.8-r6.ebuild?r1=3D1.1&r2=3D1.2 Index: perl-5.8.8-r6.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/perl/perl-5.8.8-r6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-5.8.8-r6.ebuild 28 Jan 2009 09:54:09 -0000 1.1 +++ perl-5.8.8-r6.ebuild 11 Mar 2009 21:47:17 -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/perl/perl-5.8.8-r6.ebuild,v = 1.1 2009/01/28 09:54:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r6.ebuild,v = 1.2 2009/03/11 21:47:17 flameeyes Exp $ =20 inherit eutils flag-o-matic toolchain-funcs multilib =20 @@ -123,8 +123,7 @@ # filter it otherwise configure fails. See #125535. epatch "${FILESDIR}"/perl-hppa-pa7200-configure.patch =20 - #[[ ${get_libdir} =3D=3D lib64 ]] && cd ${S} && epatch ${FILESDIR}/${P}= -lib64.patch - use amd64 || use ppc64 && cd "${S}" && epatch "${FILESDIR}"/${P}-lib64.= patch + [[ $(get_libdir) =3D=3D lib64 ]] && cd "${S}" && epatch "${FILESDIR}"/$= {P}-lib64.patch =20 [[ ${CHOST} =3D=3D *-dragonfly* ]] && cd "${S}" && epatch "${FILESDIR}"= /${P}-dragonfly-clean.patch [[ ${CHOST} =3D=3D *-freebsd* ]] && cd "${S}" && epatch "${FILESDIR}"/$= {P}-fbsdhints.patch @@ -344,7 +343,7 @@ # This is to fix a missing c flag for backwards compat for i in `find "${D}"/usr/$(get_libdir)/perl5 -iname "Config.pm"`;do sed -e "s:ccflags=3D':ccflags=3D'-DPERL5 :" \ - -e "s:cppflags=3D':cppflags=3D'-DPERL5 :" \ + -e "s:cppflags=3D':cppflags=3D'-DPERL5 :" \ ${i} > ${i}.new &&\ mv ${i}.new ${i} || die "Sed failed" done @@ -609,7 +608,7 @@ # Silently remove the now empty dirs for DIR in $INC; do if [[ -d "${ROOT}"/$DIR ]]; then - find "${ROOT}"/$DIR -depth -type d | xargs -r rmdir &> /dev/null + find "${ROOT}"/$DIR -depth -type d | xargs -r rmdir &> /dev/null fi done ebegin "Generating ConfigLocal.pm (ignore any error)" 1.276 dev-lang/perl/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/Chan= geLog?rev=3D1.276&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/Chan= geLog?rev=3D1.276&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/perl/Chan= geLog?r1=3D1.275&r2=3D1.276 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/perl/ChangeLog,v retrieving revision 1.275 retrieving revision 1.276 diff -u -r1.275 -r1.276 --- ChangeLog 28 Jan 2009 09:54:09 -0000 1.275 +++ ChangeLog 11 Mar 2009 21:47:17 -0000 1.276 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/perl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.275 2009/= 01/28 09:54:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/ChangeLog,v 1.276 2009/= 03/11 21:47:17 flameeyes Exp $ + + 11 Mar 2009; Diego E. Petten=C3=B2 + perl-5.8.8-r6.ebuild: + Fix logic for applying the lib64 patch, use get_libdir to decide (shou= ld + fix 32-bit userland profiles). =20 *perl-5.8.8-r6 (28 Jan 2009) =20