diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 11:45:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-30 11:45:20 +0000 |
commit | d66950f7afdb9029c448094633bf84adf971c941 (patch) | |
tree | def272d8e0ef47c3b38540a49c6a6cb6bda6b8ce /games-kids | |
parent | fix to avatar instalation and wrapper script resources path. Removing older b... (diff) | |
download | gentoo-2-d66950f7afdb9029c448094633bf84adf971c941.tar.gz gentoo-2-d66950f7afdb9029c448094633bf84adf971c941.tar.bz2 gentoo-2-d66950f7afdb9029c448094633bf84adf971c941.zip |
old
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype/files/digest-tuxtype-1.0.3 | 1 | ||||
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.0.3.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/games-kids/tuxtype/files/digest-tuxtype-1.0.3 b/games-kids/tuxtype/files/digest-tuxtype-1.0.3 deleted file mode 100644 index 37aa75dd604e..000000000000 --- a/games-kids/tuxtype/files/digest-tuxtype-1.0.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 a86bccdf9d75c98b17ebf1ee03f56b76 tuxtype-1.0.3.tar.bz2 4371040 diff --git a/games-kids/tuxtype/tuxtype-1.0.3.ebuild b/games-kids/tuxtype/tuxtype-1.0.3.ebuild deleted file mode 100644 index 8d1bba764cd0..000000000000 --- a/games-kids/tuxtype/tuxtype-1.0.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.0.3.ebuild,v 1.4 2004/07/01 11:19:25 eradicator Exp $ - -inherit games - -DESCRIPTION="Typing tutorial with lots of eye-candy" -SRC_URI="mirror://sourceforge/tuxtype/${P}.tar.bz2" -HOMEPAGE="http://www.geekcomix.com/dm/tuxtype/" - -KEYWORDS="x86 ppc" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="virtual/libc - >=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2" - -src_compile() { - egamesconf --with-gnu-ld --disable-sdltest - emake || die -} - -src_install() { - egamesinstall - - # now fix where the installer put everything - cd ${D}/${GAMES_PREFIX}/${PN} - dohtml *.html ; rm -f *.html - docfiles="`find -type f -maxdepth 1`" - dodoc ${docfiles} ; rm -f ${docfiles} - dodir ${GAMES_DATADIR}/${PN} - mv * ${D}/${GAMES_DATADIR}/${PN} - cd ${D}/${GAMES_PREFIX} - rm -rf ${PN} - - prepgamesdirs -} |