summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:52 +0100
commita9211382130de01503fc810e129afb95f271e2f1 (patch)
treeed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/polkit-kde-agent
parentx11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff)
downloadgentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz
gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2
gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip
kde-plasma: Drop KDE Plasma 5.15.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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.15.0.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 0cfab9c33575..17d995511eea 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.14.5.tar.xz 42680 BLAKE2B a423f9ea905164bf8fb9eb5f29b8efc68759492ee93f3122f876ab1e7f2e2b6d254f81e0cdb7906ae81a74f7aad928c226993944dbedf7ff3baa838793a827bc SHA512 09999aca1a3a206088a86119b4bd1db3fd2d51932c99da9480d9784f9cceb9e580851249f9384cca785f852e9ae98d921e5094808aebcbcb333027b1179e6f36
-DIST polkit-kde-agent-1-5.15.0.tar.xz 42368 BLAKE2B 9ef7ad3b8b9990c9ea97af01644556bca395ce0f68a313db1eae92d94d8fcc02a03d0b7d061153296b4ec4c2d5f39dcffe84673ef75f570e8e499fc82ca68a1e SHA512 811d055bc448bf5eaff6f783e5fc4de53e4155a664b969eda70fb1f5f539161ee8490e47e229ddcc5cd12c2a95d8734edf5f0c2f603a5782d4fe21dba013a2df
DIST polkit-kde-agent-1-5.15.1.tar.xz 42564 BLAKE2B fecb6b954a92e83e2d1d56d862b3fa0f6617019073b3899a725a12226979e014ee682af502f079e3ff7198b5488355b7de498ab1e0b6e2541b2a12c972ca3164 SHA512 714c2f2d873c3dcc87d57d6a0e22485081b562d7587ccb49718d0aae32579706d5d0ca8ccd0840156d8e89178b65d52411eb3d50ab29bd7bf502b94281390374
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild
deleted file mode 100644
index 8893938bcab5..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.15.0.ebuild
+++ /dev/null
@@ -1,30 +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://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
-"