commit:     f72c0101bc5af17f71c36ed37ec42ff3d3f272cb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 16 12:20:16 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 16 12:23:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72c0101

dev-qt/qtwayland: Drop 5.15.2-r14

Closes: https://bugs.gentoo.org/818997
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/Manifest                    |  1 -
 dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild | 42 ----------------------------
 2 files changed, 43 deletions(-)

diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest
index afef59a02c36..18076e21b623 100644
--- a/dev-qt/qtwayland/Manifest
+++ b/dev-qt/qtwayland/Manifest
@@ -1,2 +1 @@
 DIST qtwayland-5.15.2-eb422ab5.tar.gz 829140 BLAKE2B 
e913e481741b23873a88db32896c7f3445a2ddee2dc9cfdf8e132fdd79021de369506e32ce9ed50977fb1c42d624169b7d67c9247f7609276e699e5ab3a9462e
 SHA512 
b5094b00feab5909b4de6382a3633fc321d5f5fbc34e4cbde1f364123b24990df95cef5c34a90f73dca67b0578e0da71b894f771ebbd8d152dcdc71b114d9773
-DIST qtwayland-5.15.2-efe6edca.tar.gz 829293 BLAKE2B 
6ccc5a4e111818cc65855eb4570727f30932bec9a749069550d07332df719eaeec0baf472c025150a32c9c380294f5e9496ad3babd181887a02fc37d1bfd5f2a
 SHA512 
87190cd1ade57c98da972a2f5d48aa0376ccc4bfa589f5832b8a62a63b3eafa6acf88d812ae98c484d4b02878ae2c1986c3759c0ba3f46894c76af713d7b8346

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild
deleted file mode 100644
index 3fa36666cf6f..000000000000
--- a/dev-qt/qtwayland/qtwayland-5.15.2-r14.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_COMMIT=efe6edcaf8eba601dff99ec6ad4457c8a4442f86
-inherit qt5-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-SLOT=5/${QT5_PV} # bug 815646
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-       KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86"
-fi
-
-IUSE="vulkan X"
-
-DEPEND="
-       dev-libs/wayland
-       =dev-qt/qtcore-${QT5_PV}*:5=
-       =dev-qt/qtdeclarative-${QT5_PV}*:5=
-       =dev-qt/qtgui-${QT5_PV}*:5=[egl,libinput,vulkan=,X?]
-       media-libs/libglvnd
-       >=x11-libs/libxkbcommon-0.2.0
-       vulkan? ( dev-util/vulkan-headers )
-       X? (
-               =dev-qt/qtgui-${QT5_PV}*[-gles2-only]
-               x11-libs/libX11
-               x11-libs/libXcomposite
-       )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local myqmakeargs=(
-               --
-               $(qt_use vulkan feature-wayland-vulkan-server-buffer)
-               $(qt_use X feature-xcomposite-egl)
-               $(qt_use X feature-xcomposite-glx)
-       )
-       qt5-build_src_configure
-}

Reply via email to