summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-16 19:16:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-18 20:14:22 +0200
commit2f9834438ec8c1abd82d481ae44d7e54d62ed739 (patch)
tree29ad3af73ae1a086ccffc461c3982caea520599e /kde-plasma/polkit-kde-agent
parentmedia-libs/mesa: Require libdrm-2.4.96 (diff)
downloadgentoo-2f9834438ec8c1abd82d481ae44d7e54d62ed739.tar.gz
gentoo-2f9834438ec8c1abd82d481ae44d7e54d62ed739.tar.bz2
gentoo-2f9834438ec8c1abd82d481ae44d7e54d62ed739.zip
kde-plasma: Drop KDE Plasma 5.12.5
Obsolete by KDE Plasma 5.13.5 stable. 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.12.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 3dae175ef867..f8136b4e2d24 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.5.tar.xz 41624 BLAKE2B 6f9e105afa00715064765087084f3b3d5fb8c0c78ccce6466ebc59e7a40b11ea9be36c8f165c86bee1af3071b26fd3d0e6db0ab3cd3579b61d93ac5ab1146e79 SHA512 fba769258b3c461bef83d8f978e6033119bbe5479b8efc349d2fd48955e5d9fa73fa928867fa08110941f01e27ada438b375005083b84a2be9bda6589b999562
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.1.tar.xz 42632 BLAKE2B ace405e53b1fa50908c293fd8423c46f514ad2fdeb5b3c7a0e690331d32ed17517d5683c79efbecf79caf0f922209e44298f44f69c2c1d6df36beb516dcd5d19 SHA512 259c62ce8b4785eb9cc764de1a28c4571ce6adf53219ef7740bb84e132a78b71bfa6466d5f8242a375723686f4946daf09849582e75db96b8dfd5d1000d7777b
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.5.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.5.ebuild
deleted file mode 100644
index e324bf4c42d2..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.5.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# 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
-"