diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 20:15:51 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 20:15:51 +0000 |
commit | aff3425442d817cd0a2f3c430e3f86b6bd863dfe (patch) | |
tree | 75a868e2cebc88792b842952b687f60a77caed13 /games-puzzle | |
parent | Stable on amd64/x86 (diff) | |
download | gentoo-2-aff3425442d817cd0a2f3c430e3f86b6bd863dfe.tar.gz gentoo-2-aff3425442d817cd0a2f3c430e3f86b6bd863dfe.tar.bz2 gentoo-2-aff3425442d817cd0a2f3c430e3f86b6bd863dfe.zip |
rm
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/world-of-goo/world-of-goo-1.40.ebuild | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/games-puzzle/world-of-goo/world-of-goo-1.40.ebuild b/games-puzzle/world-of-goo/world-of-goo-1.40.ebuild deleted file mode 100644 index 9f82beee7c1a..000000000000 --- a/games-puzzle/world-of-goo/world-of-goo-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/world-of-goo-1.40.ebuild,v 1.4 2009/06/03 14:17:32 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" ${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} -} |