summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:45:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:45:04 +0000
commit4a5cd715cc8e22ef5aceb4a290e2911bd1704598 (patch)
tree6e97e10e3772e084c36adc4177f5847451c775dc /games-puzzle/world-of-goo-demo
parentsys-cluster/torque: Add fix for dev-lang/tcl-8.6, #453154 (diff)
downloadgentoo-2-4a5cd715cc8e22ef5aceb4a290e2911bd1704598.tar.gz
gentoo-2-4a5cd715cc8e22ef5aceb4a290e2911bd1704598.tar.bz2
gentoo-2-4a5cd715cc8e22ef5aceb4a290e2911bd1704598.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/world-of-goo-demo')
-rw-r--r--games-puzzle/world-of-goo-demo/ChangeLog9
-rw-r--r--games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild57
2 files changed, 6 insertions, 60 deletions
diff --git a/games-puzzle/world-of-goo-demo/ChangeLog b/games-puzzle/world-of-goo-demo/ChangeLog
index 43287076a842..54446e417925 100644
--- a/games-puzzle/world-of-goo-demo/ChangeLog
+++ b/games-puzzle/world-of-goo-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/world-of-goo-demo
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/ChangeLog,v 1.6 2012/06/19 08:10:11 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo-demo/ChangeLog,v 1.7 2013/01/22 18:45:04 mr_bones_ Exp $
+
+ 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -world-of-goo-demo-1.41.ebuild:
+ old
19 Jun 2012; Jeff Horelick <jdhore@gentoo.org>
world-of-goo-demo-1.41-r1.ebuild:
@@ -31,4 +35,3 @@
15 Feb 2009; Mike Frysinger <vapier@gentoo.org> +metadata.xml,
+world-of-goo-demo-1.40.ebuild:
Initial ebuild #258960 by Vladimir Berezhnoy.
-
diff --git a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild b/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild
deleted file mode 100644
index b6bcd31c853b..000000000000
--- a/games-puzzle/world-of-goo-demo/world-of-goo-demo-1.41.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2010 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.41.ebuild,v 1.3 2010/03/10 15:44:09 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"
-DEPEND=""
-
-S=${WORKDIR}/${MY_PN}
-
-QA_EXECSTACK="opt/${MY_PN}/WorldOfGoo.bin32
- opt/${MY_PN}/WorldOfGoo.bin64"
-
-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=${GAMES_PREFIX_OPT}/${MY_PN}
-
- insinto "${d}"
- doins -r */ ${MY_PN%Demo}* || die
-
- games_make_wrapper ${MY_PN} "${d}"/${MY_PN%Demo}
- dodoc readme.html linux-issues.txt
- newicon icons/scalable.svg ${MY_PN}.svg
- make_desktop_entry ${MY_PN} "World of Goo (Demo)" ${MY_PN}
-
- pushd "${D}${d}" >/dev/null
- chmod a+rx ${MY_PN%Demo}* libs*/lib* || die
- popd >/dev/null
-
- prepgamesdirs
-}