* [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/vessel/, games-arcade/capsized/, games-action/shadowgrounds-bin/, ...
@ 2013-06-15 12:52 Vadim A. Misbakh-Soloviov
0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2013-06-15 12:52 UTC (permalink / raw
To: gentoo-commits
commit: b0b653a7c9a520a8a3a2f899dba1a7aee6b70dd0
Author: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
AuthorDate: Sat Jun 15 12:52:17 2013 +0000
Commit: Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Sat Jun 15 12:52:17 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=b0b653a7
[global/part] moving "unzip -q" to unpacker behaviour (preparation to eclass integration)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva <AT> mva.name>
---
games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild | 10 +++++-----
.../shadowgrounds-survivor-bin-1.ebuild | 10 ++++++----
games-arcade/capsized/capsized-06102013.ebuild | 7 ++-----
games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild | 8 ++------
games-puzzle/braid/braid-1.0.2-r9999.ebuild | 9 +++------
games-puzzle/vessel/vessel-02222013.ebuild | 11 +++--------
games-strategy/anomaly-korea/anomaly-korea-20130613.ebuild | 8 ++------
.../anomaly-mobilecampaign-20130613.ebuild | 8 ++------
games-strategy/anomaly/anomaly-20130402.ebuild | 6 ++----
9 files changed, 27 insertions(+), 50 deletions(-)
diff --git a/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild b/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild
index 9dd0237..2c3ed4b 100644
--- a/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild
+++ b/games-action/shadowgrounds-bin/shadowgrounds-bin-1.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-bin/shadowgrounds-bin-0_beta12.ebuild,v 1.2 2011/04/21 08:49:37 vapier Exp $
-EAPI="4"
+EAPI="5"
-inherit games eutils
+inherit unpacker games eutils
DESCRIPTION="an epic action experience combining modern technology with addictive playability"
HOMEPAGE="http://shadowgroundsgame.com/"
@@ -28,11 +28,11 @@ RDEPEND=">=sys-libs/glibc-2.4
REQUIRED_USE="amd64? ( multilib )"
-S=${WORKDIR}
+S="${WORKDIR}"
d="${GAMES_PREFIX_OPT}/${PN}"
QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`"
-QA_TEXTRELS_amd64=${QA_TEXTRELS_x86}
+QA_TEXTRELS_amd64="${QA_TEXTRELS_x86}"
pkg_nofetch() {
einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}"
@@ -41,7 +41,7 @@ pkg_nofetch() {
src_unpack() {
# manually run unzip as the initial seek causes it to exit(1)
- unzip -q "${DISTDIR}/${A}"
+ unpack_zip "${A}"
rm lib*/lib{gcc_s,m,rt,selinux}.so.?
}
diff --git a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1.ebuild b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1.ebuild
index 707081b..46c911c 100644
--- a/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1.ebuild
+++ b/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-1.ebuild
@@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/shadowgrounds-survivor-bin/shadowgrounds-survivor-bin-0_beta11.ebuild,v 1.2 2011/04/21 08:50:11 vapier Exp $
-inherit games eutils
+EAPI="5"
+
+inherit unpacker games eutils
DESCRIPTION="human survivors who battle against the ongoing alien onslaught"
HOMEPAGE="http://shadowgroundsgame.com/survivor/"
@@ -24,11 +26,11 @@ RDEPEND=">=sys-libs/glibc-2.4
app-emulation/emul-linux-x86-gtklibs
)"
-S=${WORKDIR}
+S="${WORKDIR}"
d="${GAMES_PREFIX_OPT}/${PN}"
QA_TEXTRELS_x86="`echo ${d#/}/lib32/lib{avcodec.so.51,avformat.so.52,avutil.so.49,FLAC.so.8}`"
-QA_TEXTRELS_amd64=${QA_TEXTRELS_x86}
+QA_TEXTRELS_amd64="${QA_TEXTRELS_x86}"
pkg_nofetch() {
einfo "Fetch ${SRC_URI} and put it into ${DISTDIR}"
@@ -37,7 +39,7 @@ pkg_nofetch() {
src_unpack() {
# manually run unzip as the initial seek causes it to exit(1)
- unzip -q "${DISTDIR}/${A}"
+ unpack_zip "${A}"
rm lib*/lib{gcc_s,m,rt,selinux}.so.?
}
diff --git a/games-arcade/capsized/capsized-06102013.ebuild b/games-arcade/capsized/capsized-06102013.ebuild
index 26b286e..77d39f9 100644
--- a/games-arcade/capsized/capsized-06102013.ebuild
+++ b/games-arcade/capsized/capsized-06102013.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit games multilib
+inherit unpacker games multilib
DESCRIPTION="A fast paced 2d platformer, focused on intense action and exploration."
HOMEPAGE="http://www.capsizedgame.com/"
@@ -46,10 +46,7 @@ pkg_nofetch() {
}
src_unpack() {
- local a=${DISTDIR}/${A}
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
+ unpack_zip "${A}"
}
src_install() {
diff --git a/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild b/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild
index 25967f9..8b34b55 100644
--- a/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild
+++ b/games-arcade/funkysmugglers/funkysmugglers-20130613.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit games
+inherit unpacker games
DESCRIPTION="Enjoy a funky 70s-style soundtrack while keeping the airport safe from hammers, scissors, and other illegal goods."
HOMEPAGE="http://www.11bitstudios.com/games/9/funky-smugglers"
@@ -44,11 +44,7 @@ REQUIRED_USE="amd64? ( multilib )"
S="${WORKDIR}"
src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
- local a="${DISTDIR}/${A}"
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
+ unpack_zip "${A}"
}
pkg_nofetch() {
diff --git a/games-puzzle/braid/braid-1.0.2-r9999.ebuild b/games-puzzle/braid/braid-1.0.2-r9999.ebuild
index 2d8cb72..22ab40d 100644
--- a/games-puzzle/braid/braid-1.0.2-r9999.ebuild
+++ b/games-puzzle/braid/braid-1.0.2-r9999.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI="5"
-inherit games versionator
+inherit unpacker games versionator
MY_PV="$(get_version_component_range 3)"
@@ -39,11 +39,8 @@ pkg_nofetch() {
}
src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
local a="${DISTDIR}/${PN}-linux-build${MY_PV}.run.bin"
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
+ unpack_zip "${a}"
if use linguas_ru; then
unpack "${PN}-rus.tar.bz2"
diff --git a/games-puzzle/vessel/vessel-02222013.ebuild b/games-puzzle/vessel/vessel-02222013.ebuild
index 6511a59..e9431cb 100644
--- a/games-puzzle/vessel/vessel-02222013.ebuild
+++ b/games-puzzle/vessel/vessel-02222013.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=5
+EAPI="5"
-inherit games
+inherit unpacker games
DESCRIPTION="Platform game where you manipulate liquids."
HOMEPAGE="http://strangeloopgames.com"
@@ -31,12 +31,7 @@ pkg_nofetch() {
}
src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
- local a="${DISTDIR}/${SRC_URI}"
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
-
+ unpack_zip "${A}"
}
src_install() {
diff --git a/games-strategy/anomaly-korea/anomaly-korea-20130613.ebuild b/games-strategy/anomaly-korea/anomaly-korea-20130613.ebuild
index b597fe6..627f322 100644
--- a/games-strategy/anomaly-korea/anomaly-korea-20130613.ebuild
+++ b/games-strategy/anomaly-korea/anomaly-korea-20130613.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit games
+inherit unpacker games
DESCRIPTION="An extraordinary mixture of action and strategy in a reversed tower defense formula."
HOMEPAGE="http://www.anomalythegame.com/"
@@ -44,11 +44,7 @@ REQUIRED_USE="amd64? ( multilib )"
S="${WORKDIR}"
src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
- local a="${DISTDIR}/${A}"
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
+ unpack_zip "${A}"
}
pkg_nofetch() {
diff --git a/games-strategy/anomaly-mobilecampaign/anomaly-mobilecampaign-20130613.ebuild b/games-strategy/anomaly-mobilecampaign/anomaly-mobilecampaign-20130613.ebuild
index 34cf5fe..e0e1239 100644
--- a/games-strategy/anomaly-mobilecampaign/anomaly-mobilecampaign-20130613.ebuild
+++ b/games-strategy/anomaly-mobilecampaign/anomaly-mobilecampaign-20130613.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit games
+inherit unpacker games
DESCRIPTION="An extraordinary mixture of action and strategy in a reversed tower defense formula."
HOMEPAGE="http://www.anomalythegame.com/"
@@ -44,11 +44,7 @@ REQUIRED_USE="amd64? ( multilib )"
S="${WORKDIR}"
src_unpack() {
- # self unpacking zip archive; unzip warns about the exe stuff
- local a="${DISTDIR}/${A}"
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
+ unpack_zip "${A}"
}
pkg_nofetch() {
diff --git a/games-strategy/anomaly/anomaly-20130402.ebuild b/games-strategy/anomaly/anomaly-20130402.ebuild
index 20ad273..b8c59f0 100644
--- a/games-strategy/anomaly/anomaly-20130402.ebuild
+++ b/games-strategy/anomaly/anomaly-20130402.ebuild
@@ -4,7 +4,7 @@
EAPI="5"
-inherit games
+inherit unpacker games
DESCRIPTION="An extraordinary mixture of action and strategy in a reversed tower defense formula."
HOMEPAGE="http://www.anomalythegame.com/"
@@ -48,9 +48,7 @@ src_unpack() {
unpack ${A}
# self unpacking zip archive; unzip warns about the exe stuff
local a="${S}/AnomalyWarzoneEarth-Installer"
- echo ">>> Unpacking ${a} to ${PWD}"
- unzip -q "${a}"
- [ $? -gt 1 ] && die "unpacking failed"
+ unpack_zip "${a}"
rm "${a}" # save space
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-15 12:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15 12:52 [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/vessel/, games-arcade/capsized/, games-action/shadowgrounds-bin/, Vadim A. Misbakh-Soloviov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox