diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-01-27 08:25:29 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-01-27 08:25:29 +0000 |
commit | 75314d2538da8ecb0bb324427724016909ea85a5 (patch) | |
tree | cfd49ad1796725a322d2626d0449b6c19cb19fd2 /games-kids | |
parent | version bump from upstream -- now with iconic goodness (diff) | |
download | gentoo-2-75314d2538da8ecb0bb324427724016909ea85a5.tar.gz gentoo-2-75314d2538da8ecb0bb324427724016909ea85a5.tar.bz2 gentoo-2-75314d2538da8ecb0bb324427724016909ea85a5.zip |
rm old -r
(Portage version: 2.1.4)
Diffstat (limited to 'games-kids')
-rw-r--r-- | games-kids/tuxtype2/files/digest-tuxtype2-1.5.3 | 3 | ||||
-rw-r--r-- | games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild | 18 | ||||
-rw-r--r-- | games-kids/tuxtype2/tuxtype2-1.5.3.ebuild | 38 |
3 files changed, 9 insertions, 50 deletions
diff --git a/games-kids/tuxtype2/files/digest-tuxtype2-1.5.3 b/games-kids/tuxtype2/files/digest-tuxtype2-1.5.3 deleted file mode 100644 index e78c716ebd08..000000000000 --- a/games-kids/tuxtype2/files/digest-tuxtype2-1.5.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ca04e65d3b19ddeeedb8a49147ed642b tuxtype2-1.5.3.tar.bz2 7741487 -RMD160 8771796272f23b0d70b909b8953bed26da162571 tuxtype2-1.5.3.tar.bz2 7741487 -SHA256 f2a0cf5078690b0c309c4c7b65685cca2a68e28ddfbbdf7d1d50a5e80daef767 tuxtype2-1.5.3.tar.bz2 7741487 diff --git a/games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild b/games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild index ef2ee830023a..164580326d5d 100644 --- a/games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild +++ b/games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild,v 1.1 2007/06/01 22:15:07 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype2/tuxtype2-1.5.3-r1.ebuild,v 1.2 2008/01/27 08:25:29 nyhm Exp $ inherit eutils games @@ -10,18 +10,18 @@ SRC_URI="mirror://sourceforge/tuxtype/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-ttf-2.0.6" +DEPEND="media-libs/libsdl + media-libs/sdl-mixer + media-libs/sdl-image + media-libs/sdl-ttf" src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/tuxtype2-1.5.3-checks.patch + epatch "${FILESDIR}"/${P}-checks.patch sed -i \ -e 's:$(prefix)/share:'${GAMES_DATADIR}':g' \ -e 's:$(prefix)/doc/$(PACKAGE):/usr/share/doc/'${PF}':g' \ @@ -32,7 +32,7 @@ src_unpack() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" prepalldocs doicon ${PN}.ico make_desktop_entry ${PN} TuxType2 /usr/share/pixmaps/${PN}.ico diff --git a/games-kids/tuxtype2/tuxtype2-1.5.3.ebuild b/games-kids/tuxtype2/tuxtype2-1.5.3.ebuild deleted file mode 100644 index d842ccafa058..000000000000 --- a/games-kids/tuxtype2/tuxtype2-1.5.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype2/tuxtype2-1.5.3.ebuild,v 1.6 2006/09/27 14:04:57 nyhm Exp $ - -inherit eutils games - -DESCRIPTION="Typing tutorial with lots of eye-candy" -HOMEPAGE="http://www.geekcomix.com/dm/tuxtype/" -SRC_URI="mirror://sourceforge/tuxtype/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND=">=media-libs/libsdl-1.2 - >=media-libs/sdl-mixer-1.2 - >=media-libs/sdl-image-1.2 - >=media-libs/sdl-ttf-2.0.6" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/tuxtype2-1.5.3-checks.patch - 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/theme.c || die "fixing src paths" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - prepalldocs - prepgamesdirs -} |