summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-04 12:06:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-05 09:33:30 +0100
commita375ac99cbaef6f4c4082dec763605fac2a7ab78 (patch)
tree74db499c7e0876bacb34d8e09e82031edab69cd1 /kde-frameworks/kauth
parentkde-plasma/kwayland: drop 5.112.0 (diff)
downloadgentoo-a375ac99cbaef6f4c4082dec763605fac2a7ab78.tar.gz
gentoo-a375ac99cbaef6f4c4082dec763605fac2a7ab78.tar.bz2
gentoo-a375ac99cbaef6f4c4082dec763605fac2a7ab78.zip
kde-frameworks/kauth: drop 5.112.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.112.0.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index c8c3e88fbaf6..8dcacdc3c7bf 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
-DIST kauth-5.112.0.tar.xz 2307688 BLAKE2B 120ad98c3c00bcfac91fc300844fb53530ec6c70301c6ad83211b97711c0c9869c987b12f1dd33dbfafd8625c8235454f48eb7fe87341793e13e6d066238071a SHA512 5cca8cd790e12554a56eeb2e5bb06387984a71b6e8ab31e282d6fd640bc64aee733f1eab88c77200ea5a2b03c3e5d27ec846dd654b15e03c87d413b78d4efdd7
DIST kauth-5.113.0.tar.xz 2307696 BLAKE2B 9ac14fddbb138663fb93964facf639aa93daf5273fb8da4169eb4507e908add669537499112212a297970f72eaa701e505faec4342ea679bac44b1b238b1e23b SHA512 b0fe196aecf131046c2754414689f6c5f5bc4eec0a08fb9fe339155b2bc22d708fb7c68450845604897d10eda58f269b243ceb450cc16cff2ce9113b95f06143
DIST kauth-5.247.0.tar.xz 2302628 BLAKE2B bf77d4514f900f318c9c3123202ff723af9fa17ba8a31aa5fc869fe5243554263b55f8556100fa35a0401ec23fa0d62127712ef8fe651227411de2f446f54c56 SHA512 ef364e3b5bf3c80d11617443e990ad677d8a75b2eb9ae6b6363a52460962dd9d189663b3a137e8ce3a69178fdd67662f32e181a4783959ed4489412575d21ebe
diff --git a/kde-frameworks/kauth/kauth-5.112.0.ebuild b/kde-frameworks/kauth/kauth-5.112.0.ebuild
deleted file mode 100644
index e2e5049ac19f..000000000000
--- a/kde-frameworks/kauth/kauth-5.112.0.ebuild
+++ /dev/null
@@ -1,42 +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.9
-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
-}