summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-17 00:11:04 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-17 00:11:04 +0100
commite98e69391231e8eb88b05a316e8181f2b8cc9a9b (patch)
tree5460a71bb9c75b88136a65f9d1fa72dfb3da9102 /dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild
parente237be2025e6eb302f4267576a245b7c65576ebc (diff)
Revert "dev-qt : bump to 5.9.5"
This reverts commit e237be2025e6eb302f4267576a245b7c65576ebc.
Diffstat (limited to 'dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild')
-rw-r--r--dev-qt/qtwebchannel/qtwebchannel-5.9.5-r1000.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-}