aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 20:57:05 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-21 21:04:51 +0200
commit00a6986e75c3c8a31194c5404a47bea7ead08875 (patch)
tree77f1a10ff935c8d8b1c7828670f59e57e855df1e /kde-plasma/polkit-kde-agent
parentkde-plasma/plymouth-kcm: drop 6.0.49.9999 (diff)
downloadkde-00a6986e75c3c8a31194c5404a47bea7ead08875.tar.gz
kde-00a6986e75c3c8a31194c5404a47bea7ead08875.tar.bz2
kde-00a6986e75c3c8a31194c5404a47bea7ead08875.zip
kde-plasma/polkit-kde-agent: drop 6.0.49.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.49.9999.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.49.9999.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.49.9999.ebuild
deleted file mode 100644
index acfba1d0b1..0000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.49.9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="${PN}-1"
-KFMIN=6.0
-PVCUT=$(ver_cut 1-3)
-QTMIN=6.6.2
-inherit ecm plasma.kde.org
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://kde.org/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kwindowsystem-${KFMIN}:6[X]
- >=sys-auth/polkit-qt-0.175[qt6]
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-plasma/libplasma-${PVCUT}:6
-"