diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 15:33:01 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-09-13 15:36:29 +0200 |
| commit | 649d5bbd254d7128bed916855b44d9e37a5dc307 (patch) | |
| tree | f10dd38f8804c7276996a19bdb0758dcd4d00a9f /kde-frameworks | |
| parent | ddbc3b607a5526689e687ceb253622c715cd62a8 (diff) | |
| download | kde-649d5bbd254d7128bed916855b44d9e37a5dc307.tar.gz kde-649d5bbd254d7128bed916855b44d9e37a5dc307.tar.bz2 kde-649d5bbd254d7128bed916855b44d9e37a5dc307.zip | |
kde-frameworks/kauth: drop 5.98.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
| -rw-r--r-- | kde-frameworks/kauth/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/kauth/kauth-5.98.0.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest deleted file mode 100644 index 8897c44fd9e..00000000000 --- a/kde-frameworks/kauth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kauth-5.98.0.tar.xz 91044 BLAKE2B 01071279dd92a11c01e43f8061637b0297cf5f501eda37d0995bf9d3b7629f6016968c75db96293bf3526f405e2a8c5a77327c305ffe07bdb1161f34611ebc24 SHA512 7d5fe4fe79f1d7d9533fd28a7629449fd20927fddea0d72b2f8e41b5b1cc30c9ed3e6b0697f20879ea2eaf258af56194d7bf44816ac91abc56c7d36071f87140 diff --git a/kde-frameworks/kauth/kauth-5.98.0.ebuild b/kde-frameworks/kauth/kauth-5.98.0.ebuild deleted file mode 100644 index 9253dd27e63..00000000000 --- a/kde-frameworks/kauth/kauth-5.98.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2022 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="nls +policykit" - -BDEPEND=" - nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 ) -" -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 ) -" -RDEPEND="${DEPEND}" -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 -} |
