summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-06-14 09:39:42 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-06-14 09:43:36 +0200
commit8ee1f63032afddaf40a0d35da31f23c346d900d8 (patch)
tree02f74d8a08ba407e52af91dbbe7edc9918dfed84 /kde-frameworks/kauth
parentkde-frameworks/kactivities: drop 5.94.0* (diff)
downloadgentoo-8ee1f63032afddaf40a0d35da31f23c346d900d8.tar.gz
gentoo-8ee1f63032afddaf40a0d35da31f23c346d900d8.tar.bz2
gentoo-8ee1f63032afddaf40a0d35da31f23c346d900d8.zip
kde-frameworks/kauth: drop 5.94.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.94.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 8f6c87503464..b7bc15a27b31 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.92.0.tar.xz 90132 BLAKE2B 848d5654a95006c6ea4529be4568ebc6f3f975b87ffcc778730e0f7c67c08462a3aa5e3f9443fb31e173fb61d38faa08759bdc2415cd72f77ce7743a5bf83a6d SHA512 1c89f5668193a70cc1e74d5b671584d5b2fe003d6bbf9136933a6fd93c4516766a5e2369ac80ea78a0ae3adf4a454ae4be8558e06eeb34640779a9c7b645a244
-DIST kauth-5.94.0.tar.xz 90372 BLAKE2B 656b03ef3df5300dcd9cf58d1fae234c89403ee14ef4505d3e2143ac336d648f1e999f53db17005ef9968c7b3aacf726fcb66be56af610f1256228a91d163ffc SHA512 f5466b388c5e815ca877777622aa1cd67953b11ed501ccc212f791df96d38ac55912f0e38afdf9dda5dcaca354b08ee425ccb6cf2bc689c5347af28ee7e45a8b
DIST kauth-5.95.0.tar.xz 90856 BLAKE2B 986a7558d9aa8e718e72ece197614d7bebf0715131968c74a9a78e76141793590f6b54d8bfba0becb8cb9b3bfe7ba73f9acd563eebf31be744c9a4f9c6d03604 SHA512 d15fcfa0970e386cf34786a17eade0c2336668b192eca4ae358db45252a56714f45ba2c2baa87a1c0a51640ba695543c96df242c138f1195dbb5d5ac25352d45
diff --git a/kde-frameworks/kauth/kauth-5.94.0.ebuild b/kde-frameworks/kauth/kauth-5.94.0.ebuild
deleted file mode 100644
index 6f2b2595bd0d..000000000000
--- a/kde-frameworks/kauth/kauth-5.94.0.ebuild
+++ /dev/null
@@ -1,44 +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.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="nls +policykit"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-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 )
-"
-RDEPEND="${DEPEND}"
-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
-}