summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:18:21 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-02 23:28:52 +0100
commit8bc47990177ccd70d44fb8daf7458d50cd80ecd7 (patch)
tree3fd42dfe69c80be3cbf85fb3db9adc4d6fe03902 /kde-plasma/polkit-kde-agent
parentapp-text/xindy: Drop old (diff)
downloadgentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.gz
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.tar.bz2
gentoo-8bc47990177ccd70d44fb8daf7458d50cd80ecd7.zip
kde-plasma: Drop KDE Plasma 5.11.4
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.11.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 9017609e9d0c..f1217f0af8f9 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.10.5.tar.xz 41388 BLAKE2B 71de2410e1c66dbfb85c58c3f08dea697343c6a52e49d6cd815c348007a33ead6cd1f61078ec174574f43816b97f4b2d5e049a57a458d6afc85e2ea7cefffed3 SHA512 5a309745e0266efb6bd730af40ff801ee41586dc68cfc3db16f2575a4baf04e471bc011ff3034daba41456dbacacd90a305a7089d24759b249be6fad91fde81f
-DIST polkit-kde-agent-1-5.11.4.tar.xz 41556 BLAKE2B fc0ab1e0639de94d405200f2b1a0e376e8ff1a6515545bf2afd66ea650679a512e29f6b86662a90b5909a90658812909756d318d06f23e609ce3d1949368812a SHA512 2faf402dd7cb3ed834f5239090d579fdbb2b3e9e2507a34381564be1b6622b726e2bf3ce088e16537b25b7954c3c1b2870ed2f5c3706003da44f1fd928003153
DIST polkit-kde-agent-1-5.11.5.tar.xz 44320 BLAKE2B c1e0add72af02cb34f61a07038580f9b1de5e2b45c0a47f01eaea1cb0a96ddfb071fd56f293cb59d66620ecd3dcb8868f0c4b63a40ed46de4326f78b8314d37b SHA512 63a6696fa5961c4757b9ee13db8d9de67d0ff8c15f72448c05f2728fc57f19717adfe09aba38d7990bbaf3bd67a3674300397fd2f988f0d27b5e13b22902966f
diff --git a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.4.ebuild b/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.4.ebuild
deleted file mode 100644
index 750ab00830d3..000000000000
--- a/kde-plasma/polkit-kde-agent/polkit-kde-agent-5.11.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 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
-"