summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 14:27:38 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-10 14:29:24 +0100
commit168ef763cc2612c0927e1f0bf363693ae25e5f0f (patch)
treeb29e1998901186e24116048ed5174700573e9b0b /kde-frameworks/kauth
parentkde-frameworks: Add KDE Frameworks 5.52.0 (diff)
downloadgentoo-168ef763cc2612c0927e1f0bf363693ae25e5f0f.tar.gz
gentoo-168ef763cc2612c0927e1f0bf363693ae25e5f0f.tar.bz2
gentoo-168ef763cc2612c0927e1f0bf363693ae25e5f0f.zip
kde-frameworks: Drop KDE Frameworks 5.51.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.51.0.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 99e8d26f3a83..c627011a0179 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.50.0.tar.xz 84956 BLAKE2B 7be872586d98d3ec2fe5a1954a96c8b4e6ba9110314081114ec013fe574e96c1466ee8dce85b9005e1619a800623cb89584df926634aefa5a54fb9d7816a9295 SHA512 c31614178529262188ae83815b88cbe4553480e81b9d98ddab0bd6dd1656504930b8df211ab12c3b1510dd616cc0b681697eaf214b426b347b4377311f6d0c00
-DIST kauth-5.51.0.tar.xz 85004 BLAKE2B b94884389dd066dbc660ad755a0523c1b22b755c2069b012a7972f7f591b47b5c0916f15a29a89e487edf24ebbb42d9ee025b9325d4ad612dc7193b42bc10baa SHA512 7d559818acd84b2f24cb72f7c93a1253835f87169acd0b8d54816fa5cdbb327bba2e0d04a3079adf236fca8557fb2d6cfeb17ef32cf1074bbb60e80af8ec3d17
DIST kauth-5.52.0.tar.xz 84716 BLAKE2B 142725f21bb2bbbd985a22f580088dfc8fc399db96295d3b24a65dcb2bac89d9ff0dadef87bcea798f85e858df0f013cc4e849295a537ac2fac7cede92b0f30b SHA512 62b9da8e867f4256b9210ef210cc5d7230064c8c7096f0765061f2e3010cce64abd6d7324daf5a48e952b8bfe38fb5efecd7448e0ec16968dbf27c913dcc8b14
diff --git a/kde-frameworks/kauth/kauth-5.51.0.ebuild b/kde-frameworks/kauth/kauth-5.51.0.ebuild
deleted file mode 100644
index da916e906553..000000000000
--- a/kde-frameworks/kauth/kauth-5.51.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
-}