From df4cd3794d3b99604fac34aa355267ea3de45f1d Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 11 Oct 2009 06:34:40 +0000 Subject: version bump - ebuild submitted by Jonathan via bug #210054 Package-Manager: portage-2.1.6.13/cvs/Linux i686 --- games-kids/tuxmath/ChangeLog | 10 +++++-- games-kids/tuxmath/Manifest | 4 ++- games-kids/tuxmath/tuxmath-1.7.2.ebuild | 48 +++++++++++++++++++++++++++++++++ 3 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 games-kids/tuxmath/tuxmath-1.7.2.ebuild (limited to 'games-kids') diff --git a/games-kids/tuxmath/ChangeLog b/games-kids/tuxmath/ChangeLog index e3bffdf8236e..a4e31069a2b2 100644 --- a/games-kids/tuxmath/ChangeLog +++ b/games-kids/tuxmath/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-kids/tuxmath -# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.10 2009/04/30 20:35:56 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.11 2009/10/11 06:34:40 mr_bones_ Exp $ + +*tuxmath-1.7.2 (11 Oct 2009) + + 11 Oct 2009; Michael Sterrett + +tuxmath-1.7.2.ebuild: + version bump - ebuild submitted by Jonathan via bug #210054 30 Apr 2009; Michael Sterrett tuxmath-20010907.ebuild: diff --git a/games-kids/tuxmath/Manifest b/games-kids/tuxmath/Manifest index 0caedfde826c..28f644711f6d 100644 --- a/games-kids/tuxmath/Manifest +++ b/games-kids/tuxmath/Manifest @@ -1,4 +1,6 @@ DIST tuxmath-2001.09.07-0102.tar.gz 1339967 RMD160 86c3adc3b678a3a4f1276e85728201c4837ea6fd SHA1 bdc146f05a9c0b5785bb14c73da2973af16a2bfc SHA256 e2237bffa41bfd3b25733c44e9d72104879fcf5ea7267f02661af27983d12507 +DIST tuxmath_w_fonts-1.7.2.tar.gz 6389893 RMD160 66c78c461b3ec472e3f6bcff8138d0a7958bdfa3 SHA1 4cd16ac2e580bba52382351d6e01f290f6568fa3 SHA256 7a3e39b17b88402a89780ac56368d8d92322c3b91f50ee4f9b747a8e2901b3a4 +EBUILD tuxmath-1.7.2.ebuild 1158 RMD160 4b061ab3df27f5c102c73e9b9922087e9820c1cd SHA1 e9a9298d000c38e9dc1d8ebc589c9a197558dbe9 SHA256 9882fe89474fa7d48d2658af228615f1a7b2bc6b4f9cf9c464ef14b072a4641c EBUILD tuxmath-20010907.ebuild 1155 RMD160 4dd2e225d1087da9b126edd97cadd950b7706b1e SHA1 87a6e4bf84755c6eb976c58510d8235d66af3876 SHA256 2b5f117594c4430e6c25bf42350dbbd94a55d8d0e685a2f82851dd769a987444 -MISC ChangeLog 1061 RMD160 8c1a4a96d47ceb9be78dcc9d232d1c7549749067 SHA1 a50fbbf09c5977d18fba6d72ac0eee88c5ccdf93 SHA256 6db593f0f46cd2af4d2d2a93c2cbeab41c545730e6515d16f0638ee43632ed59 +MISC ChangeLog 1234 RMD160 4c2d49e0d3fcd976e547dcb4a140d57b51c70205 SHA1 93430d7340d67988bd5e01a71347d3b27df798ca SHA256 d6262ae1faa9e744f1c8b56fbe86c235a72b4dcef02400317c8115273fafdc54 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 new file mode 100644 index 000000000000..4886c05d6b7c --- /dev/null +++ b/games-kids/tuxmath/tuxmath-1.7.2.ebuild @@ -0,0 +1,48 @@ +# 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.1 2009/10/11 06:34:40 mr_bones_ Exp $ + +EAPI=2 +inherit eutils games + +MY_PN="${PN}_w_fonts" +DESCRIPTION="Educational arcade game where you have to solve maths problems" +HOMEPAGE="http://tux4kids.alioth.debian.org/tuxmath/" +SRC_URI="mirror://sourceforge/tuxmath/${MY_PN}-${PV}.tar.gz" + +LICENSE="GPL-2 OFL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" +IUSE="nls" + +RDEPEND="media-libs/libsdl + media-libs/sdl-image[jpeg,png] + media-libs/sdl-mixer[mikmod] + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" + +S=${WORKDIR}/${MY_PN}-${PV} + +src_prepare() { + sed -i \ + -e '/\bdoc\b/d' \ + Makefile.in \ + || die "sed failed" +} + +src_configure() { + egamesconf \ + --disable-dependency-tracking \ + --localedir=/usr/share/locale \ + $(use_enable nls) +} + +src_install() +{ + emake DESTDIR="${D}" install || die "install failed" + doicon data/images/icons/${PN}.svg + make_desktop_entry ${PN} "TuxMath" + dodoc doc/{README.txt,TODO.txt,changelog} + prepgamesdirs +} -- cgit v1.2.3-65-gdbad