summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-09-12 15:54:24 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-09-12 16:10:03 +0200
commit8b8b5c53586efdda9bd1a7a41be87af1166ffaf6 (patch)
treeb01d743b2c03056720d8600f71704570e455e485
parentkde-frameworks/kactivities: drop 5.73.0* (diff)
downloadgentoo-8b8b5c53586efdda9bd1a7a41be87af1166ffaf6.tar.gz
gentoo-8b8b5c53586efdda9bd1a7a41be87af1166ffaf6.tar.bz2
gentoo-8b8b5c53586efdda9bd1a7a41be87af1166ffaf6.zip
kde-frameworks/kauth: drop 5.73.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.73.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 090822d5dcd2..3843b0e50f5e 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.70.0.tar.xz 86396 BLAKE2B 1547fa301a2aa3a2db2257e635df24a1ecaaa77f09bba41180b1fbb02d766c124ab5aa681c1e82abe73e0713a276b6857b9da05493ef415b530b8680d37420f1 SHA512 736c372732bff566f0f7beaa953e8b8ddb930b08cb4269e38174523fbfe6b77041dc3141980f109ec15d176a5d367dd05dd58e1fcca234f7eee828a456fde906
-DIST kauth-5.73.0.tar.xz 89352 BLAKE2B 7368ce66d1a6f054aea036d7f5ed4f87579302a188084e139cf59ce003380f9f9818fdaa7c6d8f9c532365d03d03db6a4b578022a52c67f614a92d29ac49fb9a SHA512 c514d898c7e4c7b4794799af03754090099cdfd2afb0679034f0209bbfa3541585461e9161abb787e0fcd1dcb887e0d1b5c7f314aee107e0a89cc897ef17bc79
DIST kauth-5.74.0.tar.xz 87860 BLAKE2B fef152c84368769f8b5e528e01164b9002e702ee02057c173370613a62888d0e99fe680fc5236afa2b24ca6dd4429d6e3727a62dad9074d93ff2a7d617eef224 SHA512 277ff88cf447fdcf6c413997b4a3be871e7bddc0cd23cb379cb35f05c4b93cf68d7f0792eabc5d56ec7f043bf6de53ba9cec223750c4569a72e88c27f8d36036
diff --git a/kde-frameworks/kauth/kauth-5.73.0.ebuild b/kde-frameworks/kauth/kauth-5.73.0.ebuild
deleted file mode 100644
index c6519a1d0e08..000000000000
--- a/kde-frameworks/kauth/kauth-5.73.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.2
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~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[qt5(+)] )
-"
-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
-}