From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 134C5138334 for ; Tue, 26 Jun 2018 13:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDD0DE0900; Tue, 26 Jun 2018 13:34:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE8AEE0900 for ; Tue, 26 Jun 2018 13:34:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C166335C07 for ; Tue, 26 Jun 2018 13:34:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D93D359 for ; Tue, 26 Jun 2018 13:34:55 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1530020079.b14150d1088b00a1797ad438faec8c81b6016cf0.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/zukini/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/zukini/zukini-20120817.ebuild X-VCS-Directories: x11-themes/zukini/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b14150d1088b00a1797ad438faec8c81b6016cf0 X-VCS-Branch: master Date: Tue, 26 Jun 2018 13:34:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a9ef804e-4678-460d-8d9e-5f79795272fd X-Archives-Hash: d5aa49254ffaae780f93d00329b1c9e8 commit: b14150d1088b00a1797ad438faec8c81b6016cf0 Author: Johannes Huber gentoo org> AuthorDate: Tue Jun 26 13:28:37 2018 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Jun 26 13:34:39 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14150d1 x11-themes/zukini: EAPI 7 Package-Manager: Portage-2.3.40, Repoman-2.3.9 x11-themes/zukini/zukini-20120817.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-themes/zukini/zukini-20120817.ebuild b/x11-themes/zukini/zukini-20120817.ebuild index 6b2e7d7d2bf..05d476b9d93 100644 --- a/x11-themes/zukini/zukini-20120817.ebuild +++ b/x11-themes/zukini/zukini-20120817.ebuild @@ -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() {