summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-11-21 23:54:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-11-21 23:54:01 +0000
commit203a1258f7ad584132dd75d6cb089dadaf9c1db9 (patch)
tree3d665a3d8bc1bb97425cd9e6d574020978569025 /games-kids
parentUpdate comment for app-emacs/wanderlust mask. (diff)
downloadgentoo-2-203a1258f7ad584132dd75d6cb089dadaf9c1db9.tar.gz
gentoo-2-203a1258f7ad584132dd75d6cb089dadaf9c1db9.tar.bz2
gentoo-2-203a1258f7ad584132dd75d6cb089dadaf9c1db9.zip
old
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-kids')
-rw-r--r--games-kids/tuxmath/Manifest2
-rw-r--r--games-kids/tuxmath/tuxmath-20010907.ebuild43
2 files changed, 0 insertions, 45 deletions
diff --git a/games-kids/tuxmath/Manifest b/games-kids/tuxmath/Manifest
index 24b0fa3db244..72c7190e6bd0 100644
--- a/games-kids/tuxmath/Manifest
+++ b/games-kids/tuxmath/Manifest
@@ -1,6 +1,4 @@
-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 1152 RMD160 c9cafd57e86fcaa3b2d24a5a895eb252c7b14850 SHA1 72d64bc54d299d1ef2db644b7bcb3492c35a23a5 SHA256 e3381917da84373a6d56d6ea7c709da9f2a58b86f3f1d83f7899ee66359886af
-EBUILD tuxmath-20010907.ebuild 1155 RMD160 4dd2e225d1087da9b126edd97cadd950b7706b1e SHA1 87a6e4bf84755c6eb976c58510d8235d66af3876 SHA256 2b5f117594c4430e6c25bf42350dbbd94a55d8d0e685a2f82851dd769a987444
MISC ChangeLog 1420 RMD160 8a3bad3fd102baa0aa712118d1af281bdfcb941f SHA1 031237a48e8a9e38543e4f5edaf05bbdf7ec111d SHA256 17d98b62c1e7f9a8467263de8327c8911253d926bf002bd2fd8edf71864a7e2a
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-kids/tuxmath/tuxmath-20010907.ebuild b/games-kids/tuxmath/tuxmath-20010907.ebuild
deleted file mode 100644
index 9bbdcbe53aa4..000000000000
--- a/games-kids/tuxmath/tuxmath-20010907.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-20010907.ebuild,v 1.11 2009/04/30 20:35:56 mr_bones_ Exp $
-
-EAPI=2
-inherit eutils games
-
-MY_P="${PN}-2001.09.07-0102"
-DESCRIPTION="Educational arcade game where you have to solve math problems"
-HOMEPAGE="http://www.newbreedsoftware.com/tuxmath/"
-SRC_URI="mirror://sourceforge/tuxmath/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[mikmod]"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- find . -name CVS -o -name .xvpics -type d -exec rm -rf '{}' +
- rm -f docs/COPYING.txt
- sed -i \
- -e '/strip/d' \
- -e "s/-O2/${CFLAGS}/" \
- -e "s:\$(DATA_PREFIX):${GAMES_DATADIR}/${PN}:" \
- Makefile \
- || die "sed failed"
-}
-
-src_install() {
- dogamesbin ${PN} || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r data/{images,sounds} || die "doins failed"
- newicon data/images/icon.png ${PN}.png
- make_desktop_entry ${PN} "Tux Math"
- dodoc docs/*.txt
- prepgamesdirs
-}