diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-22 22:40:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-22 23:15:58 +0200 |
commit | 6d367128eabf9492e6c8a1681451ae941b3adf73 (patch) | |
tree | c7bbf3ebb7165157d221fe788fc5e4b811b54f5f /kde-frameworks/kauth | |
parent | kde-frameworks/kactivities: drop 5.104.0 (diff) | |
download | gentoo-6d367128eabf9492e6c8a1681451ae941b3adf73.tar.gz gentoo-6d367128eabf9492e6c8a1681451ae941b3adf73.tar.bz2 gentoo-6d367128eabf9492e6c8a1681451ae941b3adf73.zip |
kde-frameworks/kauth: drop 5.104.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.104.0.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest index 53ad65ff8bd8..9587fa282255 100644 --- a/kde-frameworks/kauth/Manifest +++ b/kde-frameworks/kauth/Manifest @@ -1,3 +1,2 @@ -DIST kauth-5.104.0.tar.xz 2336108 BLAKE2B 81c2b4dbd43e6bae4188f6ff5eb1dfc597b9f25148bbe8be5822f3a5f94f12d90c79b0016b785deb6781c3f307b75843db603875fa0acf1d5e62bfff3a9512f6 SHA512 abd966e84172b72b8665e1380e899a96157da47c551cd595c36a058b858e8bb8dbc0a6e598c346140068fd8a9e487027f7c6030227b02b4ffb3d4a6d37ef7322 DIST kauth-5.106.0.tar.xz 2307400 BLAKE2B 6583d0e7a60c3aae47c98cbc768ab758cbdc6b8bc4f7540e93f3fde2bcd91a65989a29660f9bafe6836ca8fcd3e2b0358c9c0ecf3f96ceeb3c9819df523a8b41 SHA512 e7b146537a691ecbca0619e094c95d2fe19485bedc037df06da7e58845893aeeb4e446070b0dd36dfe6db00fb445b8a9289d4780f243c975ade9bc97ad34b7da DIST kauth-5.107.0.tar.xz 2307256 BLAKE2B 58c54d46b0b0d91ee027f6d12ccfa8188340351b397b94a9a4991038c7a5ae6d1369d593a25ada551792fdf5fba9793dcd2998d01c18184944f9ce8c750f11b6 SHA512 abb2ab65af2303f4b981bfe02d674ba1d9f8c7e782569492b128053c547bb50f3cc1ad6a78357d8b4bab1ec361e422e1887015a9b4b9964288255651babd79db diff --git a/kde-frameworks/kauth/kauth-5.104.0.ebuild b/kde-frameworks/kauth/kauth-5.104.0.ebuild deleted file mode 100644 index 93f2db401923..000000000000 --- a/kde-frameworks/kauth/kauth-5.104.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 -} |