summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:49:22 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-06-18 18:49:22 +0200
commitef33b2d13c3d41f437811520cf87eb78d7bc5849 (patch)
treef184f24c03343237b3fe87d71ce38bfa0aaca40e /kde-plasma/xdg-desktop-portal-kde
parentsys-kernel/gentoo-sources: sparc stable per wrt bug #688526 (diff)
downloadgentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.tar.gz
gentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.tar.bz2
gentoo-ef33b2d13c3d41f437811520cf87eb78d7bc5849.zip
kde-plasma: Drop KDE Plasma 5.16.0
Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/xdg-desktop-portal-kde')
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/Manifest1
-rw-r--r--kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-plasma/xdg-desktop-portal-kde/Manifest b/kde-plasma/xdg-desktop-portal-kde/Manifest
index a52d033d9a43..ec16731d56be 100644
--- a/kde-plasma/xdg-desktop-portal-kde/Manifest
+++ b/kde-plasma/xdg-desktop-portal-kde/Manifest
@@ -1,3 +1,2 @@
DIST xdg-desktop-portal-kde-5.15.5.tar.xz 60292 BLAKE2B 5e0f07ec5e57d978c444fc65e1aa70b04dea458d34d9c091da5699501995499fb877e90ae0272634fc7dd62fa192a99d7f800bf7627612e2eafb6763e3f732ca SHA512 f575c9a5273cef3ab34a7eb4be520cdec3344fd6729f79d4475f200a177fba40b265815136c4af18ce6e48c9736bb835af4d972c5563171ead2e4390e938fcbf
-DIST xdg-desktop-portal-kde-5.16.0.tar.xz 61796 BLAKE2B 8756418622dc34c1db232c26266051ae6c9caeedcacb1eb3923b32193bc1538bf3d6783e6971c40b6c5f65abbb8c9510b07811581385c9ac55a13677399e2e3c SHA512 ef1fb3fa28f62b4a383619b91b51096729f15f8076bc9f1febc40de0cfc126d662de16378900f7c4b85b01ade9020032be7055a3d985d346e929e700af446106
DIST xdg-desktop-portal-kde-5.16.1.tar.xz 61808 BLAKE2B 5d4865de6f8d460c71ee18792ea8120c6729ab8b25d81ee86822ace0c80dd0f1df8bb7c4bd4e8f485b8bc971af71606c47c27b275efd74911f935b794e3255b5 SHA512 dd7390232dc10100937993d77c7e509a33968f22da6646f678e33f7a898d0408cb4f78b2349edd697c3e4faffcbcc36d1df8588caa3f65bbe15e32abc5509af6
diff --git a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild b/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild
deleted file mode 100644
index b36da6ccfc53..000000000000
--- a/kde-plasma/xdg-desktop-portal-kde/xdg-desktop-portal-kde-5.16.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal that is using Qt/KDE Frameworks"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-# TODO: Needed for screencast portal
-# dev-libs/glib:2
-# media-libs/libepoxy
-# media-libs/mesa[gbm]
-# not packaged: PipeWire
-COMMON_DEPEND="
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep knotifications)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport 'cups')
- $(add_qt_dep qtwidgets)
-"
-DEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kwayland)
- $(add_qt_dep qtconcurrent)
-"
-RDEPEND="${COMMON_DEPEND}
- sys-apps/xdg-desktop-portal
-"