summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 18:13:33 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-14 19:36:12 +0100
commit0631d0926ba99dc9262487a1ff616338a5ec55d3 (patch)
tree2863eece4dcd6f124c3e8098782baf578e2c83d5 /dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild
parentdev-db/sqlitestudio: Drop 3.1.1 (diff)
downloadgentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.tar.gz
gentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.tar.bz2
gentoo-0631d0926ba99dc9262487a1ff616338a5ec55d3.zip
dev-qt: Drop Qt 5.11.1
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild')
-rw-r--r--dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild
deleted file mode 100644
index 95d996036154..000000000000
--- a/dev-qt/qtwebchannel/qtwebchannel-5.11.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2018 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
-}