diff options
author | Naohiro Aota <naota@gentoo.org> | 2014-07-05 03:33:23 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2014-07-05 03:33:23 +0000 |
commit | a122d037132f78ff9755d597d862d40bd14f3a57 (patch) | |
tree | 49f82189bced8ff5405bb978b9f98b758ff9e7eb /app-dicts/gwaei | |
parent | Add missing deps. #514200 (diff) | |
download | gentoo-2-a122d037132f78ff9755d597d862d40bd14f3a57.tar.gz gentoo-2-a122d037132f78ff9755d597d862d40bd14f3a57.tar.bz2 gentoo-2-a122d037132f78ff9755d597d862d40bd14f3a57.zip |
Drop automagick dependency. #514284
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-dicts/gwaei')
-rw-r--r-- | app-dicts/gwaei/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/gwaei/gwaei-3.6.2.ebuild | 8 | ||||
-rw-r--r-- | app-dicts/gwaei/metadata.xml | 5 |
3 files changed, 14 insertions, 4 deletions
diff --git a/app-dicts/gwaei/ChangeLog b/app-dicts/gwaei/ChangeLog index f84476500b21..2ebb63eb49bf 100644 --- a/app-dicts/gwaei/ChangeLog +++ b/app-dicts/gwaei/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/gwaei # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.31 2014/05/15 07:56:41 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v 1.32 2014/07/05 03:33:23 naota Exp $ + + 05 Jul 2014; Naohiro Aota <naota@gentoo.org> gwaei-3.6.2.ebuild, metadata.xml: + Drop automagick dependency. #514284 15 May 2014; Naohiro Aota <naota@gentoo.org> -gwaei-1.0.ebuild, -gwaei-1.1.ebuild: diff --git a/app-dicts/gwaei/gwaei-3.6.2.ebuild b/app-dicts/gwaei/gwaei-3.6.2.ebuild index b28e35d7479f..002aa4a47974 100644 --- a/app-dicts/gwaei/gwaei-3.6.2.ebuild +++ b/app-dicts/gwaei/gwaei-3.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.6.2.ebuild,v 1.1 2013/06/05 00:54:48 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.6.2.ebuild,v 1.2 2014/07/05 03:33:22 naota Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/gwaei/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gtk nls test mecab" +IUSE="gtk hunspell nls test mecab" RDEPEND=">=net-misc/curl-7.20.0 >=dev-libs/glib-2.31 @@ -21,6 +21,7 @@ RDEPEND=">=net-misc/curl-7.20.0 x11-libs/gtk+:3 >=app-text/gnome-doc-utils-0.14.0 ) + hunspell? ( app-text/hunspell ) nls? ( virtual/libintl ) mecab? ( app-text/mecab )" DEPEND="${RDEPEND} @@ -41,6 +42,7 @@ src_configure() { econf \ $(use_with gtk gnome) \ $(use_enable nls) \ + $(use_with hunspell) \ $(use_with mecab) \ --disable-static \ --docdir=/usr/share/doc/${PF} diff --git a/app-dicts/gwaei/metadata.xml b/app-dicts/gwaei/metadata.xml index 8823d8c10739..754ebe0882e2 100644 --- a/app-dicts/gwaei/metadata.xml +++ b/app-dicts/gwaei/metadata.xml @@ -19,4 +19,9 @@ Enable <pkg>app-text/mecab</pkg> support </flag> </use> + <use> + <flag name='hunspell'> + Enable <pkg>app-text/hunspell</pkg> spellchecking and morphological analysis + </flag> + </use> </pkgmetadata> |