diff options
author | 2018-03-06 16:46:35 +0100 | |
---|---|---|
committer | 2018-03-06 19:05:31 +0100 | |
commit | 2542e81251e0c3330c97904f8950f115e5398f95 (patch) | |
tree | 9cc01b6aae7e5c4a023b51256fb5b9733309ca48 /kde-plasma/polkit-kde-agent | |
parent | dev-util/astyle: install unversioned so files (diff) | |
download | gentoo-2542e81251e0c3330c97904f8950f115e5398f95.tar.gz gentoo-2542e81251e0c3330c97904f8950f115e5398f95.tar.bz2 gentoo-2542e81251e0c3330c97904f8950f115e5398f95.zip |
kde-plasma: Drop KDE Plasma 5.12.2
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/polkit-kde-agent')
-rw-r--r-- | kde-plasma/polkit-kde-agent/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.2.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest index 4c0fa784be91..07b7c26f203c 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.11.5.tar.xz 44320 BLAKE2B c1e0add72af02cb34f61a07038580f9b1de5e2b45c0a47f01eaea1cb0a96ddfb071fd56f293cb59d66620ecd3dcb8868f0c4b63a40ed46de4326f78b8314d37b SHA512 63a6696fa5961c4757b9ee13db8d9de67d0ff8c15f72448c05f2728fc57f19717adfe09aba38d7990bbaf3bd67a3674300397fd2f988f0d27b5e13b22902966f -DIST polkit-kde-agent-1-5.12.2.tar.xz 41592 BLAKE2B 08dd7c959c4b8f4257b61bc71a76ea59fbf0b152a174e1ff346aa56c6d6875aaaf1fd623e4f34d40ce1f35861ee5ce8a8160f711c76c34d4a66e0c73b19f41ff SHA512 e3e477415e325e0621ea9a8c0a388e60747e8c0a0fc546993b438b60b1812492415a8559764cf5a2c5834857ffda5991bb363b958c239b33f9336f8cf6153f35 DIST polkit-kde-agent-1-5.12.3.tar.xz 41588 BLAKE2B 8ed12b88bac46c46c26070136fcbd1285a770abba5efc08da5a3e070b4aebb9f5c25caf7fcb15c53dc442e076c47cfd6d485919ade5254cea684a9fc702e2b4f SHA512 870859afab2cc332dd74b87fe9217a6c1140c65647c36e3c62ebe264a17a5194e784840393c993fc3d2f90d94d3bc6155368d676b20ff94cfa71e9b8d53c0ba4 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.2.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.2.ebuild deleted file mode 100644 index 99a206395a27..000000000000 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.2.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) - || ( $(add_frameworks_dep polkit-qt) >=sys-auth/polkit-qt-0.112.0[qt5(+)] ) -" -RDEPEND="${DEPEND} - !sys-auth/polkit-kde-agent:4[-minimal(-)] - !sys-auth/polkit-kde-agent:5 -" |