summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 18:11:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 18:20:43 +0200
commitf68a7724faff1e416859aeb29dcabc9755b29079 (patch)
tree24d251cd756867e91a491905b845412852ad0de2 /kde-frameworks/kauth
parentkde-frameworks/kactivities: drop 5.102.0 (diff)
downloadgentoo-f68a7724faff1e416859aeb29dcabc9755b29079.tar.gz
gentoo-f68a7724faff1e416859aeb29dcabc9755b29079.tar.bz2
gentoo-f68a7724faff1e416859aeb29dcabc9755b29079.zip
kde-frameworks/kauth: drop 5.102.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.102.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 56fd9ec5e44e..bf7852f90337 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
-DIST kauth-5.102.0.tar.xz 2335840 BLAKE2B e66d32036207055945145baedbb1b7ad108b08fb62346c4674e22b833ecd29fbde4023b6486b7ba8dab998db8a4b2496a03cf2c2cc1ae8dd7c208964f178e587 SHA512 33a81814043056eca58d342b8cfc1e3fabcdc041858c6d927580039df0529cf51061178e49754e1a523cbcd005c1a4f44fe9ecaa1a5b40a96dc698351d2cd3ba
DIST kauth-5.104.0.tar.xz 2336108 BLAKE2B 81c2b4dbd43e6bae4188f6ff5eb1dfc597b9f25148bbe8be5822f3a5f94f12d90c79b0016b785deb6781c3f307b75843db603875fa0acf1d5e62bfff3a9512f6 SHA512 abd966e84172b72b8665e1380e899a96157da47c551cd595c36a058b858e8bb8dbc0a6e598c346140068fd8a9e487027f7c6030227b02b4ffb3d4a6d37ef7322
DIST kauth-5.105.0.tar.xz 2307104 BLAKE2B dd8db856deb4b0c2635e7f18fc8cb25998e2db4f02d0a30a0afc5c5edb6f6fd523a6ed6782a84865b6a06b168a7af26c45583f7bd8728a104122a0d4a5e965c8 SHA512 39a68fd55da9e479ebd04e8af59688d2a42b372294c1650fc5d691ff432b28f50f1238fef8e1faf0708bed54cbf7b10d57f024a226024ebfeb1c5e3d76db3072
diff --git a/kde-frameworks/kauth/kauth-5.102.0.ebuild b/kde-frameworks/kauth/kauth-5.102.0.ebuild
deleted file mode 100644
index 93f2db401923..000000000000
--- a/kde-frameworks/kauth/kauth-5.102.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
-}