commit: 731f623e4c9c6df3a95c6b9e7608845a5369260d
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 14:42:40 2022 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 14:42:40 2022 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=731f623e
dev-qt/qtwayland: drop 6.3.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-qt/qtwayland/Manifest | 1 -
dev-qt/qtwayland/qtwayland-6.3.2.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
deleted file mode 100644
index 590505ab..00000000
--- a/dev-qt/qtwayland/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtwayland-everywhere-src-6.3.2.tar.xz 836192 BLAKE2B
3cb7c72c37d4b69a798cd14cc9aca694ba6ed01330e71772653e841717dcdd1c6e0d77597066647430e5f52dd5cd48636e1a6a2dcaadc2ab86a52be803c90f92
SHA512
475ba168bacb2d35a5962b27542f43420e3baf42d2026699b272174076ee6a26f8c3663ba8e44508f2011c5b7a2e4b3086390264cdf621b393c79fe89265bd03
diff --git a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
b/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
deleted file mode 100644
index 09413e55..00000000
--- a/dev-qt/qtwayland/qtwayland-6.3.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit qt6-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT6_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64"
-fi
-
-BDEPEND="dev-util/wayland-scanner"
-DEPEND="
- dev-libs/wayland
- =dev-qt/qtbase-${PV}*[gui,opengl]
- =dev-qt/qtdeclarative-${PV}*
- media-libs/libglvnd
- x11-libs/libxkbcommon
-"
-RDEPEND="${DEPEND}"