diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-31 20:57:59 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-03-31 20:57:59 +0000 |
commit | 51cc4c1730596c70551a344c76f10afeb1a2730a (patch) | |
tree | 3665653c0dfbcb9d4202cbd52488bf6771c90d3d /games-kids | |
parent | aqualung works with ffmpeg and libav, so switching to virtual/ffmpeg. (diff) | |
download | historical-51cc4c1730596c70551a344c76f10afeb1a2730a.tar.gz historical-51cc4c1730596c70551a344c76f10afeb1a2730a.tar.bz2 historical-51cc4c1730596c70551a344c76f10afeb1a2730a.zip |
old
Package-Manager: portage-2.1.9.42/cvs/Linux i686
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype/Manifest | 2 | ||||
-rw-r--r-- | games-kids/tuxtype/tuxtype-1.5.16.ebuild | 44 |
2 files changed, 0 insertions, 46 deletions
diff --git a/games-kids/tuxtype/Manifest b/games-kids/tuxtype/Manifest index afb5731e20a5..400f30f924f8 100644 --- a/games-kids/tuxtype/Manifest +++ b/games-kids/tuxtype/Manifest @@ -1,6 +1,4 @@ -DIST tuxtype_w_fonts-1.5.16.tar.gz 7094093 RMD160 a4bff3b09fb159eb98295051a5c7a0d16d18cbd4 SHA1 4d0c64a34bd2dff783a3cc5f1df112d055dbec87 SHA256 fdfd7073f5a65dba8cc0cb2f770a4721886a97f9a6e9e6388d910d1e59f277fe DIST tuxtype_w_fonts-1.8.1.tar.gz 11528002 RMD160 9d88a2596ea80a8848e821cd7fbb495fc0a7df6b SHA1 f9e67f4cb8a6bb882bd6360b773f8b1645d74c23 SHA256 2687b858679b4f0b4f42204211d162234568198544bd95a9b71ec96e788d1481 -EBUILD tuxtype-1.5.16.ebuild 1237 RMD160 419c20592e1c862e0f0140b92539a11a59b0347e SHA1 041e18af136866338b75990d4bc5b9f6aefcdac9 SHA256 02a5965ba3d2f545d7cd4c333f4cdbd10ded75f121a1e9517db76a232b9f8341 EBUILD tuxtype-1.8.1.ebuild 1109 RMD160 d1e8a240e8a1fcde264114b0cc2fd870ed55e93e SHA1 d78326a8bc28af4a24ea37131782b96471a31360 SHA256 fe2a279616085caecfe5e7305869444760eac5fa78c7a2be59d10a36318e5fbd MISC ChangeLog 3304 RMD160 85da0ec7ecbf851e99c2965bf17c7aed85d14ae9 SHA1 08cdd3a47ca96737da0bb1535a09764b2832bdf4 SHA256 1c2b8b643320af255f4a63b473cf25094a4cdc7e02228fcf46c6a50ec352dab2 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-kids/tuxtype/tuxtype-1.5.16.ebuild b/games-kids/tuxtype/tuxtype-1.5.16.ebuild deleted file mode 100644 index 8866668d4702..000000000000 --- a/games-kids/tuxtype/tuxtype-1.5.16.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 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.6 2011/02/13 18:41:06 armin76 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 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 '/\.\/data/d' \ - -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 -} |