diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-24 13:44:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-28 10:45:10 +0100 |
commit | 9e174fc86a6e08289642b7fb283757ac2d7e879e (patch) | |
tree | 14af038117f23ad699ddbf782005857ca7bc382e /kde-frameworks/kauth | |
parent | kde-plasma/plasma-activities: drop 5.110.0 (diff) | |
download | gentoo-9e174fc86a6e08289642b7fb283757ac2d7e879e.tar.gz gentoo-9e174fc86a6e08289642b7fb283757ac2d7e879e.tar.bz2 gentoo-9e174fc86a6e08289642b7fb283757ac2d7e879e.zip |
kde-frameworks/kauth: drop 5.110.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r-- | kde-frameworks/kauth/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/kauth/kauth-5.110.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest index 9c2277865900..d14a6409183b 100644 --- a/kde-frameworks/kauth/Manifest +++ b/kde-frameworks/kauth/Manifest @@ -1,2 +1 @@ -DIST kauth-5.110.0.tar.xz 2307544 BLAKE2B 885f3f336b94d762b078e236832b97586c3e38d203d32c9c4486b4d4d085a3cc27b6048acd6da13b903d65e94652963c3ea775b9a4e04d038bf3d032245e6d5a SHA512 c4dc73202208e567af9e34ccdbeb58a6eabe72f9d6c98b4c0e17a0f67bbdf5c4571f4a44a15b765deda68739d7943710cf2f12270cba55bf511cfe4ddeef076a DIST kauth-5.112.0.tar.xz 2307688 BLAKE2B 120ad98c3c00bcfac91fc300844fb53530ec6c70301c6ad83211b97711c0c9869c987b12f1dd33dbfafd8625c8235454f48eb7fe87341793e13e6d066238071a SHA512 5cca8cd790e12554a56eeb2e5bb06387984a71b6e8ab31e282d6fd640bc64aee733f1eab88c77200ea5a2b03c3e5d27ec846dd654b15e03c87d413b78d4efdd7 diff --git a/kde-frameworks/kauth/kauth-5.110.0.ebuild b/kde-frameworks/kauth/kauth-5.110.0.ebuild deleted file mode 100644 index e2e5049ac19f..000000000000 --- a/kde-frameworks/kauth/kauth-5.110.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 -} |