summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:46 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-10 18:04:46 +0200
commitae38244799a43e70f731a0722050f913ce102284 (patch)
tree02a21a8f46f8927b046a168ac40c3a9dbcb02674
parent83523f6c7051276ed86b4f8506413151c304b8b1 (diff)
downloadkde-ae38244799a43e70f731a0722050f913ce102284.tar.gz
kde-ae38244799a43e70f731a0722050f913ce102284.tar.bz2
kde-ae38244799a43e70f731a0722050f913ce102284.zip
kde-frameworks/kwayland: drop 5.75.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/kwayland/Manifest1
-rw-r--r--kde-frameworks/kwayland/kwayland-5.75.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 3b1a2ca6dea..00000000000
--- a/kde-frameworks/kwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kwayland-5.75.0.tar.xz 344572 BLAKE2B ef0e194787d1c874919b1ffb946453f05c2c3b1fdfaedccd365798f8e9093f93faf38a1a163f206c1fffd70cc3a2f7b84c428e6b476f5f4ffd06bb2828a5967a SHA512 8f77ccdf4f30bea2d6974d930734479c0f81f5309807b28f51bbcfda91977e27d5311b4718e4685609da0368c1e1bb060eaa765628a0ed9560f5774dcc357d8a
diff --git a/kde-frameworks/kwayland/kwayland-5.75.0.ebuild b/kde-frameworks/kwayland/kwayland-5.75.0.ebuild
deleted file mode 100644
index 94887114300..00000000000
--- a/kde-frameworks/kwayland/kwayland-5.75.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 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.14.2
-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"