diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-18 10:37:13 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-08-18 10:51:01 +0200 |
| commit | 706bac5228e0b4fc47f07e2c576fb643ec9961e5 (patch) | |
| tree | d1549878f3e0bff71e836683ffca1ee688a8820d | |
| parent | e16797e1c41431412fb40b4b71af5b3a78427fc9 (diff) | |
| download | kde-706bac5228e0b4fc47f07e2c576fb643ec9961e5.tar.gz kde-706bac5228e0b4fc47f07e2c576fb643ec9961e5.tar.bz2 kde-706bac5228e0b4fc47f07e2c576fb643ec9961e5.zip | |
kde-frameworks/kauth: drop 5.109.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-frameworks/kauth/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kauth/kauth-5.109.0.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest deleted file mode 100644 index fa881c72a17..00000000000 --- a/kde-frameworks/kauth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kauth-5.109.0.tar.xz 2307448 BLAKE2B 6281117efb30d5af1a889f319be4f8f63e5319abf1131049d9d281c7942fa2e7f45cd19d70b741f0f4b00b5e35e0f895c0de520e9dfed54fc51b7f10367441f3 SHA512 a588feb84a9f19a224daf856c63f94a52ae382390230f7264a486645763f4cec09c299cd7301b3a7ec050080982aeb4a60c02446ae35015391c51a8048e744d1 diff --git a/kde-frameworks/kauth/kauth-5.109.0.ebuild b/kde-frameworks/kauth/kauth-5.109.0.ebuild deleted file mode 100644 index e9a66cdb7c4..00000000000 --- a/kde-frameworks/kauth/kauth-5.109.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 -} |
