summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:45:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:21:49 +0100
commitb5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13 (patch)
tree86b0ce9a1b1511b707ef78cca6feddfebd6f024e /kde-frameworks/kauth
parentkde-apps: Drop KDE Applications 18.04.3 (diff)
downloadgentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.gz
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.tar.bz2
gentoo-b5dd9d0cdbce9030ac8b2a9a7e134e7e90d0ad13.zip
kde-frameworks: Drop KDE Frameworks 5.50.0
Package-Manager: Portage-2.3.52, Repoman-2.3.12 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.50.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index c627011a0179..65a97e58844f 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,2 +1 @@
-DIST kauth-5.50.0.tar.xz 84956 BLAKE2B 7be872586d98d3ec2fe5a1954a96c8b4e6ba9110314081114ec013fe574e96c1466ee8dce85b9005e1619a800623cb89584df926634aefa5a54fb9d7816a9295 SHA512 c31614178529262188ae83815b88cbe4553480e81b9d98ddab0bd6dd1656504930b8df211ab12c3b1510dd616cc0b681697eaf214b426b347b4377311f6d0c00
DIST kauth-5.52.0.tar.xz 84716 BLAKE2B 142725f21bb2bbbd985a22f580088dfc8fc399db96295d3b24a65dcb2bac89d9ff0dadef87bcea798f85e858df0f013cc4e849295a537ac2fac7cede92b0f30b SHA512 62b9da8e867f4256b9210ef210cc5d7230064c8c7096f0765061f2e3010cce64abd6d7324daf5a48e952b8bfe38fb5efecd7448e0ec16968dbf27c913dcc8b14
diff --git a/kde-frameworks/kauth/kauth-5.50.0.ebuild b/kde-frameworks/kauth/kauth-5.50.0.ebuild
deleted file mode 100644
index 9f032195dbef..000000000000
--- a/kde-frameworks/kauth/kauth-5.50.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 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 )"
-
-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
-}