summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-03-29 16:16:10 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-03-29 16:16:10 +0000
commit38744440bd401d560ac6cf6a8e6a69307cf7d578 (patch)
tree3a42143f2f67673ebdc948c69c15addd128e28c1 /games-strategy
parentRequire newer libcec to match configure #463694 by Fredric Johansson. (diff)
downloadgentoo-2-38744440bd401d560ac6cf6a8e6a69307cf7d578.tar.gz
gentoo-2-38744440bd401d560ac6cf6a8e6a69307cf7d578.tar.bz2
gentoo-2-38744440bd401d560ac6cf6a8e6a69307cf7d578.zip
use unpack_zip from unpacker.eclass instead of unzip
(Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/spaz/ChangeLog8
-rw-r--r--games-strategy/spaz/spaz-1.605.ebuild8
2 files changed, 9 insertions, 7 deletions
diff --git a/games-strategy/spaz/ChangeLog b/games-strategy/spaz/ChangeLog
index 716c7b0ec905..5b134a40234a 100644
--- a/games-strategy/spaz/ChangeLog
+++ b/games-strategy/spaz/ChangeLog
@@ -1,10 +1,12 @@
# ChangeLog for games-strategy/spaz
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.2 2013/03/29 16:16:10 hasufell Exp $
+
+ 29 Mar 2013; Julian Ospald <hasufell@gentoo.org> spaz-1.605.ebuild:
+ use unpack_zip from unpacker.eclass instead of unzip
*spaz-1.605 (27 Sep 2012)
27 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> +spaz-1.605.ebuild,
+metadata.xml:
Initial commit
-
diff --git a/games-strategy/spaz/spaz-1.605.ebuild b/games-strategy/spaz/spaz-1.605.ebuild
index 0d0ca607a841..b4b5f5a5d350 100644
--- a/games-strategy/spaz/spaz-1.605.ebuild
+++ b/games-strategy/spaz/spaz-1.605.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.1 2012/09/27 08:17:05 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $
EAPI=4
-inherit games
+inherit unpacker games
DESCRIPTION="Space Pirates and Zombies"
HOMEPAGE="http://spacepiratesandzombies.com"
@@ -28,7 +28,7 @@ S="${WORKDIR}"/data
QA_PREBUILT="opt/spaz/SPAZ"
src_unpack() {
- unzip -q "${DISTDIR}/${PN}-linux-humblebundle-09182012-bin"
+ unpack_zip ${A}
}
src_install() {