summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 11:13:34 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-09 11:13:34 +0100
commit46bbb5c2929097b80a461f70c3c8a86ce6e7e6b1 (patch)
treed26d1359b5c60c5bb13786d8f80dd5155726bdb7
parent76343f80f1344c40ef277c833c46369dd6cfcf73 (diff)
downloadkde-46bbb5c2929097b80a461f70c3c8a86ce6e7e6b1.tar.gz
kde-46bbb5c2929097b80a461f70c3c8a86ce6e7e6b1.tar.bz2
kde-46bbb5c2929097b80a461f70c3c8a86ce6e7e6b1.zip
kde-frameworks/kwayland: drop 5.78.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.78.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kwayland/Manifest b/kde-frameworks/kwayland/Manifest
deleted file mode 100644
index 59db9cf3deb..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.78.0.tar.xz 344732 BLAKE2B edc7e9f14dd7bd5e8e972f050f33804ef777c6af4f6a7f79f557108527c94675b1a43d70736e240f7ca30c985e456e426c5c6d265b5ea85c0476888f08f76cdc SHA512 42bc035046333400504a8d70aa5140b6cb3247bbe7747821525e46017ff2a6894362a303e93cf5bfa020e2ea85014d50a07a6be842ccd52194cf5b9fec5d5b76
diff --git a/kde-frameworks/kwayland/kwayland-5.78.0.ebuild b/kde-frameworks/kwayland/kwayland-5.78.0.ebuild
deleted file mode 100644
index 103dda8bc9f..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.78.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-ECM_TEST="true"
-PVCUT=$(ver_cut 1-2)
-QTMIN=5.15.1
-inherit ecm kde.org
-
-DESCRIPTION="Qt-style client and server library wrapper for Wayland libraries"
-HOMEPAGE="https://invent.kde.org/frameworks/kwayland"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE=""
-
-RDEPEND="
- >=dev-libs/wayland-1.15.0
- >=dev-qt/qtconcurrent-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5[egl]
- >=dev-qt/qtwayland-${QTMIN}:5
- media-libs/mesa[egl]
-"
-DEPEND="${RDEPEND}
- >=dev-libs/plasma-wayland-protocols-1.1.1
- >=dev-libs/wayland-protocols-1.15
-"
-
-# All failing, I guess we need a virtual wayland server
-RESTRICT+=" test"