aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2018-02-22 20:57:05 +0100
committerAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2018-02-22 23:14:14 +0100
commitf2bf13a5ccbae4502df2f1624b772e55047df240 (patch)
tree47048846a6f8d75b358c91829b26072555b03152 /dev-qt/qtwayland
parentdev-qt/qdoc: Drop keywords: arm hppa ppc ppc64 (sys-devel/clang) (diff)
downloadqt-f2bf13a5ccbae4502df2f1624b772e55047df240.tar.gz
qt-f2bf13a5ccbae4502df2f1624b772e55047df240.tar.bz2
qt-f2bf13a5ccbae4502df2f1624b772e55047df240.zip
dev-qt: Drop Qt 5.10 stable branch
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r--dev-qt/qtwayland/qtwayland-5.10.9999.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
deleted file mode 100644
index 4c355304..00000000
--- a/dev-qt/qtwayland/qtwayland-5.10.9999.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Wayland platform plugin for Qt"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-IUSE="+libinput xcomposite"
-
-DEPEND="
- >=dev-libs/wayland-1.6.0
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
- ~dev-qt/qtgui-${PV}[egl,libinput?]
- media-libs/mesa[egl]
- >=x11-libs/libxkbcommon-0.2.0
- xcomposite? (
- x11-libs/libX11
- x11-libs/libXcomposite
- )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_config libinput xkbcommon-evdev \
- src/client/client.pro \
- src/compositor/wayland_wrapper/wayland_wrapper.pri \
- src/plugins/shellintegration/ivi-shell/ivi-shell.pro \
- tests/auto/compositor/compositor/compositor.pro
-
- use xcomposite || rm -r config.tests/xcomposite || die
-
- qt5-build_src_prepare
-}