summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-03-12 22:02:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-03-12 22:02:37 +0100
commit204dcf5e89cf84e5836c2e7b258d106e99c3452b (patch)
treea18fcb1c48cf3d046ccb23923471c57897695513 /kde-frameworks
parentkde-frameworks/kactivities: drop 5.103.0 (diff)
downloadgentoo-204dcf5e89cf84e5836c2e7b258d106e99c3452b.tar.gz
gentoo-204dcf5e89cf84e5836c2e7b258d106e99c3452b.tar.bz2
gentoo-204dcf5e89cf84e5836c2e7b258d106e99c3452b.zip
kde-frameworks/kauth: drop 5.103.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.103.0.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 91b9a13c94a6..653b7fc6a4ae 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.103.0.tar.xz 2335788 BLAKE2B a5ebcb238f429971556ccc58da529cfc056abbb6d0493a3a15d7c20874baaf65f9354e2d701def63f2ad50276ba1c00d26c2af6187ced55677d6683e12d65dc8 SHA512 0fe2b57c8a04e5f320eac1ad7491db7c558c699e76b64130aec2fcc8e2d8f3ea6833e81a225a4e9d7637c962fc16b1fb0f754f390d320b8827a88bc1911be116
DIST kauth-5.104.0.tar.xz 2336108 BLAKE2B 81c2b4dbd43e6bae4188f6ff5eb1dfc597b9f25148bbe8be5822f3a5f94f12d90c79b0016b785deb6781c3f307b75843db603875fa0acf1d5e62bfff3a9512f6 SHA512 abd966e84172b72b8665e1380e899a96157da47c551cd595c36a058b858e8bb8dbc0a6e598c346140068fd8a9e487027f7c6030227b02b4ffb3d4a6d37ef7322
diff --git a/kde-frameworks/kauth/kauth-5.103.0.ebuild b/kde-frameworks/kauth/kauth-5.103.0.ebuild
deleted file mode 100644
index f3de76372e92..000000000000
--- a/kde-frameworks/kauth/kauth-5.103.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
-}