From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CC4C13800E for ; Mon, 6 Aug 2012 22:29:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62B3AE0768; Mon, 6 Aug 2012 22:29:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 23D0DE0768 for ; Mon, 6 Aug 2012 22:29:21 +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 76BF51B4010 for ; Mon, 6 Aug 2012 22:29:20 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 665) id 223912004B; Mon, 6 Aug 2012 22:29:19 +0000 (UTC) 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-kids/tuxmath: tuxmath-1.7.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: tuxmath-1.7.2.ebuild ChangeLog X-VCS-Directories: games-kids/tuxmath X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20120806222919.223912004B@flycatcher.gentoo.org> Date: Mon, 6 Aug 2012 22:29:19 +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: 8abe8956-85ba-4109-bfc0-d58777cbc386 X-Archives-Hash: a8ddaade842b87343c2d3c561885d943 mr_bones_ 12/08/06 22:29:19 Modified: tuxmath-1.7.2.ebuild ChangeLog Log: any mod support will do (Portage version: 2.1.10.65/cvs/Linux x86_64) Revision Changes Path 1.5 games-kids/tuxmath/tuxmath-1.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild?r1=1.4&r2=1.5 Index: tuxmath-1.7.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- tuxmath-1.7.2.ebuild 23 Nov 2009 17:36:45 -0000 1.4 +++ tuxmath-1.7.2.ebuild 6 Aug 2012 22:29:18 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild,v 1.4 2009/11/23 17:36:45 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/tuxmath-1.7.2.ebuild,v 1.5 2012/08/06 22:29:18 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,7 @@ RDEPEND="media-libs/libsdl media-libs/sdl-pango media-libs/sdl-image[jpeg,png] - media-libs/sdl-mixer[mikmod] + media-libs/sdl-mixer[mod] nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" 1.15 games-kids/tuxmath/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmath/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmath/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxmath/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 23 Nov 2009 17:36:45 -0000 1.14 +++ ChangeLog 6 Aug 2012 22:29:18 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for games-kids/tuxmath -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.14 2009/11/23 17:36:45 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.15 2012/08/06 22:29:18 mr_bones_ Exp $ + + 06 Aug 2012; Michael Sterrett tuxmath-1.7.2.ebuild: + any mod support will do 23 Nov 2009; Michael Sterrett tuxmath-1.7.2.ebuild: needs sdl-pango (bug #294235)