From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2AAA21381FA for ; Thu, 15 May 2014 16:50:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95E65E09C5; Thu, 15 May 2014 16:50:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2250EE09C5 for ; Thu, 15 May 2014 16:50:08 +0000 (UTC) Received: from flycatcher.gentoo.org (unknown [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BEDBC33F7D6 for ; Thu, 15 May 2014 16:50:05 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 6C35E2004C; Thu, 15 May 2014 16:50:04 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-puzzle/concentration: ChangeLog concentration-1.2-r1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog concentration-1.2-r1.ebuild X-VCS-Directories: games-puzzle/concentration X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140515165004.6C35E2004C@flycatcher.gentoo.org> Date: Thu, 15 May 2014 16:50:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7bda2857-d7f7-40ed-b7d5-3bcad26db501 X-Archives-Hash: fce4b2e0535979eb342e52108eebde96 ulm 14/05/15 16:50:04 Modified: ChangeLog concentration-1.2-r1.ebuild Log: Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to "sound", bug 357661. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) Revision Changes Path 1.13 games-puzzle/concentration/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 13 Aug 2010 13:18:48 -0000 1.12 +++ ChangeLog 15 May 2014 16:50:04 -0000 1.13 @@ -1,6 +1,10 @@ # ChangeLog for games-puzzle/concentration -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.12 2010/08/13 13:18:48 josejx Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/ChangeLog,v 1.13 2014/05/15 16:50:04 ulm Exp $ + + 15 May 2014; Ulrich Müller concentration-1.2-r1.ebuild: + Fix USE dependency on media-libs/libsdl, "audio" USE flag was renamed to + "sound", bug 357661. 13 Aug 2010; Joseph Jezak concentration-1.2-r1.ebuild: Marked ppc stable for bug #325149. 1.5 games-puzzle/concentration/concentration-1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild?r1=1.4&r2=1.5 Index: concentration-1.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- concentration-1.2-r1.ebuild 13 Aug 2010 13:18:48 -0000 1.4 +++ concentration-1.2-r1.ebuild 15 May 2014 16:50:04 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.4 2010/08/13 13:18:48 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/concentration/concentration-1.2-r1.ebuild,v 1.5 2014/05/15 16:50:04 ulm Exp $ EAPI=2 inherit eutils games @@ -14,7 +14,7 @@ KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND="media-libs/libsdl[audio,video] +DEPEND="media-libs/libsdl[sound,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[png] media-libs/sdl-ttf"