summaryrefslogtreecommitdiff
path: root/dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-13 16:12:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-13 16:12:29 +0100
commitd6b74dc5c3dc80dba21e4eba006c3509b75a062c (patch)
tree1d96b246fe3593fd4b24d27cf95d6ff3b2134296 /dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild
parentd7af13346946a4667686842e79e7a82736a3085b (diff)
dev-qt : clean category, leave only actually used ebuilds
Diffstat (limited to 'dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild')
-rw-r--r--dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild b/dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild
deleted file mode 100644
index 52fd2ad0..00000000
--- a/dev-qt/qtspeech/qtspeech-5.9.5-r1000.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build-r10000
-
-DESCRIPTION="Text-to-speech library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64"
-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" )