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 1NlXFb-00035X-Oi for garchives@archives.gentoo.org; Sun, 28 Feb 2010 00:43:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6B2AE076D; Sun, 28 Feb 2010 00:43:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B2F4E076D for ; Sun, 28 Feb 2010 00:43:11 +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 07F3F1B40B8 for ; Sun, 28 Feb 2010 00:43:11 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1NlXFW-0006JR-Cp for gentoo-commits@lists.gentoo.org; Sun, 28 Feb 2010 00:43:10 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/wesnoth: wesnoth-1.7.13.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wesnoth-1.7.13.ebuild ChangeLog X-VCS-Directories: games-strategy/wesnoth X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Sun, 28 Feb 2010 00:43:10 +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: 829865d4-349c-44ba-b1b2-8d8b68446a92 X-Archives-Hash: 3d094a3bfe8423a28a8b9544862b3181 mr_bones_ 10/02/28 00:43:10 Modified: wesnoth-1.7.13.ebuild ChangeLog Log: allow media-gfx/graphicsmagick to provide image conversion (Portage version: 2.1.7.16/cvs/Linux i686) Revision Changes Path 1.2 games-strategy/wesnoth/wesnoth-1.7.13.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wes= noth/wesnoth-1.7.13.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wes= noth/wesnoth-1.7.13.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wes= noth/wesnoth-1.7.13.ebuild?r1=3D1.1&r2=3D1.2 Index: wesnoth-1.7.13.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/games-strategy/wesnoth/wesnoth-1.7.13.e= build,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wesnoth-1.7.13.ebuild 10 Feb 2010 18:48:00 -0000 1.1 +++ wesnoth-1.7.13.ebuild 28 Feb 2010 00:43:09 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13= .ebuild,v 1.1 2010/02/10 18:48:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/wesnoth-1.7.13= .ebuild,v 1.2 2010/02/28 00:43:09 mr_bones_ Exp $ =20 EAPI=3D2 inherit cmake-utils eutils toolchain-funcs flag-o-matic games @@ -31,7 +31,12 @@ DEPEND=3D"${RDEPEND} dev-util/pkgconfig !dedicated? ( - tinygui? ( media-gfx/imagemagick[jpeg,png] ) + tinygui? ( + || ( + media-gfx/imagemagick[jpeg,png] + media-gfx/graphicsmagick[imagemagick,jpeg,png] + ) + ) ) sys-devel/gettext" =20 1.168 games-strategy/wesnoth/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wes= noth/ChangeLog?rev=3D1.168&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wes= noth/ChangeLog?rev=3D1.168&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/wes= noth/ChangeLog?r1=3D1.167&r2=3D1.168 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/games-strategy/wesnoth/ChangeLog,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- ChangeLog 10 Feb 2010 18:48:00 -0000 1.167 +++ ChangeLog 28 Feb 2010 00:43:09 -0000 1.168 @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/wesnoth # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.= 167 2010/02/10 18:48:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/wesnoth/ChangeLog,v 1.= 168 2010/02/28 00:43:09 mr_bones_ Exp $ + + 28 Feb 2010; Michael Sterrett + wesnoth-1.7.13.ebuild: + allow media-gfx/graphicsmagick to provide image conversion =20 *wesnoth-1.7.13 (10 Feb 2010) =20