x11-themes/zukini: EAPI 7
authorJohannes Huber <johu@gentoo.org>
Tue, 26 Jun 2018 13:28:37 +0000 (15:28 +0200)
committerJohannes Huber <johu@gentoo.org>
Tue, 26 Jun 2018 13:34:39 +0000 (15:34 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

x11-themes/zukini/zukini-20120817.ebuild

index 6b2e7d7d2bf93c1a386d6e9434db1e8c1e7ef589..05d476b9d93243fc6a8762f45f4bdea94b957c35 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 DESCRIPTION="Unified look for GTK+ 2.x, GTK+ 3.x, gnome-shell, metacity and more"
 HOMEPAGE="http://lassekongo83.deviantart.com/#/d4ic1u2"
@@ -14,9 +14,9 @@ IUSE=""
 
 RESTRICT="binchecks strip"
 
+BDEPEND="app-arch/unzip"
 RDEPEND=">=x11-themes/gtk-engines-murrine-0.98.2
        >=x11-themes/gtk-engines-unico-1.0.2"
-DEPEND="app-arch/unzip"
 
 S=${WORKDIR}
 
@@ -24,8 +24,8 @@ src_unpack() {
        unpack ${A}
 
        local x=${S}/Zukini-awn
-       mkdir -p "${x}"
-       tar -zxf Zukini-awn.tgz -C "${x}"
+       mkdir -p "${x}" || die
+       tar -zxf Zukini-awn.tgz -C "${x}" || die
 }
 
 src_install() {