summaryrefslogtreecommitdiff
path: root/kde-frameworks/kauth/kauth-5.63.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:40:58 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-12 23:40:58 +0200
commit8fe1c98fe18b85c7c61413f98dba36a691ea4617 (patch)
tree590c681b3ed813426602c81970fab423e3e79559 /kde-frameworks/kauth/kauth-5.63.0.ebuild
parentd8996384b4fcec8c489a77a3d87c1113afa5c691 (diff)
downloadkde-8fe1c98fe18b85c7c61413f98dba36a691ea4617.tar.gz
kde-8fe1c98fe18b85c7c61413f98dba36a691ea4617.tar.bz2
kde-8fe1c98fe18b85c7c61413f98dba36a691ea4617.zip
kde-frameworks: Drop KDE Frameworks 5.63.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kauth/kauth-5.63.0.ebuild')
-rw-r--r--kde-frameworks/kauth/kauth-5.63.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/kde-frameworks/kauth/kauth-5.63.0.ebuild b/kde-frameworks/kauth/kauth-5.63.0.ebuild
deleted file mode 100644
index 396d6cb72e1..00000000000
--- a/kde-frameworks/kauth/kauth-5.63.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
-}