summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 07:10:19 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 07:10:19 +0000
commita16b4cb2aaab95dc9775b678c80497cb0aecd4c5 (patch)
tree6b0502d488dff394a3ae5bbe67c1088fededab32 /games-kids
parentRemove old. (diff)
downloadgentoo-2-a16b4cb2aaab95dc9775b678c80497cb0aecd4c5.tar.gz
gentoo-2-a16b4cb2aaab95dc9775b678c80497cb0aecd4c5.tar.bz2
gentoo-2-a16b4cb2aaab95dc9775b678c80497cb0aecd4c5.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/tuxmath/ChangeLog7
-rw-r--r--games-kids/tuxmath/tuxmath-1.7.2.ebuild49
2 files changed, 5 insertions, 51 deletions
diff --git a/games-kids/tuxmath/ChangeLog b/games-kids/tuxmath/ChangeLog
index d9347914c196..b8e9e4a9e7e4 100644
--- a/games-kids/tuxmath/ChangeLog
+++ b/games-kids/tuxmath/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-kids/tuxmath
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.20 2013/07/05 18:22:07 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmath/ChangeLog,v 1.21 2015/01/04 07:10:19 mr_bones_ Exp $
+
+ 04 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> -tuxmath-1.7.2.ebuild:
+ old
05 Jul 2013; Agostino Sarubbo <ago@gentoo.org> tuxmath-2.0.1.ebuild:
Stable for x86, wrt bug #475692
diff --git a/games-kids/tuxmath/tuxmath-1.7.2.ebuild b/games-kids/tuxmath/tuxmath-1.7.2.ebuild
deleted file mode 100644
index ddb118add242..000000000000
--- a/games-kids/tuxmath/tuxmath-1.7.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2013 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.6 2013/07/04 06:01:49 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:0
- media-libs/sdl-pango
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[mod]
- 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
-}