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 1KpUdn-0004RY-OT for garchives@archives.gentoo.org; Mon, 13 Oct 2008 21:07:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1424EE02E6; Mon, 13 Oct 2008 21:07:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BD767E02E6 for ; Mon, 13 Oct 2008 21:07:47 +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 76B7064839 for ; Mon, 13 Oct 2008 21:07:46 +0000 (UTC) Received: from hanno by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KpUdl-00048Y-Fl for gentoo-commits@lists.gentoo.org; Mon, 13 Oct 2008 21:07:45 +0000 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.0.20.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: gegl-0.0.20.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: Sender: Hanno Boeck Date: Mon, 13 Oct 2008 21:07:45 +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: 41c22269-3f9c-442d-b733-bc443e3a2394 X-Archives-Hash: 3d21a88a7e17ad2f8c821337fd40456b hanno 08/10/13 21:07:45 Modified: gegl-0.0.20.ebuild ChangeLog Log: gegl: dep on imagemagick with doc useflag (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64) Revision Changes Path 1.8 media-libs/gegl/gegl-0.0.20.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ge= gl-0.0.20.ebuild?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ge= gl-0.0.20.ebuild?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ge= gl-0.0.20.ebuild?r1=3D1.7&r2=3D1.8 Index: gegl-0.0.20.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.0.20.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gegl-0.0.20.ebuild 13 Oct 2008 10:35:44 -0000 1.7 +++ gegl-0.0.20.ebuild 13 Oct 2008 21:07:45 -0000 1.8 @@ -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/media-libs/gegl/gegl-0.0.20.ebuild,v = 1.7 2008/10/13 10:35:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.20.ebuild,v = 1.8 2008/10/13 21:07:45 hanno Exp $ =20 WANT_AUTOCONF=3Dlatest =20 @@ -26,7 +26,8 @@ dev-lang/ruby >=3Ddev-lang/lua-5.1.0 app-text/enscript - media-gfx/graphviz ) + media-gfx/graphviz + media-gfx/imagemagick ) ffmpeg? ( >=3Dmedia-video/ffmpeg-0.4.9_p20080326 ) jpeg? ( media-libs/jpeg ) openexr? ( media-libs/openexr ) @@ -35,7 +36,7 @@ svg? ( >=3Dgnome-base/librsvg-2.14.0 )" =20 pkg_setup() { - if ! built_with_use 'media-gfx/imagemagick' 'png'; then + if use doc && ! built_with_use 'media-gfx/imagemagick' 'png'; then eerror "You must build imagemagick with png support" die "media-gfx/imagemagick built without png" fi 1.8 media-libs/gegl/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/Ch= angeLog?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/Ch= angeLog?r1=3D1.7&r2=3D1.8 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.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 13 Oct 2008 10:35:44 -0000 1.7 +++ ChangeLog 13 Oct 2008 21:07:45 -0000 1.8 @@ -1,6 +1,9 @@ # ChangeLog for media-libs/gegl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.7 2008/= 10/13 10:35:44 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.8 2008/= 10/13 21:07:45 hanno Exp $ + + 13 Oct 2008; Hanno Boeck gegl-0.0.20.ebuild: + Depend on imagemagick with doc useflag. =20 13 Oct 2008; Hanno Boeck +files/gegl-20-configure-ac.patch, gegl-0.0.20.ebuild: