From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KAEDf-0000x2-Qw for garchives@archives.gentoo.org; Sun, 22 Jun 2008 01:18:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05236E03A5; Sun, 22 Jun 2008 01:18:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B131CE03A5 for ; Sun, 22 Jun 2008 01:18:13 +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 ECFAB66C48 for ; Sun, 22 Jun 2008 01:18:12 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KAEDY-0005Xe-TR for gentoo-commits@lists.gentoo.org; Sun, 22 Jun 2008 01:18:08 +0000 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 app-arch/lzma-utils: lzma-utils-4.32.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: lzma-utils-4.32.6.ebuild ChangeLog X-VCS-Directories: app-arch/lzma-utils X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Sun, 22 Jun 2008 01:18:08 +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: 62221a27-a97d-4103-80e5-981fe354fb44 X-Archives-Hash: 961b579e635d2a3f75a0a1735874ac12 vapier 08/06/22 01:18:08 Modified: lzma-utils-4.32.6.ebuild ChangeLog Log: Add fix from upstream for building with -pedantic #228725 by Nico R. (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64) Revision Changes Path 1.9 app-arch/lzma-utils/lzma-utils-4.32.6.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-util= s/lzma-utils-4.32.6.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-util= s/lzma-utils-4.32.6.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-util= s/lzma-utils-4.32.6.ebuild?r1=3D1.8&r2=3D1.9 Index: lzma-utils-4.32.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/app-arch/lzma-utils/lzma-utils-4.32.6.e= build,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- lzma-utils-4.32.6.ebuild 22 Jun 2008 01:14:40 -0000 1.8 +++ lzma-utils-4.32.6.ebuild 22 Jun 2008 01:18:08 -0000 1.9 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6= .ebuild,v 1.8 2008/06/22 01:14:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/lzma-utils-4.32.6= .ebuild,v 1.9 2008/06/22 01:18:08 vapier Exp $ =20 # Remember: we cannot leverage autotools in this ebuild in order # to avoid circular deps with autotools @@ -26,6 +26,7 @@ src_unpack() { unpack ${A} cd "${S}" + epatch "${FILESDIR}"/${P}-semicolon.patch #228725 if use nocxx ; then epatch "${WORKDIR}"/${P}-nocxx.patch find -type f -print0 | xargs -0 touch -r configure 1.41 app-arch/lzma-utils/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-util= s/ChangeLog?rev=3D1.41&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-util= s/ChangeLog?rev=3D1.41&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/lzma-util= s/ChangeLog?r1=3D1.40&r2=3D1.41 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/app-arch/lzma-utils/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 21 Jun 2008 20:25:21 -0000 1.40 +++ ChangeLog 22 Jun 2008 01:18:08 -0000 1.41 @@ -1,6 +1,10 @@ # ChangeLog for app-arch/lzma-utils # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v 1.40 = 2008/06/21 20:25:21 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/lzma-utils/ChangeLog,v 1.41 = 2008/06/22 01:18:08 vapier Exp $ + + 22 Jun 2008; Mike Frysinger + +files/lzma-utils-4.32.6-semicolon.patch, lzma-utils-4.32.6.ebuild: + Add fix from upstream for building with -pedantic #228725 by Nico R. =20 21 Jun 2008; Markus Rothe lzma-utils-4.32.6.ebuil= d: Stable on ppc64; bug #228671 --=20 gentoo-commits@lists.gentoo.org mailing list