summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-02-05 06:21:31 +0000
committerMike Frysinger <vapier@gentoo.org>2012-02-05 06:21:31 +0000
commitced86a1caeb12dc4082055b1bdc83a2527abd519 (patch)
treeb210701c19c78a72c19d761098c248a7a6e4bb2d /games-arcade
parentMove to new unpacker eclass for unpack_makeself. (diff)
downloadgentoo-2-ced86a1caeb12dc4082055b1bdc83a2527abd519.tar.gz
gentoo-2-ced86a1caeb12dc4082055b1bdc83a2527abd519.tar.bz2
gentoo-2-ced86a1caeb12dc4082055b1bdc83a2527abd519.zip
Move to new unpacker eclass for unpack_makeself.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/thinktanks-demo/ChangeLog8
-rw-r--r--games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild10
2 files changed, 9 insertions, 9 deletions
diff --git a/games-arcade/thinktanks-demo/ChangeLog b/games-arcade/thinktanks-demo/ChangeLog
index d234e4a9ef2d..c9d4760f417d 100644
--- a/games-arcade/thinktanks-demo/ChangeLog
+++ b/games-arcade/thinktanks-demo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-arcade/thinktanks-demo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.8 2011/12/14 17:32:57 vapier Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/ChangeLog,v 1.9 2012/02/05 06:21:31 vapier Exp $
+
+ 05 Feb 2012; Mike Frysinger <vapier@gentoo.org>
+ thinktanks-demo-1.1-r1.ebuild:
+ Move to new unpacker eclass for unpack_makeself.
14 Dec 2011; Mike Frysinger <vapier@gentoo.org>
thinktanks-demo-1.1-r1.ebuild:
diff --git a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild
index c33df1f9ec3b..d1dcae46b818 100644
--- a/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild
+++ b/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.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-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.5 2011/12/14 17:32:57 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/thinktanks-demo/thinktanks-demo-1.1-r1.ebuild,v 1.6 2012/02/05 06:21:31 vapier Exp $
-inherit eutils games
+inherit unpacker games
DESCRIPTION="tank combat game with lighthearted, fast paced pandemonium"
HOMEPAGE="http://www.garagegames.com/pg/product/view.php?id=12"
@@ -20,10 +20,6 @@ RDEPEND="media-libs/libsdl
S=${WORKDIR}
-src_unpack() {
- unpack_makeself
-}
-
src_install() {
local dir=${GAMES_PREFIX_OPT}/${PN}
dodir "${dir}" "${GAMES_BINDIR}"