summaryrefslogtreecommitdiff
path: root/dev-qt/qtspeech/qtspeech-5.11.3.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-06-08 09:04:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-06-08 09:04:53 +0100
commit73c318acdaf6f8309d68bd266051e6dd1f1bd787 (patch)
tree2878053f3e7faed19a1f82c733d3bd29df69991e /dev-qt/qtspeech/qtspeech-5.11.3.ebuild
parent2018227e9344edb9da15fc6a4a8298086cc2aa77 (diff)
gentoo resync : 08.06.2019
Diffstat (limited to 'dev-qt/qtspeech/qtspeech-5.11.3.ebuild')
-rw-r--r--dev-qt/qtspeech/qtspeech-5.11.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-qt/qtspeech/qtspeech-5.11.3.ebuild b/dev-qt/qtspeech/qtspeech-5.11.3.ebuild
deleted file mode 100644
index d4244191a20e..000000000000
--- a/dev-qt/qtspeech/qtspeech-5.11.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 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 ~arm ~arm64 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" )