From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6752F1395E5 for ; Mon, 5 Dec 2016 12:06:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D5DDE0C33; Mon, 5 Dec 2016 12:06:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCE2AE0C33 for ; Mon, 5 Dec 2016 12:06:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B3737341142 for ; Mon, 5 Dec 2016 12:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5595524BB for ; Mon, 5 Dec 2016 12:06:45 +0000 (UTC) From: "Andrew Savchenko" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Savchenko" Message-ID: <1480939600.c6808cd503e49c9882c0fe7d7ffdf0ee751f1d38.bircoph@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/stardict/metadata.xml app-text/stardict/stardict-4.0.0_pre20160518.ebuild X-VCS-Directories: app-text/stardict/ X-VCS-Committer: bircoph X-VCS-Committer-Name: Andrew Savchenko X-VCS-Revision: c6808cd503e49c9882c0fe7d7ffdf0ee751f1d38 X-VCS-Branch: master Date: Mon, 5 Dec 2016 12:06:45 +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: d52172a9-9a41-4621-b037-32a4d9252fa5 X-Archives-Hash: dd076b523ff7d283032411a1d43b2d75 commit: c6808cd503e49c9882c0fe7d7ffdf0ee751f1d38 Author: Andrew Savchenko gentoo org> AuthorDate: Mon Dec 5 08:01:47 2016 +0000 Commit: Andrew Savchenko gentoo org> CommitDate: Mon Dec 5 12:06:40 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6808cd5 app-text/stardict: add support for new plugins Package-Manager: portage-2.3.2 Signed-off-by: Andrew Savchenko gentoo.org> app-text/stardict/metadata.xml | 5 +++++ .../stardict/stardict-4.0.0_pre20160518.ebuild | 24 +++++++++++++++------- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml index 8cb938c..b6f257e 100644 --- a/app-text/stardict/metadata.xml +++ b/app-text/stardict/metadata.xml @@ -13,11 +13,15 @@ Enable stardict advertisements plugin + Enable calendar support using cal program Enable dict.cn network plugin (for Chinese language) Enable text to speech synthesizer plugin using app-accessibility/espeak engine Enable text to speech synthesizer plugin using app-accessibility/flite engine + Enable plugin to read fortune messages using + games-misc/fortune-mod. You may consider installing + games-misc/fortune-mod-all to get all fortune messages. Enable plugin for unicode symbols description using gnome-extra/gucharmap Enable plugin to parse dictionaries with html content @@ -36,6 +40,7 @@ lexical database Enable plugin to parse dictionaries in xdxf (XML Dictionary eXchange Format) + Enable youdao.com network plugin (for Chinese language) stardict-4 diff --git a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild index 56ec1b7..c638d0f 100644 --- a/app-text/stardict/stardict-4.0.0_pre20160518.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20160518.ebuild @@ -23,9 +23,10 @@ SRC_URI="https://dev.gentoo.org/~bircoph/distfiles/${P}.tar.xz LICENSE="CPL-1.0 GPL-3 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="advertisement debug dictdotcn espeak examples +gucharmap -+htmlparse man perl +powerwordparse pronounce python qqwry spell -tools updateinfo +wikiparse +wordnet +xdxfparse" +IUSE="advertisement cal debug dictdotcn espeak examples flite +fortune gucharmap +htmlparse info man perl +powerwordparse +pronounce python qqwry spell tools updateinfo +wikiparse +wordnet ++xdxfparse youdaodict" RESTRICT="test" @@ -37,6 +38,8 @@ COMMON_DEPEND=" >=x11-libs/gtk+-2.20:2 x11-libs/libX11 x11-libs/pango + espeak? ( >=app-accessibility/espeak-1.29 ) + flite? ( app-accessibility/flite ) gucharmap? ( gnome-extra/gucharmap:0= ) spell? ( >=app-text/enchant-1.2 ) tools? ( @@ -48,7 +51,8 @@ COMMON_DEPEND=" ) " RDEPEND="${COMMON_DEPEND} - espeak? ( >=app-accessibility/espeak-1.29 ) + info? ( sys-apps/texinfo ) + fortune? ( games-misc/fortune-mod ) perl? ( dev-lang/perl ) " DEPEND="${COMMON_DEPEND} @@ -104,19 +108,25 @@ src_configure() { --disable-schemas-install \ --disable-scrollkeeper \ $(use_enable advertisement) \ - $(use_enable dictdotcn) \ + $(use_enable cal) \ $(use_enable debug) \ + $(use_enable dictdotcn) \ $(use_enable espeak) \ + $(use_enable flite) \ + $(use_enable fortune) \ $(use_enable gucharmap) \ $(use_enable htmlparse) \ - $(use_enable qqwry) \ + $(use_enable info) \ + $(use_enable man) \ $(use_enable powerwordparse) \ + $(use_enable qqwry) \ $(use_enable spell) \ $(use_enable tools) \ $(use_enable updateinfo) \ $(use_enable wikiparse) \ $(use_enable wordnet) \ - $(use_enable xdxfparse) + $(use_enable xdxfparse) \ + $(use_enable youdaodict) } src_install() {