summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <mva@mva.name>2013-06-15 19:52:17 +0700
committerVadim A. Misbakh-Soloviov <mva@mva.name>2013-06-15 19:52:17 +0700
commitb0b653a7c9a520a8a3a2f899dba1a7aee6b70dd0 (patch)
tree708ae6b19d038b3fc19d63a87cce15405426edd3 /games-puzzle/braid
parent[games-arcade/funkysmugglers] Added. (diff)
downloadgamerlay-b0b653a7c9a520a8a3a2f899dba1a7aee6b70dd0.tar.gz
gamerlay-b0b653a7c9a520a8a3a2f899dba1a7aee6b70dd0.tar.bz2
gamerlay-b0b653a7c9a520a8a3a2f899dba1a7aee6b70dd0.zip
[global/part] moving "unzip -q" to unpacker behaviour (preparation to eclass integration)
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'games-puzzle/braid')
-rw-r--r--games-puzzle/braid/braid-1.0.2-r9999.ebuild9
1 files changed, 3 insertions, 6 deletions
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"