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 23C491382C5 for ; Thu, 21 May 2020 18:36:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C83FE0957; Thu, 21 May 2020 18:36:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 229D7E0957 for ; Thu, 21 May 2020 18:36:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CED8834F0EB for ; Thu, 21 May 2020 18:36:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D8E5254 for ; Thu, 21 May 2020 18:36:00 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590086150.bde114fa0a66d81f4803c048c98f937c59167c17.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/smplayer-skins/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild X-VCS-Directories: x11-themes/smplayer-skins/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bde114fa0a66d81f4803c048c98f937c59167c17 X-VCS-Branch: master Date: Thu, 21 May 2020 18:36:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b96d5caf-bcfc-4bed-a84a-a6cbea579424 X-Archives-Hash: a15efeebd59266d6ec6826749217b8a4 commit: bde114fa0a66d81f4803c048c98f937c59167c17 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 18:35:50 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 18:35:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bde114fa x11-themes/smplayer-skins: EAPI-7 bump, missing || die Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild b/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild index cc41a0e4c23..8d9d458c597 100644 --- a/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild +++ b/x11-themes/smplayer-skins/smplayer-skins-15.2.0-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit qmake-utils @@ -25,7 +25,7 @@ src_prepare() { } src_install() { - rm themes/Makefile + rm themes/Makefile || die insinto /usr/share/smplayer doins -r themes dodoc Changelog README.txt