summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:44:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 18:44:28 +0000
commita550ab5c5337a9332cc3025148b30343bcf63627 (patch)
tree2618ef92479135ecf47f5270d5bd70d7994ba083 /games-puzzle
parentold (diff)
downloadgentoo-2-a550ab5c5337a9332cc3025148b30343bcf63627.tar.gz
gentoo-2-a550ab5c5337a9332cc3025148b30343bcf63627.tar.bz2
gentoo-2-a550ab5c5337a9332cc3025148b30343bcf63627.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/world-of-goo/ChangeLog6
-rw-r--r--games-puzzle/world-of-goo/world-of-goo-1.41.ebuild58
2 files changed, 5 insertions, 59 deletions
diff --git a/games-puzzle/world-of-goo/ChangeLog b/games-puzzle/world-of-goo/ChangeLog
index c39205bdbe10..0b80539281fe 100644
--- a/games-puzzle/world-of-goo/ChangeLog
+++ b/games-puzzle/world-of-goo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/world-of-goo
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo/ChangeLog,v 1.7 2013/01/13 11:21:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/world-of-goo/ChangeLog,v 1.8 2013/01/22 18:44:28 mr_bones_ Exp $
+
+ 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -world-of-goo-1.41.ebuild:
+ old
13 Jan 2013; Agostino Sarubbo <ago@gentoo.org> world-of-goo-1.41-r1.ebuild:
Stable for x86, wrt bug #450070
diff --git a/games-puzzle/world-of-goo/world-of-goo-1.41.ebuild b/games-puzzle/world-of-goo/world-of-goo-1.41.ebuild
deleted file mode 100644
index 0e79ff38e826..000000000000
--- a/games-puzzle/world-of-goo/world-of-goo-1.41.ebuild
+++ /dev/null
@@ -1,58 +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/world-of-goo-1.41.ebuild,v 1.4 2010/03/10 15:45:36 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() {
- echo
- elog "Download ${A} from ${HOMEPAGE} and place it in ${DISTDIR}"
- echo
-}
-
-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" ${MY_PN}
-
- pushd "${D}${d}" >/dev/null
- chmod a+rx ${MY_PN%Demo}* libs*/lib* || die
- popd >/dev/null
-
- prepgamesdirs
-}