summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-07 16:24:23 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-07 17:30:35 +0100
commitec2437d99567b0fac62c4619530d89987d6ce984 (patch)
treed2916e681961f3153a5f43cf850276d98e0eb178 /dev-qt/qtwayland
parentdev-qt/qtwayland: Scanner: Avoid dangling pointers in destroy_func() (diff)
downloadgentoo-ec2437d99567b0fac62c4619530d89987d6ce984.tar.gz
gentoo-ec2437d99567b0fac62c4619530d89987d6ce984.tar.bz2
gentoo-ec2437d99567b0fac62c4619530d89987d6ce984.zip
dev-qt/qtwayland: Drop 5.15.2 (r0)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r--dev-qt/qtwayland/qtwayland-5.15.2.ebuild39
1 files changed, 0 insertions, 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 e292407158a9..000000000000
--- 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
-}