summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-08 21:28:45 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-08 21:28:45 +0000
commit5ee59d966c575b9db2fc5ca2df74989a27df215b (patch)
tree35319475cb3998eaa4baed1a67c976db75cf28f9 /games-action
parentadd ~arm, bug #396973 (diff)
downloadhistorical-5ee59d966c575b9db2fc5ca2df74989a27df215b.tar.gz
historical-5ee59d966c575b9db2fc5ca2df74989a27df215b.tar.bz2
historical-5ee59d966c575b9db2fc5ca2df74989a27df215b.zip
Move to new unpacker eclass for unpack_makeself.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'games-action')
-rw-r--r--games-action/descent3-demo/ChangeLog7
-rw-r--r--games-action/descent3-demo/descent3-demo-1.4.0a.ebuild10
-rw-r--r--games-action/heretic2-demo/ChangeLog7
-rw-r--r--games-action/heretic2-demo/heretic2-demo-1.06a.ebuild11
-rw-r--r--games-action/mutantstorm-demo/ChangeLog7
-rw-r--r--games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild10
-rw-r--r--games-action/spacetripper-demo/ChangeLog7
-rw-r--r--games-action/spacetripper-demo/spacetripper-demo-1.ebuild6
8 files changed, 32 insertions, 33 deletions
diff --git a/games-action/descent3-demo/ChangeLog b/games-action/descent3-demo/ChangeLog
index 0f43c56928a1..7b56bc88377f 100644
--- a/games-action/descent3-demo/ChangeLog
+++ b/games-action/descent3-demo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/descent3-demo
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/descent3-demo/ChangeLog,v 1.9 2008/02/29 18:05:31 carlo Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3-demo/ChangeLog,v 1.10 2012/02/08 21:27:45 vapier Exp $
+
+ 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> descent3-demo-1.4.0a.ebuild:
+ Move to new unpacker eclass for unpack_makeself.
29 Feb 2008; Carsten Lohrke <carlo@gentoo.org>
descent3-demo-1.4.0a.ebuild:
diff --git a/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild b/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild
index c4b24d92c1be..568ec834372e 100644
--- a/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild
+++ b/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 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/descent3-demo/descent3-demo-1.4.0a.ebuild,v 1.10 2008/02/29 18:05:31 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/descent3-demo/descent3-demo-1.4.0a.ebuild,v 1.11 2012/02/08 21:27:45 vapier Exp $
-inherit eutils games
+inherit eutils unpacker games
DESCRIPTION="Indoor/outdoor 3D combat with evil robotic mining spacecraft"
HOMEPAGE="http://www.lokigames.com/products/descent3/"
@@ -29,10 +29,6 @@ RDEPEND="sys-libs/glibc
S=${WORKDIR}
-src_unpack() {
- unpack_makeself
-}
-
src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
local demo="data/demos/descent3_demo"
diff --git a/games-action/heretic2-demo/ChangeLog b/games-action/heretic2-demo/ChangeLog
index a7b4eb80930c..a8079f591d07 100644
--- a/games-action/heretic2-demo/ChangeLog
+++ b/games-action/heretic2-demo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/heretic2-demo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.8 2011/12/14 17:13:08 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/ChangeLog,v 1.9 2012/02/08 21:27:52 vapier Exp $
+
+ 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> heretic2-demo-1.06a.ebuild:
+ Move to new unpacker eclass for unpack_makeself.
14 Dec 2011; Mike Frysinger <vapier@gentoo.org> heretic2-demo-1.06a.ebuild:
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
diff --git a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild b/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
index 1cca62335b0e..63b226f3d4f6 100644
--- a/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild
+++ b/games-action/heretic2-demo/heretic2-demo-1.06a.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/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.10 2011/12/14 17:13:08 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/heretic2-demo/heretic2-demo-1.06a.ebuild,v 1.11 2012/02/08 21:27:52 vapier Exp $
-inherit eutils multilib games
+inherit eutils unpacker multilib games
DESCRIPTION="Third-person classic magical action-adventure game"
HOMEPAGE="http://www.lokigames.com/products/heretic2/
@@ -31,11 +31,6 @@ S=${WORKDIR}
dir=${GAMES_PREFIX_OPT}/${PN}
Ddir=${D}/${dir}
-src_unpack() {
- # Can ignore warning: "A lone zero block at 116240"
- unpack_makeself
-}
-
src_install() {
local demo="data/demos/heretic2_demo"
local exe="heretic2_demo.x86"
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"
diff --git a/games-action/spacetripper-demo/ChangeLog b/games-action/spacetripper-demo/ChangeLog
index 127d63b8885a..e29b4920929c 100644
--- a/games-action/spacetripper-demo/ChangeLog
+++ b/games-action/spacetripper-demo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/spacetripper-demo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.12 2011/12/14 17:13:20 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/ChangeLog,v 1.13 2012/02/08 21:28:45 vapier Exp $
+
+ 08 Feb 2012; Mike Frysinger <vapier@gentoo.org> spacetripper-demo-1.ebuild:
+ Move to new unpacker eclass for unpack_makeself.
14 Dec 2011; Mike Frysinger <vapier@gentoo.org> spacetripper-demo-1.ebuild:
The games.eclass has dropped GAMES_CHECK_LICENSE support (since portage now
diff --git a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild b/games-action/spacetripper-demo/spacetripper-demo-1.ebuild
index 194e75c79ca8..37211cf3f330 100644
--- a/games-action/spacetripper-demo/spacetripper-demo-1.ebuild
+++ b/games-action/spacetripper-demo/spacetripper-demo-1.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/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.13 2011/12/14 17:13:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/spacetripper-demo/spacetripper-demo-1.ebuild,v 1.14 2012/02/08 21:28:45 vapier Exp $
-inherit eutils games
+inherit eutils unpacker games
MY_P="spacetripperdemo"
DESCRIPTION="hardcore arcade shoot-em-up"