summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 21:50:06 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-10-29 23:21:36 +0100
commitd3d3dfeb634261d4d22a9f791ca8038d0113b649 (patch)
tree4c594c797be393bab5a454c9e7d90532a0a22fcf /kde-plasma/polkit-kde-agent
parentkde-plasma/plasma-workspace: Drop translations of Plasma session name (diff)
downloadgentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.gz
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.tar.bz2
gentoo-d3d3dfeb634261d4d22a9f791ca8038d0113b649.zip
kde-plasma: Drop KDE Plasma 5.17.1
Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.17.1.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-plasma/polkit-kde-agent/Manifest b/kde-plasma/polkit-kde-agent/Manifest
index f3a1db219bd2..4488c94bbd7c 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.16.5.tar.xz 43152 BLAKE2B 689a070fd1758a52b97d8865fca3c87603653c6029d90631c5be7a81df652333bc1ef13b80bad220de73030c5bc23d4109335e2609b535df2f9e6054fc0f02d1 SHA512 cf5ba2318ce69127af031abe16ec4b61f69ce0075ef05d6b68b9bf21b9c911a687393d6844cc1a755a0a859a2fcfe8390f6d58e468240a8d1d909bc027692dab
-DIST polkit-kde-agent-1-5.17.1.tar.xz 43264 BLAKE2B d49ba413c20e09abefd3f92ca40ce81a83939283ca22cadba9dbdd56e3e48c9ce1e42a892054643b71a64ca27ea1d14709a96ea914c5bc924999188d427883d8 SHA512 f630c289b4c95cb8fe677a0095ea23e3adb4a5e3468e76db9c373d5613a7789e6009aed50f047ba4e0f6820c74bea0ab20c931828588eb8d9f5aed24f0cbbcf3
DIST polkit-kde-agent-1-5.17.2.tar.xz 43268 BLAKE2B a161a8ef27fd77572fb8f461264a11ade983bc1ee9b9224c544f86125ae96dd68b670deb8bbb280b3be0857e5c3e2b0e176b41a5609d2ed3276c57f204abc618 SHA512 092bf345de3c3e64fd74dfd099751eac7726e927f42975fc1b5f18bea16f248a06c505f221afaa40d9e7b7d25df1dfdfce8a0a359bcb71613148cd6cf31bec9b
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.17.1.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.17.1.ebuild
deleted file mode 100644
index 3a7ae6ac0aba..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.17.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KMNAME="${PN}-1"
-inherit kde5
-
-DESCRIPTION="PolKit agent module for KDE Plasma"
-HOMEPAGE="https://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}"