summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-07 19:37:28 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-07 19:38:24 +0100
commit6636313b676b981940a320687973ee4df16c929a (patch)
treed244d51e1a593712ff0933ee070fef610e637007 /kde-plasma/polkit-kde-agent
parentsys-power/thermald: fixes bug #670624 (diff)
downloadgentoo-6636313b676b981940a320687973ee4df16c929a.tar.gz
gentoo-6636313b676b981940a320687973ee4df16c929a.tar.bz2
gentoo-6636313b676b981940a320687973ee4df16c929a.zip
kde-plasma: Drop KDE Plasma 5.14.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.2.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 603c7060bc8b..50fec6285494 100644
--- a/kde-plasma/polkit-kde-agent/Manifest
+++ b/kde-plasma/polkit-kde-agent/Manifest
@@ -1,4 +1,3 @@
DIST polkit-kde-agent-1-5.12.7.tar.xz 42280 BLAKE2B 99dcda17826ace1099508f7a1a28a7196c3ae5b7e46f082083102f7c1bca765ced37685db9ff0172d313ccdac778c3b0960e098c2922dc204786870eea925f2a SHA512 76fe764b3f0c9b1c1447ca0fe6d594fe19475c0294c0cc655cfc72957559e84d5805e20cb1901cc42bf67385b4aadc7e69f57feb6f2e52aa89f7872d30b7bc93
DIST polkit-kde-agent-1-5.13.5.tar.xz 42916 BLAKE2B 7ce6b938fe5acba332b565eabc67eef337ba74e6c393768c64cb09288c0273fb8940fe6de1ae0126881e781449e9b8ac24cc8062a1442c77cd8172894568f9ac SHA512 a66c410bf55d64088287de4b29fdc4ee8e41e283df3bd9e49b2403c54a6433d3d4638f7902374b8d2d5e3c0bf6add42c55b80ccc53bf886df3cbda4613902955
-DIST polkit-kde-agent-1-5.14.2.tar.xz 42788 BLAKE2B 3cae772b215d349f0c8098775b76ccecfd081bd6fe099089c41a99273883f8df430b93422d3acc8399378d89e543e23bb31cb54fc7b5653c7f53037a8bb46a45 SHA512 bd3cb170bdb20193a0e6ee39d3eb55f24b0c053d4935d9fdee8e06881bcaa43c3928de40faa48c32b4ecb3a73d216233747eee6d6fcb3b85c186e1fa1e777040
DIST polkit-kde-agent-1-5.14.3.tar.xz 42844 BLAKE2B 29518813e2a6642282cf7151f632aba3e9573edcfa73fbb8a11498dbac575f76802edb29d37199cd6d203e4750c31591d23d65d2e2259b908b7bdc6d1d2ba33b SHA512 6c4f616a11a2f741bdb85f7146f604ef9a9c89b957ca5507f5bc9ec8b5c3848f5392d886340ff4f089655c1fdcb144eb82f12d43102ce163333adbd2629ea445
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.14.2.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.14.2.ebuild
deleted file mode 100644
index 82a821b2fd12..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.14.2.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
-"