diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-24 16:20:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-24 16:20:31 +0000 |
commit | ccf3bce6a7b8abe75d979bad87a7eeefa0b358ce (patch) | |
tree | a652758946f463f09f08e6d16512301e754e54d1 /games-arcade | |
parent | stable x86, bug 229175 (diff) | |
download | historical-ccf3bce6a7b8abe75d979bad87a7eeefa0b358ce.tar.gz historical-ccf3bce6a7b8abe75d979bad87a7eeefa0b358ce.tar.bz2 historical-ccf3bce6a7b8abe75d979bad87a7eeefa0b358ce.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/ri-li/ri-li-2.0.0.ebuild | 28 | ||||
-rw-r--r-- | games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild | 42 |
2 files changed, 0 insertions, 70 deletions
diff --git a/games-arcade/ri-li/ri-li-2.0.0.ebuild b/games-arcade/ri-li/ri-li-2.0.0.ebuild deleted file mode 100644 index 68a73311e4ee..000000000000 --- a/games-arcade/ri-li/ri-li-2.0.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/ri-li/ri-li-2.0.0.ebuild,v 1.4 2008/03/25 13:36:11 coldwind Exp $ - -inherit eutils games - -DESCRIPTION="Drive a toy wood engine and collect all the coaches" -HOMEPAGE="http://ri-li.sourceforge.net/" -SRC_URI="mirror://sourceforge/ri-li/Ri-li-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-mixer" - -S=${WORKDIR}/Ri-li-${PV} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - rm -f "${D}${GAMES_DATADIR}/Ri-li/"*ebuild - doicon "${D}${GAMES_DATADIR}/Ri-li/"*png - dodoc AUTHORS ChangeLog NEWS README - make_desktop_entry Ri_li Ri-li Ri-li-icon-48x48 - prepgamesdirs -} diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild deleted file mode 100644 index 9ebf84dfa861..000000000000 --- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1.ebuild,v 1.5 2008/02/26 22:33:23 mr_bones_ Exp $ - -inherit eutils games - -DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium" -HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12" -SRC_URI="ftp://ggdev-1.homelan.com/thinktanks/ThinkTanksDemo_v${PV}.sh.bin" - -LICENSE="THINKTANKS" -SLOT="0" -KEYWORDS="-* x86 ~amd64" -RESTRICT="strip" -IUSE="" - -DEPEND="" - -GAMES_CHECK_LICENSE="yes" -S=${WORKDIR} - -src_unpack() { - unpack_makeself -} - -src_install() { - local dir=${GAMES_PREFIX_OPT}/${PN} - dodir "${dir}" "${GAMES_BINDIR}" - - tar -zxf ThinkTanks.tar.gz -C "${D}/${dir}" || die "extracting ThinkTanks.tar.gz" - - exeinto "${dir}" - doexe bin/Linux/x86/thinktanksdemo - dosym "${dir}"/thinktanksdemo "${GAMES_BINDIR}"/thinktanks-demo - - insinto "${dir}" - doins icon.xpm - - dodoc ReadMe_Linux.txt - - prepgamesdirs -} |