summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:09 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-10 11:44:09 +0100
commitc78b63f0d7e70c1652e22153c8a8684166ba1429 (patch)
tree600d248db2b7685865848e122f6abf8f991aa9fd /kde-frameworks/kauth
parentkde-frameworks/kactivities: drop 5.100.0 (diff)
downloadgentoo-c78b63f0d7e70c1652e22153c8a8684166ba1429.tar.gz
gentoo-c78b63f0d7e70c1652e22153c8a8684166ba1429.tar.bz2
gentoo-c78b63f0d7e70c1652e22153c8a8684166ba1429.zip
kde-frameworks/kauth: drop 5.100.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.100.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index e8fb73415aa2..1cce4e0dd0cb 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
-DIST kauth-5.100.0.tar.xz 2335828 BLAKE2B bb53864659e29890371e07bbc814d41e475dd3a48c8981d97e84ea99fca76b34fff9f63ce1d37eb961717eaa8a9b5327d6e0c89b05d9e63badb1c74f343e2bf1 SHA512 00632b4ede4a49856d8a3151c7f420f201002748b2a805a657046b25c9a3438f2742ca0612fd60a235ba9e1b07db2266ca69ad3a290abfc44c3af5ca8e15f9f6
DIST kauth-5.101.0.tar.xz 2335504 BLAKE2B e13e994bbccceb4a4fac0adfe87696178bae18ffd73154dc3e46fc0bdb0dd023b7df0311980ccfeefa6942079c267cb4bd2046313bceb1bb843728517a473c0f SHA512 cc4bbcb603991dcb5e3597b9f57f0930a4dbf340b9c85c130134dcc94904eeb7e56796b18ea74ba6f59aec8d707df724a512a462bcfe40f2219200c2a82904d6
DIST kauth-5.99.0.tar.xz 91096 BLAKE2B d1451be60487587e327c0ea63f7bb39ac557582f9e272f10ed221232fa9897243ea43b3d8bb52acc8c85c8f769bea30f1cc75bfd7a02dadacda1ef1ce7b28459 SHA512 5d83cb98a952069eb2839e52c163b5de3145eda149b825b8e07919707dc36c90d58cb65c0355043ec5174b3bb4f2eeccd8b0e955bc89cebd69cfd3c5146c8b01
diff --git a/kde-frameworks/kauth/kauth-5.100.0.ebuild b/kde-frameworks/kauth/kauth-5.100.0.ebuild
deleted file mode 100644
index bafdda8227c3..000000000000
--- a/kde-frameworks/kauth/kauth-5.100.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.5
-VIRTUALX_REQUIRED="test"
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+policykit"
-
-DEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- policykit? ( >=sys-auth/polkit-qt-0.113.0[qt5(+)] )
-"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-qt/linguist-tools-${QTMIN}:5"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package policykit PolkitQt5-1)
- )
-
- ecm_src_configure
-}
-
-src_test() {
- # KAuthHelperTest test fails, bug 654842
- local myctestargs=(
- -E "(KAuthHelperTest)"
- )
-
- ecm_src_test
-}