aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-08-27 15:23:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-08-27 15:37:08 +1000
commit4fd997188532d022fc0bd41eadb7e70679036920 (patch)
tree0318094c2eea8ed0b6932a1e7ff68b9089c0d96d /dev-qt/qtwayland
parentprofiles: remove stray file (diff)
downloadqt-4fd997188532d022fc0bd41eadb7e70679036920.tar.gz
qt-4fd997188532d022fc0bd41eadb7e70679036920.tar.bz2
qt-4fd997188532d022fc0bd41eadb7e70679036920.zip
dev-qt: remove 5.7.9999
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r--dev-qt/qtwayland/qtwayland-5.7.9999.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild b/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
deleted file mode 100644
index 5f9fc27a..00000000
--- a/dev-qt/qtwayland/qtwayland-5.7.9999.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 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 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-IUSE="egl xcomposite"
-
-DEPEND="
- >=dev-libs/wayland-1.4.0
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
- ~dev-qt/qtgui-${PV}[egl=]
- media-libs/mesa[egl?]
- >=x11-libs/libxkbcommon-0.2.0
- xcomposite? (
- x11-libs/libX11
- x11-libs/libXcomposite
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- qt_use_compile_test xcomposite
-
- qt5-build_src_configure
-}