summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-05-16 14:57:53 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-05-16 16:00:18 +0200
commitceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8 (patch)
treeae7212f3eb47b4ce2b8937b47e56eaa835429e3f /kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
parentwww-apps/nextcloud: 16.0.1, 15.0.8, 14.0.11 bumps (diff)
downloadgentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.tar.gz
gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.tar.bz2
gentoo-ceff5f1dd56de1b5a1ae444fdfbad4ed69d7c7c8.zip
kde-frameworks: Drop KDE Frameworks 5.54.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kauth/kauth-5.54.0-r1.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-5.54.0-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild b/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
deleted file mode 100644
index 864369ed55f6..000000000000
--- a/kde-frameworks/kauth/kauth-5.54.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Framework to let applications perform actions as a privileged user"
-LICENSE="LGPL-2.1+"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="nls +policykit"
-
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( sys-auth/polkit-qt[qt5(+)] )
-"
-DEPEND="${RDEPEND}
- nls? ( $(add_qt_dep linguist-tools) )
-"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-PATCHES=( "${FILESDIR}/${P}-CVE-2019-7443.patch" )
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package policykit PolkitQt5-1)
- )
-
- kde5_src_configure
-}
-
-src_test() {
- # KAuthHelperTest test fails, bug 654842
- local myctestargs=(
- -E "(KAuthHelperTest)"
- )
-
- kde5_src_test
-}