summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth/kauth-5.57.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 14:35:28 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-17 14:35:28 +0200
commit318339984d231de9df09eb6e8e4a69e5c5cbeed3 (patch)
tree2c289761b7e89f2e2637f9bb88fd8b7e410dc9e2 /kde-frameworks/kauth/kauth-5.57.0.ebuild
parente449d2b48cc019ec64dc34d2417c3e965569f474 (diff)
downloadkde-318339984d231de9df09eb6e8e4a69e5c5cbeed3.tar.gz
kde-318339984d231de9df09eb6e8e4a69e5c5cbeed3.tar.bz2
kde-318339984d231de9df09eb6e8e4a69e5c5cbeed3.zip
kde-frameworks: Drop KDE Frameworks 5.57.0
Moved to Gentoo ebuild repository. 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.57.0.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-5.57.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-frameworks/kauth/kauth-5.57.0.ebuild b/kde-frameworks/kauth/kauth-5.57.0.ebuild
deleted file mode 100644
index 396d6cb72e1..00000000000
--- a/kde-frameworks/kauth/kauth-5.57.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-BDEPEND="
- nls? ( $(add_qt_dep linguist-tools) )
-"
-DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
- policykit? ( sys-auth/polkit-qt[qt5(+)] )
-"
-RDEPEND="${DEPEND}"
-PDEPEND="policykit? ( kde-plasma/polkit-kde-agent )"
-
-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
-}