summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-26 00:40:36 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-26 00:40:36 +0200
commit84a33a3b997ab3e58df7ebcd90e635aeecbf43a0 (patch)
tree270f19035d1274940ff11256ca2f109caa3bbe85 /kde-plasma/polkit-kde-agent
parentkde-plasma: Add KDE Plasma 5.9.5 (diff)
downloadgentoo-84a33a3b997ab3e58df7ebcd90e635aeecbf43a0.tar.gz
gentoo-84a33a3b997ab3e58df7ebcd90e635aeecbf43a0.tar.bz2
gentoo-84a33a3b997ab3e58df7ebcd90e635aeecbf43a0.zip
kde-plasma: Remove KDE Plasma 5.9.4
Package-Manager: Portage-2.3.3, 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.9.4.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 ae5440bd938a..c65e90606ebf 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,3 +1,2 @@
DIST polkit-kde-agent-1-5.8.6.tar.xz 41140 SHA256 8227e8ccd12d799c7ec25940afa121d3df5fe4f66e1645a85ba96e7df2a26f81 SHA512 3950ddfdb91323ad5045d700403f6721598662e646775397242a022e22682514abbcdc447e35d02b96077883d3bdb97f6e7244ccc5ea30812c9541162d06e90e WHIRLPOOL 1690e3b7f05bbb64d4f62f5209b5cd0c6f3830a86632274721044e3633e39a9c8e4d734656ef6758c7cddc220798e8a067b71a0955e86fac2058f5311d486bd3
-DIST polkit-kde-agent-1-5.9.4.tar.xz 41040 SHA256 4c3a890c1f09433c3a0b6afb0984a18cf6676405b818facbb6f5ef29dbdba383 SHA512 98a5ca5a1fe9fe89a885b6f2599f1da605be88332a0128fce5c498f1b929d2d0e08e79126bbdd66d1affcb2ff6f9c93015517a46970118cc327b65045a102a4b WHIRLPOOL e3c24b809b3f105aca9f7993f6e61c11460551e9c064352d7a44018a0f78d998943263611e4b7e13bdc550e848541bd0d7c5ece0ba7c7370d16addfafe50e4d6
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.9.4.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.4.ebuild
deleted file mode 100644
index 127e07d8f11f..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.9.4.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
-"