summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-23 17:36:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-23 17:36:45 +0000
commit348eb89eb9e2ad813b1abb4006687c5f28536eef (patch)
tree8737acf0e1dc45a288d09401683d64744e7ebb9d /games-kids
parentVersion bump. Bug fix release (diff)
downloadhistorical-348eb89eb9e2ad813b1abb4006687c5f28536eef.tar.gz
historical-348eb89eb9e2ad813b1abb4006687c5f28536eef.tar.bz2
historical-348eb89eb9e2ad813b1abb4006687c5f28536eef.zip
needs sdl-pango (bug #294235)
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/tuxmath/ChangeLog5
-rw-r--r--games-kids/tuxmath/Manifest4
-rw-r--r--games-kids/tuxmath/tuxmath-1.7.2.ebuild3
3 files changed, 8 insertions, 4 deletions
diff --git a/games-kids/tuxmath/ChangeLog b/games-kids/tuxmath/ChangeLog
index 9e4062972011..df834940376a 100644
--- a/games-kids/tuxmath/ChangeLog
+++ b/games-kids/tuxmath/ChangeLog
@@ -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.13 2009/11/21 18:45:11 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.14 2009/11/23 17:36:45 mr_bones_ Exp $
+
+ 23 Nov 2009; Michael Sterrett <mr_bones_@gentoo.org> tuxmath-1.7.2.ebuild:
+ needs sdl-pango (bug #294235)
21 Nov 2009; nixnut <nixnut@gentoo.org> tuxmath-1.7.2.ebuild:
ppc stable #292600
diff --git a/games-kids/tuxmath/Manifest b/games-kids/tuxmath/Manifest
index 72c7190e6bd0..52acb4bb3873 100644
--- a/games-kids/tuxmath/Manifest
+++ b/games-kids/tuxmath/Manifest
@@ -1,4 +1,4 @@
DIST tuxmath_w_fonts-1.7.2.tar.gz 6389893 RMD160 66c78c461b3ec472e3f6bcff8138d0a7958bdfa3 SHA1 4cd16ac2e580bba52382351d6e01f290f6568fa3 SHA256 7a3e39b17b88402a89780ac56368d8d92322c3b91f50ee4f9b747a8e2901b3a4
-EBUILD tuxmath-1.7.2.ebuild 1152 RMD160 c9cafd57e86fcaa3b2d24a5a895eb252c7b14850 SHA1 72d64bc54d299d1ef2db644b7bcb3492c35a23a5 SHA256 e3381917da84373a6d56d6ea7c709da9f2a58b86f3f1d83f7899ee66359886af
-MISC ChangeLog 1420 RMD160 8a3bad3fd102baa0aa712118d1af281bdfcb941f SHA1 031237a48e8a9e38543e4f5edaf05bbdf7ec111d SHA256 17d98b62c1e7f9a8467263de8327c8911253d926bf002bd2fd8edf71864a7e2a
+EBUILD tuxmath-1.7.2.ebuild 1177 RMD160 4d881c2c5c22ba115a002bcf09fc1a6f95a01176 SHA1 c7728acab115388ce11f490f3ac31109b8a69e90 SHA256 3647fa4e038276647f21ebda74951dca2e20ea2c5f8af38db2e5cf377a524fb3
+MISC ChangeLog 1533 RMD160 c92ac16530f863f595152bc52f03e038259d1cab SHA1 58de725bb59667d795e61be6ffd6653cd64e0772 SHA256 9757f6f0947681e9286e57f96d007b3738180c6a914a68a0e5a15a3cd6d36738
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-kids/tuxmath/tuxmath-1.7.2.ebuild b/games-kids/tuxmath/tuxmath-1.7.2.ebuild
index 9815dd8cc9af..cef232c11a7a 100644
--- a/games-kids/tuxmath/tuxmath-1.7.2.ebuild
+++ b/games-kids/tuxmath/tuxmath-1.7.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.3 2009/11/21 18:45:11 nixnut Exp $
+# $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 $
EAPI=2
inherit eutils games
@@ -16,6 +16,7 @@ KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE="nls"
RDEPEND="media-libs/libsdl
+ media-libs/sdl-pango
media-libs/sdl-image[jpeg,png]
media-libs/sdl-mixer[mikmod]
nls? ( virtual/libintl )"