diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-21 18:33:02 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-21 20:21:38 +0200 |
| commit | 44e7c7434835dc78b95f3cc03d0a6475222f7f3a (patch) | |
| tree | c016adf8f8712daf0166a07e05b7cf91e5e35935 /dev-qt/qtwebchannel/qtwebchannel-5.12.2.ebuild | |
| parent | 3a0bd9f73d3aa607a48f3c2bc032f1434c2fbf1e (diff) | |
| download | gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.gz gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.bz2 gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.zip | |
dev-qt: Drop Qt 5.12.2
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-5.12.2.ebuild')
| -rw-r--r-- | dev-qt/qtwebchannel/qtwebchannel-5.12.2.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.12.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.12.2.ebuild deleted file mode 100644 index 03797ea36908..000000000000 --- a/dev-qt/qtwebchannel/qtwebchannel-5.12.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qt5-build - -DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" -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_src_prepare -} |
