summaryrefslogtreecommitdiff
path: root/kde-plasma/polkit-kde-agent
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-05-26 20:14:35 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-05-26 20:15:01 +0200
commit67bb2e00f0afba7b37bda0fa513b7e60b962aa07 (patch)
tree6bfb835af2dd0fa8cc543b4ddb68b15c87379e57 /kde-plasma/polkit-kde-agent
parent421e9dbe6ec165241c0abb4598ab9648d425c8ce (diff)
downloadgentoo-67bb2e00f0afba7b37bda0fa513b7e60b962aa07.tar.gz
gentoo-67bb2e00f0afba7b37bda0fa513b7e60b962aa07.tar.xz
kde-plasma: Add KDE Plasma 5.8.7 LTS
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r--kde-plasma/polkit-kde-agent/Manifest1
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-5.8.7.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest
index c65e90606eb..d676362ab6f 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,2 +1,3 @@
DIST polkit-kde-agent-1-5.8.6.tar.xz 41140 SHA256 8227e8ccd12d799c7ec25940afa121d3df5fe4f66e1645a85ba96e7df2a26f81 SHA512 3950ddfdb91323ad5045d700403f6721598662e646775397242a022e22682514abbcdc447e35d02b96077883d3bdb97f6e7244ccc5ea30812c9541162d06e90e WHIRLPOOL 1690e3b7f05bbb64d4f62f5209b5cd0c6f3830a86632274721044e3633e39a9c8e4d734656ef6758c7cddc220798e8a067b71a0955e86fac2058f5311d486bd3
+DIST polkit-kde-agent-1-5.8.7.tar.xz 41180 SHA256 d04596a34d36084ffca6a4acf789370c0aa63f5ff93f83fc869e8821449b4bd1 SHA512 a3a395fe0ad9b8c5cba0975a8949e6ce4ad2193831049927f8d2a829c235f3ae3af0f86b018be14961852f99c74a2a57d3d98ff9e4748f31cd0f6db9d38c9ff3 WHIRLPOOL 5778492e2294d5782fb39286a14eea37099c9ec1b576927797475c050f5da38bc1702f14e8736de8b4c46222dbb3767680aa1c36be59e298be91b6f2ef46c081
DIST polkit-kde-agent-1-5.9.5.tar.xz 41060 SHA256 8278f862842af29eff4173aaf3bd5b4df97d0654d97b73054966f1f30ec01f17 SHA512 188984a0f37e96a742c18a4c8e53389c290ea70f2ef5b7fca67ee318c9214906c1ed96c34afbc07ec4538e466c86b1dd3ce71a30f132908450ee3df8a6b09c72 WHIRLPOOL ce920dd073069edf743496f807dd3b59b9340cecec4578329949f7f229c721525a02ceddbf7a26073e1b38abba44a865d2a28463e1adc5c070cade97de5952ba
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.8.7.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.8.7.ebuild
new file mode 100644
index 00000000000..127e07d8f11
--- /dev/null
+++ b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.8.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+KMNAME="${PN}-1"
+inherit kde5
+
+DESCRIPTION="PolKit agent module for KDE Plasma"
+HOMEPAGE="https://www.kde.org"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+DEPEND="
+ $(add_frameworks_dep kcoreaddons)
+ $(add_frameworks_dep kcrash)
+ $(add_frameworks_dep kdbusaddons)
+ $(add_frameworks_dep ki18n)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ || ( $(add_frameworks_dep polkit-qt) >=sys-auth/polkit-qt-0.112.0[qt5] )
+"
+RDEPEND="${DEPEND}
+ !sys-auth/polkit-kde-agent:4[-minimal(-)]
+ !sys-auth/polkit-kde-agent:5
+"