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 67CFA158018 for ; Fri, 1 Oct 2021 06:44:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9556E090F; Fri, 1 Oct 2021 06:44:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C730E090F for ; Fri, 1 Oct 2021 06:44:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4271F342C92 for ; Fri, 1 Oct 2021 06:44:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40993148 for ; Fri, 1 Oct 2021 06:44:23 +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: <1633070633.73b3bd69a45facea7c5b98caa2157a7ff65736ac.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/polkit-kde-agent/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/polkit-kde-agent/Manifest kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.90.ebuild X-VCS-Directories: kde-plasma/polkit-kde-agent/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 73b3bd69a45facea7c5b98caa2157a7ff65736ac X-VCS-Branch: master Date: Fri, 1 Oct 2021 06:44:23 +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: 0087f933-b529-444c-8b69-b0209d88eedc X-Archives-Hash: caea245bc8941c68264fa19a15a759a6 commit: 73b3bd69a45facea7c5b98caa2157a7ff65736ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Oct 1 06:28:23 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Oct 1 06:43:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b3bd69 kde-plasma/polkit-kde-agent: 5.22.90 version bump Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/polkit-kde-agent/Manifest | 1 + .../polkit-kde-agent-5.22.90.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index d0fc3a7c4b7..579f7f0f366 100644 --- a/kde-plasma/polkit-kde-agent/Manifest +++ b/kde-plasma/polkit-kde-agent/Manifest @@ -1 +1,2 @@ DIST polkit-kde-agent-1-5.22.5.tar.xz 45652 BLAKE2B e95815b7760810743d54f1adb10992f1bf1cbf37870729c022aa8d34e518b41af2b81c9e3eb0f22dad0facbe97d1a70d26b31aa1aa8d8ba2ab99674fd0357814 SHA512 418bee7d6f32577a68e7a7a2f3db0bf54eb213bead9852356cd813c1a64ce64e9cd217f7b9b13c8872a797c4a629eaffa7d2f1ea4ff471b70567de1f6ac808fa +DIST polkit-kde-agent-1-5.22.90.tar.xz 47560 BLAKE2B 6e06bd8fb3ba25c7b97ed0f3a42d337491db010548777332b58917791f7dedb887b272912ab99bd0b851a022d54b8459924fd0f1ca879681a4f388363631d78f SHA512 2cf44abadba223eb41d497841cddc93d2146bb6fcce6a0b24bf1ab8738b34fc1b3faac19e11cb38533d8f00c49b5482c6eb89b5a6deabdc7f67d42abed566224 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.90.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.90.ebuild new file mode 100644 index 00000000000..5dc5f3c9aa3 --- /dev/null +++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.22.90.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KDE_ORG_NAME="${PN}-1" +KFMIN=5.86.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.15.2 +inherit ecm kde.org + +DESCRIPTION="PolKit agent module for KDE Plasma" +HOMEPAGE="https://kde.org/" + +LICENSE="GPL-2" # TODO: CHECK +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +IUSE="" + +DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kcrash-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kiconthemes-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=sys-auth/polkit-qt-0.113.0 +" +RDEPEND="${DEPEND}"