* [gentoo-commits] gentoo-x86 commit in app-text/mecab: ChangeLog mecab-0.97.ebuild
@ 2008-04-21 0:06 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-04-21 0:06 UTC (permalink / raw
To: gentoo-commits
matsuu 08/04/21 00:06:37
Modified: ChangeLog
Added: mecab-0.97.ebuild
Log:
Version bumped, bug #217642.
(Portage version: 2.1.4.4)
Revision Changes Path
1.46 app-text/mecab/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 22 Mar 2008 18:58:35 -0000 1.45
+++ ChangeLog 21 Apr 2008 00:06:37 -0000 1.46
@@ -1,6 +1,11 @@
# ChangeLog for app-text/mecab
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.45 2008/03/22 18:58:35 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.46 2008/04/21 00:06:37 matsuu Exp $
+
+*mecab-0.97 (21 Apr 2008)
+
+ 21 Apr 2008; MATSUU Takuto <matsuu@gentoo.org> +mecab-0.97.ebuild:
+ Version bumped, bug #217642.
22 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> mecab-0.95.ebuild:
amd64 stable
1.1 app-text/mecab/mecab-0.97.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/mecab-0.97.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/mecab-0.97.ebuild?rev=1.1&content-type=text/plain
Index: mecab-0.97.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.97.ebuild,v 1.1 2008/04/21 00:06:37 matsuu Exp $
IUSE="unicode"
DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
HOMEPAGE="http://mecab.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"
RESTRICT="test"
DEPEND="dev-lang/perl"
PDEPEND=">=app-dicts/mecab-ipadic-2.7.0.20070610"
src_compile() {
local myconf
use unicode && myconf="${myconf} --with-charset=utf8"
econf ${myconf} || die
emake || die
}
src_install() {
emake DESTDIR="${D}" install || die
dodoc AUTHORS README || die
dohtml -r doc || die
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-21 0:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-21 0:06 [gentoo-commits] gentoo-x86 commit in app-text/mecab: ChangeLog mecab-0.97.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox