summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 16:38:12 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-07-30 16:38:12 +0200
commit7d96f93efbac84c524673d5955de78f92d8c7da6 (patch)
tree98ee7ff47dc52001a0ce0796f70268c7d72b6fe6 /kde-plasma/polkit-kde-agent
parentkde-plasma: Add KDE Plasma 5.16.4 (diff)
downloadgentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.tar.gz
gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.tar.bz2
gentoo-7d96f93efbac84c524673d5955de78f92d8c7da6.zip
kde-plasma: Drop KDE Plasma 5.16.3
Package-Manager: Portage-2.3.69, 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.3.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 4f4676986c9d..1047a2a8df75 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.3.tar.xz 42912 BLAKE2B 54b65a687aebcc9d9961cd2bbca09d2bd8eb7eff05c015eb7e713e5dd2d68b942f7959d84303320c81b951b8df75b9c7399a6587f8fc734bcadf9490a03617fc SHA512 7ad45d3f203997ba96ee1731b578d7ae94011775013eeac4bedc1f1d21adc27a94bc06cfd72e510f18c078329d7109c103c44c917efadffb0b6629ad2dc7b3aa
DIST polkit-kde-agent-1-5.16.4.tar.xz 42988 BLAKE2B fd5b5d4257bfd91fa80a35b5acf8d2ba7fe040b232fb872be0419597e4d9c0897adf0f8618c376e53c8a0d20e32b576ff2bc44f71c74148e93138a912a6d6686 SHA512 b85dc7a7883d98014681ad12c9d2f79e8deeb8df6f29b1bdcd5f0e4048cfa7188140e4f7808dba4db9392cf5fe49bda79f4b52caca8d8c4f51953166833046da
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.3.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.3.ebuild
deleted file mode 100644
index 52e249db44a3..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.16.3.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
-"