aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-06-02 00:03:35 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-06-02 00:03:54 +1000
commit5c485977c6508e96c9805171f5b04cc12eb7ea9f (patch)
tree7272baabd585c08a0f170577d6b1ef91bda54c22 /dev-qt/qtwebchannel
parentdev-qt: version bump 5.9.0 (diff)
downloadqt-5c485977c6508e96c9805171f5b04cc12eb7ea9f.tar.gz
qt-5c485977c6508e96c9805171f5b04cc12eb7ea9f.tar.bz2
qt-5c485977c6508e96c9805171f5b04cc12eb7ea9f.zip
dev-qt: remove 5.9.0_rc
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qtwebchannel')
-rw-r--r--dev-qt/qtwebchannel/Manifest1
-rw-r--r--dev-qt/qtwebchannel/qtwebchannel-5.9.0_rc.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-qt/qtwebchannel/Manifest b/dev-qt/qtwebchannel/Manifest
index 6b80405c..96391554 100644
--- a/dev-qt/qtwebchannel/Manifest
+++ b/dev-qt/qtwebchannel/Manifest
@@ -1,2 +1 @@
-DIST qtwebchannel-opensource-src-5.9.0-rc.tar.xz 147472 SHA256 3336b1890d9fb700d5c72fd74d98718d16c7b00aeba4b361cb703449a3384540 SHA512 6a5aac190262e351941af2cfcf06c87f6eb2241957da8f3b852042e94be348098a8b65fa9a41a851ce6ae29f5d2ef3863bf2ac8590ec5f074193e34cbd536f98 WHIRLPOOL 611ea8835a2d3d7b8cb87f0df4099b1fa01300d1f8959f47f707323c6b63e4f3388689cf2ca4f2de16100ea97087220f28d00f145710006e604bf457ab98b5d4
DIST qtwebchannel-opensource-src-5.9.0.tar.xz 147408 SHA256 12ef7ac86b9da0eb6f0140f402e180de95a1f9bfa9f408c2a366279da078e1b9 SHA512 56df897c11c472e9c871577e85a7b6c7bbf4e385fdf892368b3e2aa22a8ebdf4b80681ab0bf7b547b18bf5a8c1aa2ccac6c084b3c6436c5f8016b1b6cf8612d8 WHIRLPOOL c17cb2f87de0c0b144ba5df34ad392cca025b281a06ed390cab31bace4b4bb6adf0b42810d8e8ef445c2b625274deddd6a0613d854aa30f1c364d235b2bc8922
diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.9.0_rc.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.9.0_rc.ebuild
deleted file mode 100644
index dd22a806..00000000
--- a/dev-qt/qtwebchannel/qtwebchannel-5.9.0_rc.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
-
-DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~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
-}