summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-11 09:36:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-11 09:36:38 +0100
commitfa2732401ad1eabf3dcd25567e5317d5bf8691d1 (patch)
tree64aa6dddb44343a7f38ea7ed58a0e22029546e67
parent16ee9aadf47c36842c01282403508d5094d82a72 (diff)
downloadkde-fa2732401ad1eabf3dcd25567e5317d5bf8691d1.tar.gz
kde-fa2732401ad1eabf3dcd25567e5317d5bf8691d1.tar.bz2
kde-fa2732401ad1eabf3dcd25567e5317d5bf8691d1.zip
kde-frameworks/kauth: drop 5.104.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.104.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 9a00ec525aa..00000000000
--- a/kde-frameworks/kauth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kauth-5.104.0.tar.xz 2336108 BLAKE2B 81c2b4dbd43e6bae4188f6ff5eb1dfc597b9f25148bbe8be5822f3a5f94f12d90c79b0016b785deb6781c3f307b75843db603875fa0acf1d5e62bfff3a9512f6 SHA512 abd966e84172b72b8665e1380e899a96157da47c551cd595c36a058b858e8bb8dbc0a6e598c346140068fd8a9e487027f7c6030227b02b4ffb3d4a6d37ef7322
diff --git a/kde-frameworks/kauth/kauth-5.104.0.ebuild b/kde-frameworks/kauth/kauth-5.104.0.ebuild
deleted file mode 100644
index f3de76372e9..00000000000
--- a/kde-frameworks/kauth/kauth-5.104.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 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="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
-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
-}