diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-15 21:52:00 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-10-16 10:20:10 +0200 |
commit | 942ef177d2fcc919e0cdf22feb661582e34bb68a (patch) | |
tree | 4d316dd4d0feb74e9f3e6c066f16ba9732bb4fe9 /dev-qt/qtspeech | |
parent | media-sound/kmidimon: Drop 1.0.0 (diff) | |
download | gentoo-942ef177d2fcc919e0cdf22feb661582e34bb68a.tar.gz gentoo-942ef177d2fcc919e0cdf22feb661582e34bb68a.tar.bz2 gentoo-942ef177d2fcc919e0cdf22feb661582e34bb68a.zip |
dev-qt/qtspeech: Drop 5.15.2 (r0)
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtspeech')
-rw-r--r-- | dev-qt/qtspeech/qtspeech-5.15.2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtspeech/qtspeech-5.15.2.ebuild b/dev-qt/qtspeech/qtspeech-5.15.2.ebuild deleted file mode 100644 index 8acecdbb1d38..000000000000 --- a/dev-qt/qtspeech/qtspeech-5.15.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit qt5-build - -DESCRIPTION="Text-to-speech library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv 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}" |