summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-08 21:28:01 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-08 21:28:01 +0000
commit4873f5b6eadc1c8dd84f53b89a922c3271e6847e (patch)
treebc0de04113e4a4688054c273d17a4189ffc45cb0 /games-action/mutantstorm-demo
parentMove to new unpacker eclass for unpack_makeself. (diff)
downloadgentoo-2-4873f5b6eadc1c8dd84f53b89a922c3271e6847e.tar.gz
gentoo-2-4873f5b6eadc1c8dd84f53b89a922c3271e6847e.tar.bz2
gentoo-2-4873f5b6eadc1c8dd84f53b89a922c3271e6847e.zip
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-action/mutantstorm-demo')
-rw-r--r--games-action/mutantstorm-demo/ChangeLog7
-rw-r--r--games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild10
2 files changed, 8 insertions, 9 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog
index 0f6cf036015d..d456a7b25968 100644
--- a/games-action/mutantstorm-demo/ChangeLog
+++ b/games-action/mutantstorm-demo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/mutantstorm-demo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.12 2011/12/14 17:13:11 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.13 2012/02/08 21:28:01 vapier Exp $
+
+ 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild:
+ Move to new unpacker eclass for unpack_makeself.
14 Dec 2011; Mike Frysinger <vapier@gentoo.org> mutantstorm-demo-1.33.ebuild:
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild
index d13fccdfc76b..4c5cc71ee485 100644
--- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild
+++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.12 2011/12/14 17:13:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.13 2012/02/08 21:28:01 vapier Exp $
-inherit eutils games
+inherit eutils unpacker games
DESCRIPTION="shoot through crazy psychedelic 3D environments"
HOMEPAGE="http://www.pompomgames.com/"
@@ -29,10 +29,6 @@ S=${WORKDIR}
dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
-src_unpack() {
- unpack_makeself
-}
-
src_install() {
insinto "${dir}"
doins -r menu script styles || die "doins failed"