summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 16:31:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-06-16 18:29:28 +0200
commitb63e1ff729a47264956d64cb9e540fd305f3f7b6 (patch)
tree98ab06c0bed3a4093d52f8d0ad1ba0a740b15631 /kde-plasma/kwayland-server
parentkde-plasma: Add KDE Plasma 5.19.1 (diff)
downloadgentoo-b63e1ff729a47264956d64cb9e540fd305f3f7b6.tar.gz
gentoo-b63e1ff729a47264956d64cb9e540fd305f3f7b6.tar.bz2
gentoo-b63e1ff729a47264956d64cb9e540fd305f3f7b6.zip
kde-plasma: Drop KDE Plasma 5.19.0
Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-server')
-rw-r--r--kde-plasma/kwayland-server/Manifest1
-rw-r--r--kde-plasma/kwayland-server/kwayland-server-5.19.0.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/kde-plasma/kwayland-server/Manifest b/kde-plasma/kwayland-server/Manifest
index d6638703d668..e584d1af5e9b 100644
--- a/kde-plasma/kwayland-server/Manifest
+++ b/kde-plasma/kwayland-server/Manifest
@@ -1,2 +1 @@
-DIST kwayland-server-5.19.0.tar.xz 229816 BLAKE2B ad5bb8266989e0818344250851399fd75f4701437c13896b1eabd059c477281685ad8fea07584e831d2f089ba91c024f419cf457f1c26f2bb3e1398abf1f36e9 SHA512 5005692221821ddf08dac62ac476dbb114c0b5f21080f35da7374da3a2b8d0adf49d7918a42389c7908350bbda0be04f134d91bed4bdb580f97dbad04e0a43bf
DIST kwayland-server-5.19.1.tar.xz 229700 BLAKE2B d2db64eefb86df4e50431b94be00dd3ca29d7681c50bc73dc13426a4f469a1a3f079f442eb8a2881fd283bcf5cda7589a6b8d6b35ce2614a5f0767721701234a SHA512 b6e0973c0db5c8c71367c18f497eb7343b3a7986b6f79d59d0c4d86df39779f9be8acb0b03ede6c65c9240254589ea8bc84d57865b17da73c1edf6147f836ae7
diff --git a/kde-plasma/kwayland-server/kwayland-server-5.19.0.ebuild b/kde-plasma/kwayland-server/kwayland-server-5.19.0.ebuild
deleted file mode 100644
index 35e32100ba46..000000000000
--- a/kde-plasma/kwayland-server/kwayland-server-5.19.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_QTHELP="true"
-ECM_TEST="true"
-KFMIN=5.70.0
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.14.1
-inherit ecm kde.org
-
-DESCRIPTION="Wayland Server Components built on KDE Frameworks"
-HOMEPAGE="https://invent.kde.org/plasma/kwayland-server"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="~amd64 ~arm64 ~ppc64"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- >=dev-qt/qtwayland-${QTMIN}:5
- >=kde-frameworks/kwayland-${KFMIN}:5
- media-libs/mesa[egl]
-"
-DEPEND="${RDEPEND}
- dev-libs/plasma-wayland-protocols
- >=dev-libs/wayland-protocols-1.15
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"