summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:23:17 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-03-06 16:46:40 +0100
commit84bb9d91de9cbc92f242b8299ba93f04ab53d683 (patch)
tree07bf444cc8e301493720ab9341516a3d97ed0203
parentkde-plasma/plymouth-kcm: drop 6.0.0 (diff)
downloadgentoo-84bb9d91de9cbc92f242b8299ba93f04ab53d683.tar.gz
gentoo-84bb9d91de9cbc92f242b8299ba93f04ab53d683.tar.bz2
gentoo-84bb9d91de9cbc92f242b8299ba93f04ab53d683.zip
kde-plasma/polkit-kde-agent: drop 6.0.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-plasma/polkit-kde-agent/Manifest1
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.0.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 1039efba7f6d..d7615645362a 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.10.tar.xz 52860 BLAKE2B 69106b89eb41d04b038bf3d9b984d55f8164f0bb052b2ee55f79c7c56a01463b57a2a67aca680c0af462f6d6541d35914bcb61046f7216f20540c8108a9e66e8 SHA512 a1af82cf76e6c4f3542ad5f88090464d9c6c7eac43c379f2da04be5b16023c0b4f1c28e4677c3b96daaf11ff0a4ab52b1a42e7b96645a0390ccdc2be76e37007
-DIST polkit-kde-agent-1-6.0.0.tar.xz 56080 BLAKE2B 687f8dc6e905a1e61cec4df69767a2187854ad93e9917a09db5525060dec19cdeb9c9b50ff97d77718c97dd31c965c26e676d5ec7d1513b959a643256b1aad11 SHA512 daef42cf24c12787b5644471360b6ad192a026876d60bff3250e80fffaae8e8b382bc10aa32b1e5c98ddd90244210c67a67ad5e85302ac245c296eb6870adeb7
DIST polkit-kde-agent-1-6.0.1.tar.xz 56292 BLAKE2B 2a3b5539fcb14d45f07bc3d098a7fc4eade39ea3b8fa7113b48912795c1161a80ae84a1c291a8e2534cfccc4c3f740dbeb02ee33eb5f23bd86682067330f0771 SHA512 df2945d2589d2cd7b3f3a6a4c578c56ec7d56e9d2546886a8f2b1a49c1090b685fc91aabc5a131c98673ec8b934ff9a9048d54dc4148b7b4f55d48778b4a9dbd
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.0.ebuild
deleted file mode 100644
index a303cb987fa3..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-6.0.0.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
-"