Portage is a package management system used by Gentoo Linux
# ChangeLog for games-kids/tuxtype
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/ChangeLog,v 1.12 2008/03/17 03:01:44 mr_bones_ Exp $
17 Mar 2008; Michael Sterrett
-tuxtype-1.0.3-r1.ebuild, tuxtype-1.5.16.ebuild:
sync keywords with tuxtype2 stable to prepare for tuxtype2 removal
*tuxtype-1.5.16 (17 Mar 2008)
17 Mar 2008; Michael Sterrett
+tuxtype-1.5.16.ebuild:
move tuxtype2 version to tuxtype so tuxtype2 can be removed
13 Mar 2008; Chris Gianelloni
tuxtype-1.0.3-r1.ebuild:
QA cleanup: Fix quoting (again).
07 Mar 2008; Chris Gianelloni
tuxtype-1.0.3-r1.ebuild:
QA cleanup: Fix quoting.
09 Apr 2007; Peter Weller
Keyworded ~x86-fbsd wrt bug 173391
01 Jul 2004; Jeremy Huddleston
tuxtype-1.0.3-r1.ebuild, tuxtype-1.0.3.ebuild:
virtual/glibc -> virtual/libc
04 Jun 2004; Jason Eric Huebel
gnuconfig_update added, ~amd64
30 May 2004; Gustavo Zacarias
Stable on sparc
07 May 2004; Josh Grebe
Added ~sparc, bug #50382
*tuxtype-1.0.3-r1 (20 Mar 2003)
20 Mar 2003; Graham Forest
Removed usage of pic USE flag
*tuxtype-1.0.3 (18 Dec 2002)
18 Dec 2002; Mike Frysinger
Fix #11789 + version bump + games eclass support.
*tuxtype-1.0-r2 (2 Aug 2002)
2 Aug 2002; J.Alberto S. L.
Fix #5294 a problem with doc's dir.
*tuxtype-1.0-r1 (7 May 2002)
7 May 2002; Spider
fix sourceforge mirroring.
*tuxtype-1.0-r1 (21 Mar 2002)
12 Mar 2002; Seemant Kulleen
HTML documentation is no longer gzipped.
*tuxtype-1.0 (1 Feb 2002)
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
DIST tuxtype_w_fonts-1.5.16.tar.gz 7094093 RMD160 a4bff3b09fb159eb98295051a5c7a0d16d18cbd4 SHA1 4d0c64a34bd2dff783a3cc5f1df112d055dbec87 SHA256 fdfd7073f5a65dba8cc0cb2f770a4721886a97f9a6e9e6388d910d1e59f277fe
EBUILD tuxtype-1.5.16.ebuild 1224 RMD160 b75dc9a1a2d57dced925a9017466f0dc6486a04c SHA1 9e5d99a640734877b2cea5a9096b1790ceab9007 SHA256 3b80c7694af692bf56446ca63ff9d326031ae50ffb9b0f795c4b276dbfa9ed09
MISC ChangeLog 2520 RMD160 f99002d1bebdd9b895329eddcce4ff474e7c832c SHA1 cae42c145ff1509a21071d9958c3aaaf6fe6651a SHA256 9d3b47b7cc783e43802c3f4c1a25546ace1ae481888c3dfcd73b5c0d6be8a3e3
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.5.16.ebuild,v 1.2 2008/03/17 03:01:44 mr_bones_ Exp $
inherit eutils games
DESCRIPTION="Typing tutorial with lots of eye-candy"
HOMEPAGE="http://alioth.debian.org/projects/tux4kids/"
SRC_URI="http://alioth.debian.org/frs/download.php/2209/tuxtype_w_fonts-${PV}.tar.gz"
LICENSE="GPL-2 OFL-1.1"
SLOT="0"
KEYWORDS="amd64 ppc sparc x86"
IUSE=""
DEPEND="media-libs/libsdl
media-libs/sdl-pango
media-libs/sdl-mixer
media-libs/sdl-image
media-libs/sdl-ttf"
S=${WORKDIR}/tuxtype_w_fonts-${PV}
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e 's:$(prefix)/share:'${GAMES_DATADIR}':g' \
-e 's:$(prefix)/doc/$(PACKAGE):/usr/share/doc/'${PF}':g' \
$(find -name Makefile.in) || die "fixing Makefile paths"
sed -i \
-e 's:/usr/share:'${GAMES_DATADIR}':' \
tuxtype/setup.c || die "fixing src paths"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
prepalldocs
rm -f "${D}"/usr/share/doc/${PF}/{COPYING,INSTALL}*
doicon ${PN}.ico
make_desktop_entry ${PN} TuxTyping /usr/share/pixmaps/${PN}.ico
prepgamesdirs
}