aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 15:35:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-11-08 15:35:40 +0100
commitb5edbf424480dfcd211ed59ceee70ba91021ef64 (patch)
tree4996a239eebfc2eea434b64c753bb586536cd941 /kde-frameworks
parentkde-frameworks/threadweaver: drop 6.8.0 (diff)
downloadkde-b5edbf424480dfcd211ed59ceee70ba91021ef64.tar.gz
kde-b5edbf424480dfcd211ed59ceee70ba91021ef64.tar.bz2
kde-b5edbf424480dfcd211ed59ceee70ba91021ef64.zip
kde-frameworks/kauth: drop 6.8.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-6.8.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
deleted file mode 100644
index aa65b9d7ea..0000000000
--- a/kde-frameworks/kauth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kauth-6.8.0.tar.xz 2296744 BLAKE2B 358cc872be6c76fa69f852b66f41f3c83e3b4fbbfb19eb7c9bf8b0b1ae27f0983740dcd0af6eb7476f3bd9871d6b54903dd44cdfa96ea9402acf6b70aa44b512 SHA512 5a4bcd2eb54272db40557860283824a5c2904fe263325468c7a63c674514c46dd8ce723f42e4ce82eb3ca3e63b1b5a439f0d5b2457e7a0a3ef87154b76efec78
diff --git a/kde-frameworks/kauth/kauth-6.8.0.ebuild b/kde-frameworks/kauth/kauth-6.8.0.ebuild
deleted file mode 100644
index 97c69b19cc..0000000000
--- a/kde-frameworks/kauth/kauth-6.8.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PVCUT=$(ver_cut 1-2)
-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 ~ppc64 ~riscv ~x86"
-IUSE="+policykit"
-
-RDEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui]
- =kde-frameworks/kcoreaddons-${PVCUT}*:6
- policykit? (
- >=dev-qt/qtbase-${QTMIN}:6[dbus]
- =kde-frameworks/kwindowsystem-${PVCUT}*: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
-}