diff options
author | Paul Labedan <plabedan@gmail.com> | 2017-03-27 16:16:56 +0200 |
---|---|---|
committer | Paul Labedan <plabedan@gmail.com> | 2017-03-27 16:16:56 +0200 |
commit | ff3394f860006aace13e81c8f794fd246f9d3698 (patch) | |
tree | 54ea5d27b53024cf86d5233e84d685b2927cbc96 | |
parent | update pycharm-professional to 2016.3.3 (diff) | |
download | plab-ff3394f860006aace13e81c8f794fd246f9d3698.tar.gz plab-ff3394f860006aace13e81c8f794fd246f9d3698.tar.bz2 plab-ff3394f860006aace13e81c8f794fd246f9d3698.zip |
cleanup
-rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.4.1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.4.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.4.1.ebuild deleted file mode 100644 index cf218ba..0000000 --- a/dev-qt/qtwebchannel/qtwebchannel-5.4.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit qt5-build - -DESCRIPTION="Support library for integrating Qt5 C++ and QML applications with HTML/JavaScript clients" - -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi - -IUSE="qml" - -DEPEND=" - >=dev-qt/qtcore-${PV}:5[debug=] - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] ) -" -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_src_prepare -} |