summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 18:33:02 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-21 20:21:38 +0200
commit44e7c7434835dc78b95f3cc03d0a6475222f7f3a (patch)
treec016adf8f8712daf0166a07e05b7cf91e5e35935 /dev-qt/qtspeech/qtspeech-5.12.2.ebuild
parentsci-visualization/labplot: 2.6.0 version bump (diff)
downloadgentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.gz
gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.tar.bz2
gentoo-44e7c7434835dc78b95f3cc03d0a6475222f7f3a.zip
dev-qt: Drop Qt 5.12.2
Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtspeech/qtspeech-5.12.2.ebuild')
-rw-r--r--dev-qt/qtspeech/qtspeech-5.12.2.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-qt/qtspeech/qtspeech-5.12.2.ebuild b/dev-qt/qtspeech/qtspeech-5.12.2.ebuild
deleted file mode 100644
index bcec3c2f7c2d..000000000000
--- a/dev-qt/qtspeech/qtspeech-5.12.2.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.12.1-nogui.patch" )