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 1Ppmra-0004If-IG for garchives@archives.gentoo.org; Wed, 16 Feb 2011 19:16:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65BE21C00F; Wed, 16 Feb 2011 19:16:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 29FB41C00F for ; Wed, 16 Feb 2011 19:16:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 673001B40E5 for ; Wed, 16 Feb 2011 19:16:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 550) id 2035A20057; Wed, 16 Feb 2011 19:16:24 +0000 (UTC) From: "Hanno Boeck (hanno)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hanno@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.6.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gegl-0.1.6.ebuild ChangeLog X-VCS-Directories: media-libs/gegl X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck Content-Type: text/plain; charset=utf8 Message-Id: <20110216191625.2035A20057@flycatcher.gentoo.org> Date: Wed, 16 Feb 2011 19:16:24 +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: X-Archives-Hash: 7e89ed3c86dbad8b48a9f23e59eaa55b hanno 11/02/16 19:16:24 Modified: gegl-0.1.6.ebuild ChangeLog Log: gegl: fix installation of docs into DESTDIR/DESTDIR =20 (Portage version: 2.1.9.40/cvs/Linux x86_64) Revision Changes Path 1.2 media-libs/gegl/gegl-0.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.6.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.6.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.6.ebuild?r1=3D1.1&r2=3D1.2 Index: gegl-0.1.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/media-libs/gegl/gegl-0.1.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gegl-0.1.6.ebuild 15 Feb 2011 23:40:34 -0000 1.1 +++ gegl-0.1.6.ebuild 16 Feb 2011 19:16:24 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1= .1 2011/02/15 23:40:34 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.6.ebuild,v 1= .2 2011/02/16 19:16:24 hanno Exp $ =20 EAPI=3D"2" =20 @@ -41,6 +41,10 @@ RESTRICT=3D"test" =20 src_prepare() { + # upstream bug report: + # https://bugzilla.gnome.org/show_bug.cgi?id=3D642494 + epatch "${FILESDIR}"/gegl-doubledestdir.diff + # fix OSX loadable module filename extension sed -i -e 's/\.dylib/.bundle/' configure.ac || die eautoreconf 1.37 media-libs/gegl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.37&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.37&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?r1=3D1.36&r2=3D1.37 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-libs/gegl/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 15 Feb 2011 23:40:34 -0000 1.36 +++ ChangeLog 16 Feb 2011 19:16:24 -0000 1.37 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.36 2011= /02/15 23:40:34 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.37 2011= /02/16 19:16:24 hanno Exp $ + + 16 Feb 2011; Hanno Boeck gegl-0.1.6.ebuild, + +files/gegl-doubledestdir.diff: + Fix installation into DESTDIR/DESTDIR, see #355193. =20 *gegl-0.1.6 (15 Feb 2011) =20