naota 14/07/05 03:33:23 Modified: metadata.xml gwaei-3.6.2.ebuild ChangeLog Log: Drop automagick dependency. #514284 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Revision Changes Path 1.6 app-dicts/gwaei/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/metadata.xml?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/metadata.xml?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/metadata.xml?r1=1.5&r2=1.6 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-dicts/gwaei/metadata.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- metadata.xml 5 Jun 2013 00:54:48 -0000 1.5 +++ metadata.xml 5 Jul 2014 03:33:22 -0000 1.6 @@ -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> 1.2 app-dicts/gwaei/gwaei-3.6.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/gwaei-3.6.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/gwaei-3.6.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/gwaei-3.6.2.ebuild?r1=1.1&r2=1.2 Index: gwaei-3.6.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-dicts/gwaei/gwaei-3.6.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gwaei-3.6.2.ebuild 5 Jun 2013 00:54:48 -0000 1.1 +++ gwaei-3.6.2.ebuild 5 Jul 2014 03:33:22 -0000 1.2 @@ -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 @@ 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 @@ 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 @@ econf \ $(use_with gtk gnome) \ $(use_enable nls) \ + $(use_with hunspell) \ $(use_with mecab) \ --disable-static \ --docdir=/usr/share/doc/${PF} 1.32 app-dicts/gwaei/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/gwaei/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-dicts/gwaei/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 15 May 2014 07:56:41 -0000 1.31 +++ ChangeLog 5 Jul 2014 03:33:23 -0000 1.32 @@ -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 <[email protected]> gwaei-3.6.2.ebuild, metadata.xml: + Drop automagick dependency. #514284 15 May 2014; Naohiro Aota <[email protected]> -gwaei-1.0.ebuild, -gwaei-1.1.ebuild:
