diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-04 14:42:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-04 14:43:10 +0200 |
commit | 356355d17a9bdd7ea9c982f57927e571a3f1360c (patch) | |
tree | 956e696213a2b8a5b6eaeafa593880f391c7fa2a /kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.ebuild | |
parent | app-i18n/ibus-cangjie: update to EAPI 6 (diff) | |
download | gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.tar.gz gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.tar.bz2 gentoo-356355d17a9bdd7ea9c982f57927e571a3f1360c.zip |
kde-plasma: Drop KDE Plasma 5.13.4
Superseded by 5.13.5.
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.ebuild')
-rw-r--r-- | kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.ebuild deleted file mode 100644 index d1b6abb46a4e..000000000000 --- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.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 -" |