aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 16:12:21 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-11 16:12:21 +0200
commit78d3b4cde826576d82dc5656875fbe3b15278ff3 (patch)
tree0e1e130f922042668edacc786e3e00e0aa05a7f7
parentkde-frameworks/threadweaver: drop 6.7.0 (diff)
downloadkde-78d3b4cde826576d82dc5656875fbe3b15278ff3.tar.gz
kde-78d3b4cde826576d82dc5656875fbe3b15278ff3.tar.bz2
kde-78d3b4cde826576d82dc5656875fbe3b15278ff3.zip
kde-frameworks/kauth: drop 6.7.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-6.7.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 1ba57eefa6..0000000000
--- a/kde-frameworks/kauth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kauth-6.7.0.tar.xz 2296644 BLAKE2B a5d8313bb52815d90df01671d4bee2896f998bf0ca5e3121289e50a601f05e2b33f642d8fb549b1c71c2262263a9b2692f76bfe8e0d91a98da74e6b8368d691b SHA512 7345f50a68a7b5e9e0d95f833328902a6864a2c6c24d816bafa077c85bdbe9594ee932ad85456b36d8f7174d0a50caa2ad000fbe203d498c829db23e5b77e59d
diff --git a/kde-frameworks/kauth/kauth-6.7.0.ebuild b/kde-frameworks/kauth/kauth-6.7.0.ebuild
deleted file mode 100644
index f91d3cd58d..0000000000
--- a/kde-frameworks/kauth/kauth-6.7.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.6.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
-}