summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-07-08 20:14:37 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-07-08 23:00:10 +0200
commit055a39f924f94946aaa0167af9e12c4b313f257c (patch)
tree8485629d49c208ddd5fe6b029e7170503d9051d6 /kde-frameworks/kauth
parentkde-frameworks: Add KDE Frameworks 5.36.0 (diff)
downloadgentoo-055a39f924f94946aaa0167af9e12c4b313f257c.tar.gz
gentoo-055a39f924f94946aaa0167af9e12c4b313f257c.tar.bz2
gentoo-055a39f924f94946aaa0167af9e12c4b313f257c.zip
kde-frameworks: Drop KDE Frameworks 5.35.0
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kauth')
-rw-r--r--kde-frameworks/kauth/Manifest1
-rw-r--r--kde-frameworks/kauth/kauth-5.35.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/kde-frameworks/kauth/Manifest b/kde-frameworks/kauth/Manifest
index 7aee320f1c1c..d92d826d0422 100644
--- a/kde-frameworks/kauth/Manifest
+++ b/kde-frameworks/kauth/Manifest
@@ -1,3 +1,2 @@
DIST kauth-5.34.0.tar.xz 84248 SHA256 6da4cd885c1fcb474e3b4b46fb7a2ce39ee0a152a84a451f2fd0c673f50a9c19 SHA512 7218e09965e9ea9875d129433534888d8cc1668dd7b7d1be9265d8327d1a167bc3e918a1aba0835bf3edd70d552ad17fc22ffa4fe182c13a08b8304f2e52ad4b WHIRLPOOL 787c355b806f141fa70965ad49c6eeaa9d7c10a5bff5d8818618033bb401f4979def8ddcd66a955ad3695786ffe275fe3f6391c0d852147cb09ef5f6791ba023
-DIST kauth-5.35.0.tar.xz 2501272 SHA256 a66bf2c350a8004313fb37bbfb4799cc2e33c152dbf79b53d1b020c04b5175b9 SHA512 bfd916a048b5e8a8553b3d888fa9079f8fdab1bec36b836e27b8dc1a6cb01dbb4cbaec16cef2faebe4fa39b6e538e1ce2a4ba71c57d5b75aef5cba4323b394e0 WHIRLPOOL 6dc8ef5260df21da8d57815f38936a4214a323b34ee65478df4eeef387768d6bade12e01f2b1f89a33f56582b08da9847616ac862cff0f2b68dca6c120e19e17
DIST kauth-5.36.0.tar.xz 84580 SHA256 d3f94113d14f85894f59f234efebfec8c42b4b8a8452460b7f4f2ccc03657d28 SHA512 5113c0943cdaa8f9fce60a62fbfabcf666eafc251bee4faf141aac23362e6c317ce8b3c0edad86380309bccf8cbe3f211db6c252bd3681aaf019280a51d9ea2a WHIRLPOOL cb3768ab8f26a04a72d1963e25fa08abc93707b8be80bea8bdf67fa676e24950f343a0b7a35eeb9ca0a71388ed5535366942b8fe950647f802d9187ca0fd6edb
diff --git a/kde-frameworks/kauth/kauth-5.35.0.ebuild b/kde-frameworks/kauth/kauth-5.35.0.ebuild
deleted file mode 100644
index db59069980b8..000000000000
--- a/kde-frameworks/kauth/kauth-5.35.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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"
-
-# drop qtgui subslot operator when QT_MINIMAL >= 5.7.0
-RDEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_qt_dep qtdbus '' '' '5=')
- $(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
-}