summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:51:47 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-25 16:52:15 +0200
commit7771149dd1aaedc3b5a72ce40e249c6b094e397a (patch)
tree340c6fc5eb0f99c414c39d70926318589fa3c99f /kde-plasma/polkit-kde-agent
parentkde-plasma: Add KDE Plasma 5.16.2 (diff)
downloadgentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.gz
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.tar.bz2
gentoo-7771149dd1aaedc3b5a72ce40e249c6b094e397a.zip
kde-plasma: Drop KDE Plasma 5.16.1
Package-Manager: Portage-2.3.67, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.16.1.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 b35b837544d8..654f658a6fba 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.15.5.tar.xz 42612 BLAKE2B 22ca9adad609eb5603aa7d50fbfcbf6cf17d96dc3f822acdd91d79b855396b32fa2261086269548a302cbd116cf3eb848a5bf1dc08640bbf678428044baee711 SHA512 030bbff94517a02f40bfdbaf0142834d95fc5299fcb126f3014268233e24598aecbad8b04ac1b6c4d3a0d4821a73b10ecba84f2e80af53782bf137e151455ed9
-DIST polkit-kde-agent-1-5.16.1.tar.xz 42984 BLAKE2B bc1858abc805b1f99523eea5d1c2039668097ab91e1e9ee46b5ce4419be6ac5a368ad508cda111bcd0b69054e8482fa0257412c816024fbaa533aadacf994e4a SHA512 221a76ee1a397b296dc4575bd21183a13f78ed9ce7290496d18e25135d612406f9608cc8e044f575d9d0a1fed8b6f69e70f68aee071433401bb9b651615ae02c
DIST polkit-kde-agent-1-5.16.2.tar.xz 43012 BLAKE2B 94225c4067c195debfd47c520689722b3b01a3839017606bde04d64681b3e604d6614fc31bfd9614bf4d737ea228925a36fdf004671957e3f97c3b28b9263bac SHA512 2914d6e81a8d3bc799bb246d5864542af13a004024f9811ab4f2a84be5962e350a1b7b0bfb007a4511d8cdd11d413af8101a2a3206009f71e7e37183c67b92ea
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild
deleted file mode 100644
index 52e249db44a3..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="${PN}-1"
-inherit kde5
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://kde.org/"
-KEYWORDS="~amd64 ~arm ~arm64 ~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)
- >=sys-auth/polkit-qt-0.112.0[qt5(+)]
-"
-RDEPEND="${DEPEND}
- !sys-auth/polkit-kde-agent:4[-minimal(-)]
- !sys-auth/polkit-kde-agent:5
-"