summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-08 21:27:45 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-08 21:27:45 +0000
commit987a9aa8aa72a73cb442a877dfe64494fc619d04 (patch)
treee009595fbde7a0f958e215ac81499eeb7a554ba5 /games-action
parentadd ~arm, bug #396973 (diff)
downloadgentoo-2-987a9aa8aa72a73cb442a877dfe64494fc619d04.tar.gz
gentoo-2-987a9aa8aa72a73cb442a877dfe64494fc619d04.tar.bz2
gentoo-2-987a9aa8aa72a73cb442a877dfe64494fc619d04.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/descent3-demo/ChangeLog7
-rw-r--r--games-action/descent3-demo/descent3-demo-1.4.0a.ebuild10
2 files changed, 8 insertions, 9 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"