summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 18:47:08 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 18:47:08 +0200
commit92884e18f2f5641cb3168315bd4f6077d3523e06 (patch)
tree897193cbfe82e8b9958536b9c3d92190db8f2af6 /kde-plasma/polkit-kde-agent
parentapp-office/libreoffice: Fix USE=gltf version DEPEND (diff)
downloadgentoo-92884e18f2f5641cb3168315bd4f6077d3523e06.tar.gz
gentoo-92884e18f2f5641cb3168315bd4f6077d3523e06.tar.bz2
gentoo-92884e18f2f5641cb3168315bd4f6077d3523e06.zip
kde-plasma: Remove KDE Plasma 5.10.2
Package-Manager: Portage-2.3.6, 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.10.2.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest
index ce8368fb19c6..2cd6092b2f2e 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,4 +1,3 @@
-DIST polkit-kde-agent-1-5.10.2.tar.xz 41376 SHA256 df76864e55a8a2610d07ef1548ef8aa0c3cbf31601cd7235cef378c4d0184913 SHA512 b0f49d79e6d907650acbd89eeac36ae2f68ab34c159e68850c2bde88f10381feab691bd9b72e23479b08a5070d3e0c1eef3b5936b0c3260e8a414d8d5418f425 WHIRLPOOL 7c53ebb7409a29a1b2dea19a91cfe293e706012a5fd6015c5dfba8284a72f22dd090a9374a665072d7d873aad2a22e202b2a9206dbc9dcdd14cd032aede5f933
DIST polkit-kde-agent-1-5.10.3.tar.xz 41324 SHA256 46dbf28a877e302a4224216337872c859f17e985d055df901b27b843f2a75433 SHA512 f3ac27f277f142070872a38e30b0517e66929d475ebaa9e2489ec28db1d409460d5cc3ef760682d8a0d324ee4c83da6eaf6a1003779bd16ab73b32430a68ed71 WHIRLPOOL 87fc7db8bd1c857ce33f12d076b13053a3ff7700ffcecddc9d28f70713a066f7e8e843bd49ca605c8896fd786e615766f87a336527d5c15329ec1a8bcb5baa26
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
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.2.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.2.ebuild
deleted file mode 100644
index 127e07d8f11f..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.10.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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
-"