diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-09 21:10:03 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-01-09 21:10:03 +0100 |
| commit | 84080980b0d2a96dfe99c112cf3883c4e6298d74 (patch) | |
| tree | 9513943884404224785d7cbd9510bd7b047aeaf5 /kde-frameworks/kauth/kauth-6.10.0.ebuild | |
| parent | 994ee2e76d228d937ace644741ef915a050e6e04 (diff) | |
| download | kde-84080980b0d2a96dfe99c112cf3883c4e6298d74.tar.gz kde-84080980b0d2a96dfe99c112cf3883c4e6298d74.tar.bz2 kde-84080980b0d2a96dfe99c112cf3883c4e6298d74.zip | |
kde-frameworks/kauth: drop 6.10.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth/kauth-6.10.0.ebuild')
| -rw-r--r-- | kde-frameworks/kauth/kauth-6.10.0.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kauth/kauth-6.10.0.ebuild b/kde-frameworks/kauth/kauth-6.10.0.ebuild deleted file mode 100644 index 91c106b66be..00000000000 --- a/kde-frameworks/kauth/kauth-6.10.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2024 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 ~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 -} |
