commit:     ec2437d99567b0fac62c4619530d89987d6ce984
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 15:24:23 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 16:30:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec2437d9

dev-qt/qtwayland: Drop 5.15.2 (r0)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtwayland/qtwayland-5.15.2.ebuild | 39 --------------------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-qt/qtwayland/qtwayland-5.15.2.ebuild 
b/dev-qt/qtwayland/qtwayland-5.15.2.ebuild
deleted file mode 100644
index e292407158a..00000000000
--- a/dev-qt/qtwayland/qtwayland-5.15.2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit qt5-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-IUSE="vulkan X"
-
-DEPEND="
-       >=dev-libs/wayland-1.6.0
-       ~dev-qt/qtcore-${PV}
-       ~dev-qt/qtdeclarative-${PV}
-       ~dev-qt/qtgui-${PV}[egl,libinput,vulkan=]
-       media-libs/mesa[egl]
-       >=x11-libs/libxkbcommon-0.2.0
-       vulkan? ( dev-util/vulkan-headers )
-       X? (
-               ~dev-qt/qtgui-${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