diff options
author | 2017-10-29 22:41:46 +0100 | |
---|---|---|
committer | 2017-10-31 00:31:39 +0100 | |
commit | 8981c67d9d80acc30c10c36c7b432c07937e3b78 (patch) | |
tree | 6ff2037d8ebca2a5f8f8bd53b383f13b8ebd9e5a /dev-qt/qtwayland | |
parent | dev-util/automoc: De-stabilise hppa (diff) | |
download | gentoo-8981c67d9d80acc30c10c36c7b432c07937e3b78.tar.gz gentoo-8981c67d9d80acc30c10c36c7b432c07937e3b78.tar.bz2 gentoo-8981c67d9d80acc30c10c36c7b432c07937e3b78.zip |
dev-qt: Drop Qt 5.6.2, de-stabilise hppa
Closes: https://github.com/gentoo/gentoo/pull/6077
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-qt/qtwayland')
-rw-r--r-- | dev-qt/qtwayland/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtwayland/metadata.xml | 2 | ||||
-rw-r--r-- | dev-qt/qtwayland/qtwayland-5.6.2.ebuild | 40 |
3 files changed, 0 insertions, 43 deletions
diff --git a/dev-qt/qtwayland/Manifest b/dev-qt/qtwayland/Manifest index edd2e48aa504..edf30079964d 100644 --- a/dev-qt/qtwayland/Manifest +++ b/dev-qt/qtwayland/Manifest @@ -1,3 +1,2 @@ -DIST qtwayland-opensource-src-5.6.2.tar.xz 267028 SHA256 035c3199f4719627b64b7020f0f4574da2b4cb78c6981aba75f27b872d8e6c86 SHA512 193c1ef58282bf9597303996d8e03853d95c2e4f79a62bdcfc6ad48f397dbb71f8f2e94f8ab334c7fae0a6a0e5b79e8f762468be6a3b66eb3636c465fabff51d WHIRLPOOL e870e8be2ef393b8f5ba248e0f51e30297aa6bb0864c821c217c79e727d778751f89067913f0b7db0e0075d12843653529ce2c8cce37f429cf24265639db1e55 DIST qtwayland-opensource-src-5.7.1.tar.xz 291776 SHA256 f23fc5e180c8af5b38419d84e44f1f342904a197c2382a7b03f83de2136201c7 SHA512 41a6699b9048a859bb0cb1e37cd0a3977f52a5a223d4f6a4ce5e1402c5b829cc907593ce2b70f4ec24dfad147251bb2f20e889eae26072cf53e774b4585f2921 WHIRLPOOL 959fb40ce79d9d09ee3c3ec436d3be229b614da15712494d943dd2cded12f0e29f9750b6e103307bb4e27e00a28f5b2ac508a29dff4f25e1b677f2f2519de98d DIST qtwayland-opensource-src-5.9.2.tar.xz 311052 SHA256 f6434d03f933867dfb219abec2cf19e2c1d1ef23d46d12cb9333c8066027f6c6 SHA512 28b6f77be5289cb9eba0e3e6b220d2c99d2ab4dbae8e02caecd7651b5ae33c09f117545664b01649ca52b27025cc15853806ece8dc10713c3d90832416c7def6 WHIRLPOOL 2d0c1ea872dbe4bd48dd1564062310eb2933e44dafe9c4547137f3b63aaddfe9a70aca806e48120abdbfa0de4eef9424258012afe2debe4c01012f3a94bcd932 diff --git a/dev-qt/qtwayland/metadata.xml b/dev-qt/qtwayland/metadata.xml index 9bd59538a9fe..4fb03e679017 100644 --- a/dev-qt/qtwayland/metadata.xml +++ b/dev-qt/qtwayland/metadata.xml @@ -7,8 +7,6 @@ </maintainer> <use> <flag name="libinput">Enable support for input devices via <pkg>dev-libs/libinput</pkg></flag> - <flag name="qml">Build QML/QtQuick bindings</flag> - <flag name="wayland-compositor">Build Qt compositor for wayland</flag> </use> <upstream> <bugs-to>https://bugreports.qt.io/</bugs-to> diff --git a/dev-qt/qtwayland/qtwayland-5.6.2.ebuild b/dev-qt/qtwayland/qtwayland-5.6.2.ebuild deleted file mode 100644 index d427008009c6..000000000000 --- a/dev-qt/qtwayland/qtwayland-5.6.2.ebuild +++ /dev/null @@ -1,40 +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="qml wayland-compositor xcomposite" - -DEPEND=" - >=dev-libs/wayland-1.4.0 - ~dev-qt/qtcore-${PV} - ~dev-qt/qtgui-${PV}[egl] - media-libs/mesa[egl] - >=x11-libs/libxkbcommon-0.2.0 - wayland-compositor? ( - qml? ( ~dev-qt/qtdeclarative-${PV} ) - ) - xcomposite? ( - x11-libs/libX11 - x11-libs/libXcomposite - ) -" -RDEPEND="${DEPEND}" - -src_configure() { - if use wayland-compositor; then - echo "CONFIG += wayland-compositor" >> "${QT5_BUILD_DIR}"/.qmake.cache - fi - - qt_use_compile_test xcomposite - qt_use_disable_mod qml quick src/compositor/compositor_api/compositor_api.pri - - qt5-build_src_configure -} |