summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 20:19:00 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-01-08 20:19:24 +0100
commit1cfbcb18cee6e9aeaef9125550e371e69d39f8d7 (patch)
tree366d158e3b1544184efd6e24f25d06fc27d45956 /kde-plasma/polkit-kde-agent
parentx11-apps/xcursorgen: Version bump to 1.0.7 (diff)
downloadgentoo-1cfbcb18cee6e9aeaef9125550e371e69d39f8d7.tar.gz
gentoo-1cfbcb18cee6e9aeaef9125550e371e69d39f8d7.tar.bz2
gentoo-1cfbcb18cee6e9aeaef9125550e371e69d39f8d7.zip
kde-plasma: Drop KDE Plasma 5.14.4
Package-Manager: Portage-2.3.54, 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.14.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 c2e4e8e28a1f..e7363f47158f 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.14.3.tar.xz 42844 BLAKE2B 29518813e2a6642282cf7151f632aba3e9573edcfa73fbb8a11498dbac575f76802edb29d37199cd6d203e4750c31591d23d65d2e2259b908b7bdc6d1d2ba33b SHA512 6c4f616a11a2f741bdb85f7146f604ef9a9c89b957ca5507f5bc9ec8b5c3848f5392d886340ff4f089655c1fdcb144eb82f12d43102ce163333adbd2629ea445
-DIST polkit-kde-agent-1-5.14.4.tar.xz 42616 BLAKE2B f1353a3cc840862f7ec97726ca71fadc1c17b8b9056b4deb96cdc6ecb49b91900a43eef9d51c46e7ff06f7e1972621cf8ccde2cb7bd35d3014846b852a4c9fc0 SHA512 bafc29898d2d297789cd48edf7676fc0c392e5cb621fcc3e488cc200547e266859df505edc82683afc778fb5c8ca0ff2207d13f25e4aba25262735cb761da858
DIST polkit-kde-agent-1-5.14.5.tar.xz 42680 BLAKE2B a423f9ea905164bf8fb9eb5f29b8efc68759492ee93f3122f876ab1e7f2e2b6d254f81e0cdb7906ae81a74f7aad928c226993944dbedf7ff3baa838793a827bc SHA512 09999aca1a3a206088a86119b4bd1db3fd2d51932c99da9480d9784f9cceb9e580851249f9384cca785f852e9ae98d921e5094808aebcbcb333027b1179e6f36
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.14.4.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.14.4.ebuild
deleted file mode 100644
index 82a821b2fd12..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.14.4.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
-"