From e98e69391231e8eb88b05a316e8181f2b8cc9a9b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Apr 2018 00:11:04 +0100 Subject: Revert "dev-qt : bump to 5.9.5" This reverts commit e237be2025e6eb302f4267576a245b7c65576ebc. --- dev-qt/qtwebchannel/Manifest | 2 +- .../qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild | 26 ++++++++++++++++++++++ .../qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild | 26 ---------------------- 3 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 dev-qt/qtwebchannel/qtwebchannel-5.9.3-r1000.ebuild delete mode 100644 dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild (limited to 'dev-qt/qtwebchannel') diff --git a/dev-qt/qtwebchannel/Manifest b/dev-qt/qtwebchannel/Manifest index 94f13735..69b91a9f 100644 --- a/dev-qt/qtwebchannel/Manifest +++ b/dev-qt/qtwebchannel/Manifest @@ -1 +1 @@ -DIST qtwebchannel-opensource-src-5.9.5.tar.xz 147564 BLAKE2B d66c190cae43875cf2845231c47ba5040db7b31724ea88333a8d818c111be9860c43fb7f0b3c16a3f139429361e6a1660ecfb1b2edb1a2e5a1c0f3e48797c4f6 SHA512 d5a3914c20fe541401a662e30f7277d9a57f9f4b9114832fa9b0425003542f646c295b63f31ae02c6cb69a45b88966f80f036f80b7df9a15fbc223a135d3944f +DIST qtwebchannel-opensource-src-5.9.3.tar.xz 147404 BLAKE2B e1e6211cec2d6058ed55161d3b97c54102ae5f7953dd14c769bb706376a664ea5e2f88ebbaf32295515a14c643171cc2c865fec929d57ad1b9487f3e2bda7772 SHA512 d03a091121256532aac1ab4492b83ba29c847729f2628a2bc7a76b064d197e72cfdab50f0ec2314eac01cc47e2255bfef17f2e010d7b2c3d408b9af74c9ea136 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.5-r1000.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild deleted file mode 100644 index 451bb8b6..00000000 --- a/dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.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