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 1KtyOT-00057g-TN for garchives@archives.gentoo.org; Sun, 26 Oct 2008 05:42:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38ADEE0366; Sun, 26 Oct 2008 05:42:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D8D43E0366 for ; Sun, 26 Oct 2008 05:42:28 +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 537266435F for ; Sun, 26 Oct 2008 05:42:27 +0000 (UTC) Received: from vapier by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KtyOQ-0003C2-IG for gentoo-commits@lists.gentoo.org; Sun, 26 Oct 2008 05:42:26 +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 media-gfx/enblend: enblend-3.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: enblend-3.2.ebuild ChangeLog X-VCS-Directories: media-gfx/enblend X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: Sender: Mike Frysinger Date: Sun, 26 Oct 2008 05:42:26 +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: 52938b1e-3318-466c-954f-b12de0cde07c X-Archives-Hash: 65f2b2fdd05221e2bd1d135f6f2cfae3 vapier 08/10/26 05:42:26 Modified: enblend-3.2.ebuild ChangeLog Log: Do not force building with -O3. (Portage version: 2.2_rc12/cvs/Linux 2.6.26.2 x86_64) Revision Changes Path 1.3 media-gfx/enblend/enblend-3.2.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/= enblend-3.2.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/= enblend-3.2.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/= enblend-3.2.ebuild?r1=3D1.2&r2=3D1.3 Index: enblend-3.2.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/media-gfx/enblend/enblend-3.2.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- enblend-3.2.ebuild 10 Sep 2008 19:14:06 -0000 1.2 +++ enblend-3.2.ebuild 26 Oct 2008 05:42:26 -0000 1.3 @@ -1,8 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild,= v 1.2 2008/09/10 19:14:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/enblend-3.2.ebuild,= v 1.3 2008/10/26 05:42:26 vapier Exp $ =20 -inherit eutils autotools +inherit eutils =20 DESCRIPTION=3D"Image Blending with Multiresolution Splines" HOMEPAGE=3D"http://enblend.sourceforge.net/" @@ -13,8 +13,7 @@ KEYWORDS=3D"~amd64 ~ppc ~x86" IUSE=3D"" =20 -DEPEND=3D" - >=3Ddev-libs/boost-1.31.0 +DEPEND=3D">=3Ddev-libs/boost-1.31.0 media-libs/lcms media-libs/glew media-libs/plotutils @@ -38,6 +37,12 @@ ewarn } =20 +src_unpack() { + unpack ${A} + cd "${S}" + sed -i -e 's:-O3::' configure || die +} + src_install() { emake DESTDIR=3D"${D}" install || die dodoc AUTHORS ChangeLog NEWS README TODO 1.27 media-gfx/enblend/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/= ChangeLog?rev=3D1.27&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/= ChangeLog?rev=3D1.27&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/enblend/= ChangeLog?r1=3D1.26&r2=3D1.27 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/media-gfx/enblend/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 6 Oct 2008 16:24:00 -0000 1.26 +++ ChangeLog 26 Oct 2008 05:42:26 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/enblend # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.26 20= 08/10/06 16:24:00 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/enblend/ChangeLog,v 1.27 20= 08/10/26 05:42:26 vapier Exp $ + + 26 Oct 2008; Mike Frysinger enblend-3.2.ebuild: + Do not force building with -O3. =20 06 Oct 2008; Markus Meier -enblend-3.0_p20080807.ebuild: