Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/polkit-kde-agent/
Date: Thu, 14 Oct 2021 10:26:56
Message-Id: 1634206097.c98ab1f30e8b83f94efd7a8675104b1bcff26465.asturm@gentoo
1 commit: c98ab1f30e8b83f94efd7a8675104b1bcff26465
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 14 10:08:17 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 14 10:08:17 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c98ab1f3
7
8 kde-plasma/polkit-kde-agent: drop 5.23.0*
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 .../polkit-kde-agent-5.23.0.ebuild | 33 ----------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.0.ebuild
16 deleted file mode 100644
17 index 5dc5f3c9aa..0000000000
18 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.23.0.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -KDE_ORG_NAME="${PN}-1"
27 -KFMIN=5.86.0
28 -PVCUT=$(ver_cut 1-3)
29 -QTMIN=5.15.2
30 -inherit ecm kde.org
31 -
32 -DESCRIPTION="PolKit agent module for KDE Plasma"
33 -HOMEPAGE="https://kde.org/"
34 -
35 -LICENSE="GPL-2" # TODO: CHECK
36 -SLOT="5"
37 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
38 -IUSE=""
39 -
40 -DEPEND="
41 - >=dev-qt/qtdbus-${QTMIN}:5
42 - >=dev-qt/qtgui-${QTMIN}:5
43 - >=dev-qt/qtwidgets-${QTMIN}:5
44 - >=kde-frameworks/kcoreaddons-${KFMIN}:5
45 - >=kde-frameworks/kcrash-${KFMIN}:5
46 - >=kde-frameworks/kdbusaddons-${KFMIN}:5
47 - >=kde-frameworks/ki18n-${KFMIN}:5
48 - >=kde-frameworks/kiconthemes-${KFMIN}:5
49 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
50 - >=kde-frameworks/kwindowsystem-${KFMIN}:5
51 - >=sys-auth/polkit-qt-0.113.0
52 -"
53 -RDEPEND="${DEPEND}"