aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
commit42e56fc6cc857dd6fb0903cdd9b2afddaeaac775 (patch)
tree7af977f14a2c05ad712908d93981b8e7543dd3a3 /dev-qt/qtspeech
parentdev-qt: Add Qt 5.11.2 (diff)
downloadqt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.gz
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.bz2
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.zip
dev-qt: Drop Qt 5.11.2
Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtspeech')
-rw-r--r--dev-qt/qtspeech/Manifest1
-rw-r--r--dev-qt/qtspeech/qtspeech-5.11.2.ebuild22
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-qt/qtspeech/Manifest b/dev-qt/qtspeech/Manifest
deleted file mode 100644
index 7695cd43..00000000
--- a/dev-qt/qtspeech/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtspeech-everywhere-src-5.11.2.tar.xz 96080 BLAKE2B 90f5e519bef440916f962e5886f1bb8e1cf46a806172ce9b8024b4b4c70d581896a9e70bd42d0298803c43798e985cb345bc4c4f8b7c13b4eb1a4921de79bc6f SHA512 b3e433b308c6c3454e40e7e19a075d1bd181a33ecea9c8f970852251488c12d1227e0b92aaeb6f7f75ac0efcb04bbe22c49562c594d8b9773528a2aaf73f8d02
diff --git a/dev-qt/qtspeech/qtspeech-5.11.2.ebuild b/dev-qt/qtspeech/qtspeech-5.11.2.ebuild
deleted file mode 100644
index 690b4281..00000000
--- a/dev-qt/qtspeech/qtspeech-5.11.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Text-to-speech library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
-fi
-
-# TODO: flite plugin - needs 2.0.0 (not yet in tree)
-IUSE=""
-
-RDEPEND="
- >=app-accessibility/speech-dispatcher-0.8.7
- ~dev-qt/qtcore-${PV}
-"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}/${PN}-5.9.4-nogui.patch" )