diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 13:35:18 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-22 13:35:52 +0100 |
commit | a4b2163a320b523a4c51a61cc9d03a3c04331e80 (patch) | |
tree | bb1f643596da20b7a2ff2988a117d397804fc8b3 /kde-plasma/polkit-kde-agent | |
parent | app-emacs/gnuserv: Remove old. (diff) | |
download | gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.tar.gz gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.tar.bz2 gentoo-a4b2163a320b523a4c51a61cc9d03a3c04331e80.zip |
kde-plasma: Drop KDE Plasma 5.12.1
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.1.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 c3379074145a..b12354ec25d2 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.1.tar.xz 41580 BLAKE2B 3a85499b53e2b1c6c43c3781f0041e716cadb4df4e5f4969e38ce44a5fb4dc82ad64c9b5025334508b001dcd36bf65cb486588bfcc00a6ee53c47edbe57dbfaf SHA512 dc9485d581996dc511678abbc93b2b7bfb97be21f59f824bb4015f503508e1cb265cdf84529dbe9559986c08987b560f0fb500c1a9ea7e16986310a1b00c1808 DIST polkit-kde-agent-1-5.12.2.tar.xz 41592 BLAKE2B 08dd7c959c4b8f4257b61bc71a76ea59fbf0b152a174e1ff346aa56c6d6875aaaf1fd623e4f34d40ce1f35861ee5ce8a8160f711c76c34d4a66e0c73b19f41ff SHA512 e3e477415e325e0621ea9a8c0a388e60747e8c0a0fc546993b438b60b1812492415a8559764cf5a2c5834857ffda5991bb363b958c239b33f9336f8cf6153f35 diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.1.ebuild deleted file mode 100644 index 99a206395a27..000000000000 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.12.1.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 -" |