From 1e0a42416753e739963e32fdc891c96becd56121 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 10 Feb 2018 20:47:36 +0000 Subject: dev-qt : increase qt5 revision number to 1000, so gentoo cannot beat it --- .../qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild | 26 ++++++++++++++++++++++ dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild | 26 ---------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 dev-qt/qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild delete mode 100644 dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild (limited to 'dev-qt/qtwebchannel') diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild new file mode 100644 index 00000000..451bb8b6 --- /dev/null +++ b/dev-qt/qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit qt5-build-r10000 + +DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="amd64" +fi + +IUSE="qml" + +DEPEND=" + ~dev-qt/qtcore-${PV} + qml? ( ~dev-qt/qtdeclarative-${PV} ) +" +RDEPEND="${DEPEND}" + +src_prepare() { + qt_use_disable_mod qml quick src/src.pro + qt_use_disable_mod qml qml src/webchannel/webchannel.pro + + qt5-build-r10000_src_prepare +} diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild deleted file mode 100644 index 451bb8b6..00000000 --- a/dev-qt/qtwebchannel/qtwebchannel-5.9.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build-r10000 - -DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64" -fi - -IUSE="qml" - -DEPEND=" - ~dev-qt/qtcore-${PV} - qml? ( ~dev-qt/qtdeclarative-${PV} ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - qt_use_disable_mod qml quick src/src.pro - qt_use_disable_mod qml qml src/webchannel/webchannel.pro - - qt5-build-r10000_src_prepare -} -- cgit v1.2.3