diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-08 17:46:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-08 17:46:01 +0000 |
commit | 130fe62f0c8d57daad2d664fc8c69437232b7203 (patch) | |
tree | 157b87a0791e0fa30707f79ea4ee648ba97a2a6c /app-text/stardict | |
parent | Missing CPL-1.0 and LGPL-2 licenses as noted by top level README. (diff) | |
download | gentoo-2-130fe62f0c8d57daad2d664fc8c69437232b7203.tar.gz gentoo-2-130fe62f0c8d57daad2d664fc8c69437232b7203.tar.bz2 gentoo-2-130fe62f0c8d57daad2d664fc8c69437232b7203.zip |
cleanups for last 2 commits
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'app-text/stardict')
-rw-r--r-- | app-text/stardict/metadata.xml | 2 | ||||
-rw-r--r-- | app-text/stardict/stardict-3.0.3.ebuild | 18 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-text/stardict/metadata.xml b/app-text/stardict/metadata.xml index c1f41ef6ab9f..d21237818d52 100644 --- a/app-text/stardict/metadata.xml +++ b/app-text/stardict/metadata.xml @@ -9,6 +9,7 @@ as Full-text translation, Net Dict. </longdescription> <use> + <flag name='editor'>Build and install the stardict-editor utility</flag> <flag name='espeak'>Enable text to speech synthesizer using espeak engine</flag> <flag name='festival'>Enable text to speech synthesizer using festival @@ -19,6 +20,5 @@ <flag name='qqwry'>Enable QQWry plugin, which provides information (in Chinese language) about geographical positions, owner, etc. for IP addresses</flag> - <flag name='tools'>Build and install tools</flag> </use> </pkgmetadata> diff --git a/app-text/stardict/stardict-3.0.3.ebuild b/app-text/stardict/stardict-3.0.3.ebuild index e76644820eb8..acc691a08142 100644 --- a/app-text/stardict/stardict-3.0.3.ebuild +++ b/app-text/stardict/stardict-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v 1.2 2012/01/08 17:43:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/stardict/stardict-3.0.3.ebuild,v 1.3 2012/01/08 17:46:01 ssuominen Exp $ # NOTE: Even though the *.dict.dz are the same as dictd/freedict's files, # their indexes seem to be in a different format. So we'll keep them @@ -18,12 +18,17 @@ SRC_URI="http://${PN}-3.googlecode.com/files/${P}.tar.bz2 LICENSE="CPL-1.0 GPL-3 LGPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="espeak gnome gucharmap qqwry pronounce spell tools" +IUSE="editor espeak gnome gucharmap qqwry pronounce spell" COMMON_DEPEND=">=dev-libs/glib-2.16 dev-libs/libsigc++:2 sys-libs/zlib >=x11-libs/gtk+-2.20:2 + editor? ( + dev-libs/libpcre + dev-libs/libxml2 + virtual/mysql + ) gnome? ( >=gnome-base/libbonobo-2 >=gnome-base/libgnome-2 @@ -32,12 +37,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.16 >=gnome-base/orbit-2 ) gucharmap? ( >=gnome-extra/gucharmap-2.22.1:0 ) - spell? ( >=app-text/enchant-1.2 ) - tools? ( - dev-libs/libpcre - dev-libs/libxml2 - virtual/mysql - )" + spell? ( >=app-text/enchant-1.2 )" RDEPEND="${COMMON_DEPEND} espeak? ( >=app-accessibility/espeak-1.29 )" DEPEND="${COMMON_DEPEND} @@ -59,7 +59,7 @@ src_prepare() { src_configure() { econf \ - $(use_enable tools) \ + $(use_enable editor tools) \ --disable-scrollkeeper \ $(use_enable spell) \ $(use_enable gucharmap) \ |