summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-09 13:25:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-09 13:31:40 +0200
commit218edde006943b065d56ceda1afc15bbae0e523c (patch)
treee2c91b86eb2253a0fda022900c4720b07deae652 /kde-frameworks/kauth
parentkde-frameworks: Add KDE Frameworks 5.70.0 (diff)
downloadgentoo-218edde006943b065d56ceda1afc15bbae0e523c.tar.gz
gentoo-218edde006943b065d56ceda1afc15bbae0e523c.tar.bz2
gentoo-218edde006943b065d56ceda1afc15bbae0e523c.zip
kde-frameworks: Drop KDE Frameworks 5.69.0
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.69.0.ebuild44
2 files changed, 0 insertions, 45 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index a16fa0ec7c25..6187c5b0474c 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.67.0.tar.xz 86072 BLAKE2B 2fb9e7dcb370e0902c51b087d300e0c07a703802ae429e39908628222d9403528c3ef69fe6a007046a688fa089234f71635f15d3eb9a42797038af053f675d32 SHA512 f4ed8ffd339c5c7ce3cd974cbdee3ce4a4b766062bf3ad2845596317ea8bc27460767ca48c8a7262cc5778a130d957221612a4b0329ea735ca2b175e209669a5
-DIST kauth-5.69.0.tar.xz 86452 BLAKE2B 17237e1c2a4f56f7d40026cf9f0e0e6cc90e1f1b26bd8510a5bb4cfa2d53a12b3211918197569496cb86c5be5b6a17a664fccaf3b81d19427a8264848ab8fcbc SHA512 c54577ed1bed46af5f08dcc7a55ade35f0feaa1e88465d587dbc9cf22cd2fc9801fc19cca73a5cf41acef2e6d39e51a0a30859c4c8736b11226d87be36598bb3
DIST kauth-5.70.0.tar.xz 86396 BLAKE2B 1547fa301a2aa3a2db2257e635df24a1ecaaa77f09bba41180b1fbb02d766c124ab5aa681c1e82abe73e0713a276b6857b9da05493ef415b530b8680d37420f1 SHA512 736c372732bff566f0f7beaa953e8b8ddb930b08cb4269e38174523fbfe6b77041dc3141980f109ec15d176a5d367dd05dd58e1fcca234f7eee828a456fde906
diff --git a/kde-frameworks/kauth/kauth-5.69.0.ebuild b/kde-frameworks/kauth/kauth-5.69.0.ebuild
deleted file mode 100644
index c3991afad63d..000000000000
--- a/kde-frameworks/kauth/kauth-5.69.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.12.3
-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="
- =kde-frameworks/kcoreaddons-${PVCUT}*:5
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}: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
-}