Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/mecab: ChangeLog mecab-0.97.ebuild
Date: Mon, 21 Apr 2008 00:06:40
Message-Id: E1JnjYL-0002GU-Ow@stork.gentoo.org
1 matsuu 08/04/21 00:06:37
2
3 Modified: ChangeLog
4 Added: mecab-0.97.ebuild
5 Log:
6 Version bumped, bug #217642.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.46 app-text/mecab/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/ChangeLog?rev=1.46&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/ChangeLog?rev=1.46&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/ChangeLog?r1=1.45&r2=1.46
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v
19 retrieving revision 1.45
20 retrieving revision 1.46
21 diff -u -r1.45 -r1.46
22 --- ChangeLog 22 Mar 2008 18:58:35 -0000 1.45
23 +++ ChangeLog 21 Apr 2008 00:06:37 -0000 1.46
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-text/mecab
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.45 2008/03/22 18:58:35 coldwind Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/mecab/ChangeLog,v 1.46 2008/04/21 00:06:37 matsuu Exp $
29 +
30 +*mecab-0.97 (21 Apr 2008)
31 +
32 + 21 Apr 2008; MATSUU Takuto <matsuu@g.o> +mecab-0.97.ebuild:
33 + Version bumped, bug #217642.
34
35 22 Mar 2008; Santiago M. Mola <coldwind@g.o> mecab-0.95.ebuild:
36 amd64 stable
37
38
39
40 1.1 app-text/mecab/mecab-0.97.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/mecab-0.97.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/mecab/mecab-0.97.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mecab-0.97.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-text/mecab/mecab-0.97.ebuild,v 1.1 2008/04/21 00:06:37 matsuu Exp $
50
51 IUSE="unicode"
52
53 DESCRIPTION="Yet Another Part-of-Speech and Morphological Analyzer"
54 HOMEPAGE="http://mecab.sourceforge.net/"
55 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
56
57 LICENSE="|| ( BSD LGPL-2.1 GPL-2 )"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
59 SLOT="0"
60 RESTRICT="test"
61
62 DEPEND="dev-lang/perl"
63 PDEPEND=">=app-dicts/mecab-ipadic-2.7.0.20070610"
64
65 src_compile() {
66
67 local myconf
68
69 use unicode && myconf="${myconf} --with-charset=utf8"
70
71 econf ${myconf} || die
72 emake || die
73
74 }
75
76 src_install() {
77
78 emake DESTDIR="${D}" install || die
79 dodoc AUTHORS README || die
80 dohtml -r doc || die
81
82 }
83
84
85
86 --
87 gentoo-commits@l.g.o mailing list