summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth/kauth-9999.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-12-11 10:54:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2022-12-11 18:24:52 +0100
commit8fe551504d690eb105e9c93b330b46faabf41d98 (patch)
tree27324c5f40ee2d71c47569d70acc03223c53ee57 /kde-frameworks/kauth/kauth-9999.ebuild
parentb5846ad397505c77620451ee828c79a832234b61 (diff)
downloadkde-8fe551504d690eb105e9c93b330b46faabf41d98.tar.gz
kde-8fe551504d690eb105e9c93b330b46faabf41d98.tar.bz2
kde-8fe551504d690eb105e9c93b330b46faabf41d98.zip
kde-frameworks/kauth: Move 9999 to 5.9999
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth/kauth-9999.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-9999.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kauth/kauth-9999.ebuild b/kde-frameworks/kauth/kauth-9999.ebuild
deleted file mode 100644
index 5a0d04a6b50..00000000000
--- a/kde-frameworks/kauth/kauth-9999.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=""
-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
-}