summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-09-04 14:42:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-09-04 14:43:10 +0200
commit356355d17a9bdd7ea9c982f57927e571a3f1360c (patch)
tree956e696213a2b8a5b6eaeafa593880f391c7fa2a /kde-plasma/polkit-kde-agent
parentapp-i18n/ibus-cangjie: update to EAPI 6 (diff)
downloadgentoo-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')
-rw-r--r--kde-plasma/polkit-kde-agent/Manifest1
-rw-r--r--kde-plasma/polkit-kde-agent/polkit-kde-agent-5.13.4.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 2a73de2f66c1..2c9970503138 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.6.tar.xz 42120 BLAKE2B 8f8ea94f1b9558461f198c2b9c085886d225fb3fb4d7bb5a9c480b40376a1e9ac5696122c09d30e5245e00c93679e84488f72e7790052eec0d4e15cdaa7a080e SHA512 7a156c6674dd453a5a1f2e00de0b451fcf25f3524d72762bbf09b047257e0a5b63ef6ecac33302ef0122630bd326c88841b553a7090891583eec8514810671f3
-DIST polkit-kde-agent-1-5.13.4.tar.xz 42784 BLAKE2B e3a4da1717c1064b3e5e9ed646e7d80eb79c34f29b344074b60ae62ce0f66fcffda953c12478a1f4d092a3745a9407c50f4e65a999ac7d2d66cb9b0ebe9ab974 SHA512 fc9e9b3cedaf31d777e32cd1c93783681f963c606ed6bc59299e4410c4ef59ceda8f75bb8f95fa733f6aca2d24680b036ce30f04fb7312dadbcfc0c0afcb055b
DIST polkit-kde-agent-1-5.13.5.tar.xz 42916 BLAKE2B 7ce6b938fe5acba332b565eabc67eef337ba74e6c393768c64cb09288c0273fb8940fe6de1ae0126881e781449e9b8ac24cc8062a1442c77cd8172894568f9ac SHA512 a66c410bf55d64088287de4b29fdc4ee8e41e283df3bd9e49b2403c54a6433d3d4638f7902374b8d2d5e3c0bf6add42c55b80ccc53bf886df3cbda4613902955
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
-"