summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:15:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:20:32 +0100
commite20e8fd60228502d41b0cee117f8792f8829c161 (patch)
tree7a8a1bc18288f2e94dc9a581fe0364bf83aca343 /kde-plasma/polkit-kde-agent
parentprofiles: net-vpn/strongswan: don't enable padlock on amd64 (diff)
downloadgentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.gz
gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.tar.bz2
gentoo-e20e8fd60228502d41b0cee117f8792f8829c161.zip
kde-plasma: Drop KDE Plasma 5.13.5
Package-Manager: Portage-2.3.52, Repoman-2.3.12 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.13.5.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 f1c5e408351d..d7848112eab0 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.13.5.tar.xz 42916 BLAKE2B 7ce6b938fe5acba332b565eabc67eef337ba74e6c393768c64cb09288c0273fb8940fe6de1ae0126881e781449e9b8ac24cc8062a1442c77cd8172894568f9ac SHA512 a66c410bf55d64088287de4b29fdc4ee8e41e283df3bd9e49b2403c54a6433d3d4638f7902374b8d2d5e3c0bf6add42c55b80ccc53bf886df3cbda4613902955
DIST polkit-kde-agent-1-5.14.3.tar.xz 42844 BLAKE2B 29518813e2a6642282cf7151f632aba3e9573edcfa73fbb8a11498dbac575f76802edb29d37199cd6d203e4750c31591d23d65d2e2259b908b7bdc6d1d2ba33b SHA512 6c4f616a11a2f741bdb85f7146f604ef9a9c89b957ca5507f5bc9ec8b5c3848f5392d886340ff4f089655c1fdcb144eb82f12d43102ce163333adbd2629ea445
DIST polkit-kde-agent-1-5.14.4.tar.xz 42616 BLAKE2B f1353a3cc840862f7ec97726ca71fadc1c17b8b9056b4deb96cdc6ecb49b91900a43eef9d51c46e7ff06f7e1972621cf8ccde2cb7bd35d3014846b852a4c9fc0 SHA512 bafc29898d2d297789cd48edf7676fc0c392e5cb621fcc3e488cc200547e266859df505edc82683afc778fb5c8ca0ff2207d13f25e4aba25262735cb761da858
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild
deleted file mode 100644
index d88c1e9c3d59..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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 ~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
-"