summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-08 21:27:52 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-08 21:27:52 +0000
commite1971a676d5819e076be1385771b60d2a919f1c8 (patch)
tree8f687e1958e49b152deddaa950457d28eeccdd80 /games-action
parentMove to new unpacker eclass for unpack_makeself. (diff)
downloadgentoo-2-e1971a676d5819e076be1385771b60d2a919f1c8.tar.gz
gentoo-2-e1971a676d5819e076be1385771b60d2a919f1c8.tar.bz2
gentoo-2-e1971a676d5819e076be1385771b60d2a919f1c8.zip
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/heretic2-demo/ChangeLog7
-rw-r--r--games-action/heretic2-demo/heretic2-demo-1.06a.ebuild11
2 files changed, 8 insertions, 10 deletions
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"