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 0DB31138350 for ; Sun, 12 Jan 2020 21:16:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BD8E0ABD; Sun, 12 Jan 2020 21:16:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EE67AE0ABD for ; Sun, 12 Jan 2020 21:16:53 +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 E9FBB34DFD0 for ; Sun, 12 Jan 2020 21:16:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88E9C95 for ; Sun, 12 Jan 2020 21:16:51 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1578863806.74463f8ca1d3669b1fbcedbd0e7238de22be59df.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/kvantum/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/kvantum/kvantum-0.14.1.ebuild X-VCS-Directories: x11-themes/kvantum/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 74463f8ca1d3669b1fbcedbd0e7238de22be59df X-VCS-Branch: master Date: Sun, 12 Jan 2020 21:16:51 +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: 930473cf-0f32-4efb-b921-6ea6ffc84f19 X-Archives-Hash: 54df72d4c7b9b826b1139c923261e861 commit: 74463f8ca1d3669b1fbcedbd0e7238de22be59df Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 14:54:01 2020 +0000 Commit: Ian Whyman gentoo org> CommitDate: Sun Jan 12 21:16:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74463f8c x11-themes/kvantum: Switch to cmake.eclass, fix DESCRIPTION Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> Signed-off-by: Ian Whyman gentoo.org> x11-themes/kvantum/kvantum-0.14.1.ebuild | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x11-themes/kvantum/kvantum-0.14.1.ebuild b/x11-themes/kvantum/kvantum-0.14.1.ebuild index e52409193b0..886e8cf31a5 100644 --- a/x11-themes/kvantum/kvantum-0.14.1.ebuild +++ b/x11-themes/kvantum/kvantum-0.14.1.ebuild @@ -3,13 +3,11 @@ EAPI=7 -inherit cmake-utils +inherit cmake -MY_PN="Kvantum" - -DESCRIPTION="SVG-based theme engine for Qt5, KDE and LXQt" +DESCRIPTION="SVG-based theme engine for Qt5, KDE Plasma and LXQt" HOMEPAGE="https://github.com/tsujan/Kvantum" -SRC_URI="https://github.com/tsujan/${MY_PN}/archive/V${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/tsujan/${PN^}/archive/V${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" @@ -29,4 +27,4 @@ DEPEND=" RDEPEND="${DEPEND}" BDEPEND="dev-qt/linguist-tools:5" -S="${WORKDIR}/${MY_PN}-${PV}/${MY_PN}" +S="${WORKDIR}/${PN^}-${PV}/${PN^}"