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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAF5415838C for ; Thu, 18 Jan 2024 11:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFAF2E2B3F; Thu, 18 Jan 2024 11:57:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7FC6E2B30 for ; Thu, 18 Jan 2024 11:57:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27DDA343398 for ; Thu, 18 Jan 2024 11:57:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 938F714B4 for ; Thu, 18 Jan 2024 11:57:04 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1705573625.ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-themes/arc-kde/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-themes/arc-kde/arc-kde-20220908.ebuild X-VCS-Directories: x11-themes/arc-kde/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56 X-VCS-Branch: master Date: Thu, 18 Jan 2024 11:57:04 +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: ab521360-a564-4c4d-a161-d5e8b8ed078a X-Archives-Hash: 08beb3ef44d36ca184c8300d5517aa9a commit: ebc7b853ca8933824a8e5de8d0e4ef5acaf16d56 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Thu Jan 18 10:26:55 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Jan 18 10:27:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ebc7b853 x11-themes/arc-kde: add optfeatures Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> x11-themes/arc-kde/arc-kde-20220908.ebuild | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/x11-themes/arc-kde/arc-kde-20220908.ebuild b/x11-themes/arc-kde/arc-kde-20220908.ebuild index 5b9b2a09ca..c51c77cdf0 100644 --- a/x11-themes/arc-kde/arc-kde-20220908.ebuild +++ b/x11-themes/arc-kde/arc-kde-20220908.ebuild @@ -1,23 +1,19 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + +inherit optfeature DESCRIPTION="Port of the popular GTK theme Arc for Plasma 5" HOMEPAGE="https://github.com/PapirusDevelopmentTeam/arc-kde" -SRC_URI="https://github.com/PapirusDevelopmentTeam/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/PapirusDevelopmentTeam/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" pkg_postinst() { - elog "" - elog "This theme optionally supports \"x11-themes/kvantum\"" - elog "See also \"x11-themes/arc-theme\" for gtk support" - elog "" + optfeature "Kvantum theme engine support" x11-themes/kvantum + optfeature "GTK support" x11-themes/arc-theme }