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 1RhgXt-00014S-UB for garchives@archives.gentoo.org; Mon, 02 Jan 2012 11:59:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B893621C09C; Mon, 2 Jan 2012 11:59:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7083221C09C for ; Mon, 2 Jan 2012 11:59:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FAD81B400C for ; Mon, 2 Jan 2012 11:59:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2258) id 1782920034; Mon, 2 Jan 2012 11:59:07 +0000 (UTC) From: "Sebastian Pipping (sping)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, sping@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gegl-0.1.8.ebuild ChangeLog X-VCS-Directories: media-libs/gegl X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping Content-Type: text/plain; charset=utf8 Message-Id: <20120102115907.1782920034@flycatcher.gentoo.org> Date: Mon, 2 Jan 2012 11:59:07 +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: af327d7d-586d-4ce0-889c-b21f499754de X-Archives-Hash: 5e526745cca26387938fd8c057da8b09 sping 12/01/02 11:59:07 Modified: gegl-0.1.8.ebuild ChangeLog Log: media-libs/gegl: Fix sandbox issues (bug #396687) =20 (Portage version: 2.1.10.43/cvs/Linux x86_64) Revision Changes Path 1.4 media-libs/gegl/gegl-0.1.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.8.ebuild?rev=3D1.4&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.8.ebuild?rev=3D1.4&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ge= gl-0.1.8.ebuild?r1=3D1.3&r2=3D1.4 Index: gegl-0.1.8.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.8.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gegl-0.1.8.ebuild 1 Jan 2012 21:54:45 -0000 1.3 +++ gegl-0.1.8.ebuild 2 Jan 2012 11:59:06 -0000 1.4 @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1= .3 2012/01/01 21:54:45 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1= .4 2012/01/02 11:59:06 sping Exp $ =20 EAPI=3D4 =20 -inherit eutils autotools +inherit gnome2-utils eutils autotools =20 DESCRIPTION=3D"A graph based image processing framework" HOMEPAGE=3D"http://www.gegl.org/" @@ -97,16 +97,13 @@ } =20 src_test() { - # set xdg dirs to not violate sandbox constrains - export XDG_CONFIG_HOME=3D"${T}" - export XDG_CACHE_HOME=3D"${T}" - + gnome2_environment_reset # sandbox issues default } =20 src_compile() { - # Sandbox workaround (bug #396687) - GI_SCANNER_DISABLE_CACHE=3Dyes_please default + gnome2_environment_reset # sandbox issues (bug #396687) + default } =20 src_install() { 1.62 media-libs/gegl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.62&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.62&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/Ch= angeLog?r1=3D1.61&r2=3D1.62 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.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- ChangeLog 1 Jan 2012 21:54:45 -0000 1.61 +++ ChangeLog 2 Jan 2012 11:59:07 -0000 1.62 @@ -1,6 +1,11 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.61 2012= /01/01 21:54:45 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.62 2012= /01/02 11:59:07 sping Exp $ + + 02 Jan 2012; Sebastian Pipping gegl-0.1.8.ebuild: + Fix remaining sandbox issues using gnome2_environment_reset of the + gnome2-utils eclass. Idea by Alexandre Rostovtsev (tetromino), testing= by + Mike Callahan and others. (bug #396687) =20 01 Jan 2012; Sebastian Pipping gegl-0.1.8.ebuild: Hopefully fix sandbox violation (bug #396687)