summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-07-11 20:56:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-07-11 20:56:59 +0200
commit44037fa99793f36e4d6b216a061dd60ffde8457e (patch)
tree90d50c3fbb17319ace3034df63b518b1927e283b /kde-frameworks/kauth
parentfedc34922c1f98c5f6b3fa4f83d335f7bc101d5a (diff)
downloadkde-44037fa99793f36e4d6b216a061dd60ffde8457e.tar.gz
kde-44037fa99793f36e4d6b216a061dd60ffde8457e.tar.bz2
kde-44037fa99793f36e4d6b216a061dd60ffde8457e.zip
kde-frameworks/kauth: drop 6.16.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-6.16.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
deleted file mode 100644
index 5a5f8685093..00000000000
--- a/kde-frameworks/kauth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kauth-6.16.0.tar.xz 2273076 BLAKE2B 23c880fb5366b63433a1a056ad479694f6d761a02e560fb0422d9d15a1d4d2fce99c3cdfa2a376b1cd95b6fdeee88c83847f6272295a8ef648baa2945c5e6a47 SHA512 2cf6cbd7c473a4cad483aa3c0f354b47f2daf6dd8001892026763d281e60098730ec8f07b9e509a7c5c9db72d8eacd02b7e7f8fff0c1bbca4ffa7cdb01fee482
diff --git a/kde-frameworks/kauth/kauth-6.16.0.ebuild b/kde-frameworks/kauth/kauth-6.16.0.ebuild
deleted file mode 100644
index 966fa201b87..00000000000
--- a/kde-frameworks/kauth/kauth-6.16.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QTMIN=6.7.2
-inherit ecm frameworks.kde.org
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-IUSE="+policykit"
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- =kde-frameworks/kcoreaddons-${KDE_CATV}*:6
- policykit? (
- >=dev-qt/qtbase-${QTMIN}:6[dbus]
- =kde-frameworks/kwindowsystem-${KDE_CATV}*:6[wayland]
- >=sys-auth/polkit-qt-0.175.0[qt6(+)]
- )
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtbase-${QTMIN}:6[dbus] )
-"
-BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent:* )"
-
-CMAKE_SKIP_TESTS=(
- # fails, bug 654842
- KAuthHelperTest
- # needs DBus, bug 938505
- KAuthFdTest
-)
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package policykit PolkitQt6-1)
- )
-
- ecm_src_configure
-}