summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2009-09-02 20:15:57 +0000
committerTristan Heaven <nyhm@gentoo.org>2009-09-02 20:15:57 +0000
commitf8172b0814d6ab1a76dfe0c65364ed2f3c8dab0d (patch)
treedd43a03429bb1e19993f30a67d394dafbfb2f89b /games-puzzle/world-of-goo-demo
parentrm (diff)
downloadgentoo-2-f8172b0814d6ab1a76dfe0c65364ed2f3c8dab0d.tar.gz
gentoo-2-f8172b0814d6ab1a76dfe0c65364ed2f3c8dab0d.tar.bz2
gentoo-2-f8172b0814d6ab1a76dfe0c65364ed2f3c8dab0d.zip
rm
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle/world-of-goo-demo')
-rw-r--r--games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild60
1 files changed, 0 insertions, 60 deletions
diff --git a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild
deleted file mode 100644
index ee78a2e7281f..000000000000
--- a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.40.ebuild,v 1.4 2009/06/03 14:18:01 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="World of Goo is a puzzle game with a strong emphasis on physics"
-HOMEPAGE="http://2dboy.com/"
-
-if [[ ${PN} == *-demo ]] ; then
- MY_PN="WorldOfGooDemo"
- SRC_URI="${MY_PN}.${PV}.tar.gz"
-else
- MY_PN="WorldOfGoo"
- SRC_URI="${MY_PN}Setup.${PV}.tar.gz"
-fi
-
-LICENSE="2dboy-EULA"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-RESTRICT="fetch strip"
-
-# the package includes SDL/ogg/vorbis already
-RDEPEND="sys-libs/glibc
- virtual/opengl
- virtual/glu
- >=sys-devel/gcc-3.4
- amd64? (
- app-emulation/emul-linux-x86-baselibs
- app-emulation/emul-linux-x86-xlibs
- )"
-DEPEND=""
-
-S=${WORKDIR}/${MY_PN}
-
-QA_EXECSTACK="opt/${MY_PN}/WorldOfGoo.bin"
-
-pkg_nofetch() {
- elog "To download the demo, visit http://worldofgoo.com/dl2.php?lk=demo"
- elog "and download ${A} and place it in ${DISTDIR}"
-}
-
-src_install() {
- local d="/opt/${MY_PN}"
- insinto ${d}
- doins -r */ ${MY_PN%Demo}* || die
-
- dodoc readme.html linux-issues.txt
- newicon icon.png ${MY_PN}.png
- make_desktop_entry ${MY_PN} "World Of Goo (Demo)" ${MY_PN}.png
-
- dosym ${d}/${MY_PN%Demo} "${GAMES_BINDIR}"/${MY_PN}
- pushd "${D}"${d} >/dev/null
- chmod a+rx ${MY_PN%Demo}* libs/lib* || die
- games_make_wrapper ${MY_PN} ${d}/${MY_PN%Demo}
- popd >/dev/null
-
- prepgamesdirs ${d}
-}