From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 98D8D1384B4 for ; Wed, 4 Nov 2015 15:46:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BA4321C001; Wed, 4 Nov 2015 15:46:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBDE521C001 for ; Wed, 4 Nov 2015 15:46:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C40F340739 for ; Wed, 4 Nov 2015 15:46:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 360861F2F for ; Wed, 4 Nov 2015 15:46:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1446651953.ddc98409cb60dd2421d4f956f001fc7bc87eaa6c.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtspeech/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtspeech/metadata.xml dev-qt/qtspeech/qtspeech-5.9999.ebuild X-VCS-Directories: dev-qt/qtspeech/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ddc98409cb60dd2421d4f956f001fc7bc87eaa6c X-VCS-Branch: master Date: Wed, 4 Nov 2015 15:46:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c15aa8da-b342-4f01-9d93-547fe100e44a X-Archives-Hash: c2dce4f08c6837cbf2206107434f5390 commit: ddc98409cb60dd2421d4f956f001fc7bc87eaa6c Author: Michael Palimaka gentoo org> AuthorDate: Wed Nov 4 15:45:53 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Nov 4 15:45:53 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ddc98409 dev-qt/qtspeech: new package Package-Manager: portage-2.2.20.1 dev-qt/qtspeech/metadata.xml | 9 +++++++++ dev-qt/qtspeech/qtspeech-5.9999.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/dev-qt/qtspeech/metadata.xml b/dev-qt/qtspeech/metadata.xml new file mode 100644 index 0000000..afb3b43 --- /dev/null +++ b/dev-qt/qtspeech/metadata.xml @@ -0,0 +1,9 @@ + + + + qt + + https://bugreports.qt.io/ + http://doc.qt.io/ + + diff --git a/dev-qt/qtspeech/qtspeech-5.9999.ebuild b/dev-qt/qtspeech/qtspeech-5.9999.ebuild new file mode 100644 index 0000000..d005df7 --- /dev/null +++ b/dev-qt/qtspeech/qtspeech-5.9999.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit qt5-build + +DESCRIPTION="Text-to-speech library for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64" +fi + +# todo: flite plugin (doesn't build) +IUSE="" + +RDEPEND=" + app-accessibility/speech-dispatcher + ~dev-qt/qtcore-${PV} + +" +DEPEND="${RDEPEND}"