summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-05-27 19:16:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-05-28 00:23:25 +0200
commit248bc46770f298585353bdb1c0785fb760662c2d (patch)
tree3379fc87735bdbf76cd858c0772a5d736d605f62 /kde-plasma
parentkde-plasma/plymouth-kcm: drop 6.0.5 (diff)
downloadgentoo-248bc46770f298585353bdb1c0785fb760662c2d.tar.gz
gentoo-248bc46770f298585353bdb1c0785fb760662c2d.tar.bz2
gentoo-248bc46770f298585353bdb1c0785fb760662c2d.zip
kde-plasma/polkit-kde-agent: drop 6.0.5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/polkit-kde-agent/Manifest1
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.5.ebuild34
2 files changed, 0 insertions, 35 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest
index 24f679c52624..040492cbdaf9 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,3 +1,2 @@
DIST polkit-kde-agent-1-5.27.11.tar.xz 53144 BLAKE2B bfffb3ed163b0d1581a23f663120c367d32afaefe843f19b5e5b0b099fd3f7f6b0f396a8543797e6dc9771acb137125f0a7a2ebd2520edc15acec560ef532987 SHA512 c5687704986bca51fde5d0b8d054ee6bdd957d0742c0e6a6f33100c77874ea75b7cb973393d4c7711964e390aa31fe30128d157a757ae13fc0c4d2eae1fc7bed
-DIST polkit-kde-agent-1-6.0.5.tar.xz 56484 BLAKE2B 4999cd7e73151a7563fc0c5abb266c11be0c1f300d4468716b2f84e44cf6a1fbda02d5a5d4444b877e39858cbee1744c606c641b286dcb7da289b71f3b9dc27d SHA512 09039518784b13da7f1873172e6814a51b968be45a341b87eb17c25cb7f04810c12f3a4c62b3ac312710b45b8827675abbd05bb7a5e370824c383a7a5ff49d54
DIST polkit-kde-agent-1-6.0.90.tar.xz 56664 BLAKE2B 538ec760171a6b5ebfa370d045945478c37c1ed406f943a934ab1c34b7e1b6b0472d984de4aa081997dde9fd5aaaa32cd911d9a53e17d747bf672a56cd804ebd SHA512 470f2c8fb67e1949cbca1c9ba6c216d15b8dfc535d86b064819967a10429b9a3e3d9f3b04c43d29e51e76422256c98c3811744b98b8628038937cdce02b774c2
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.5.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.5.ebuild
deleted file mode 100644
index a303cb987fa3..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.5.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="~amd64"
-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
-"