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-dicts/ipadic: ChangeLog ipadic-2.7.0-r2.ebuild
Date: Fri, 02 Sep 2011 14:33:37
Message-Id: 20110902143327.70A112004C@flycatcher.gentoo.org
1 matsuu 11/09/02 14:33:27
2
3 Modified: ChangeLog
4 Added: ipadic-2.7.0-r2.ebuild
5 Log:
6 Fixed parallel make issue, bug #372469.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 app-dicts/ipadic/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 21 Mar 2010 00:31:52 -0000 1.20
24 +++ ChangeLog 2 Sep 2011 14:33:27 -0000 1.21
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-dicts/ipadic
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.20 2010/03/21 00:31:52 matsuu Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ChangeLog,v 1.21 2011/09/02 14:33:27 matsuu Exp $
31 +
32 +*ipadic-2.7.0-r2 (02 Sep 2011)
33 +
34 + 02 Sep 2011; MATSUU Takuto <matsuu@g.o> +ipadic-2.7.0-r2.ebuild,
35 + +files/ipadic-2.7.0-r2-gentoo.patch:
36 + Fixed parallel make issue, bug #372469.
37
38 *ipadic-2.7.0-r1 (21 Mar 2010)
39
40
41
42
43 1.1 app-dicts/ipadic/ipadic-2.7.0-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: ipadic-2.7.0-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2011 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ipadic/ipadic-2.7.0-r2.ebuild,v 1.1 2011/09/02 14:33:27 matsuu Exp $
53
54 EAPI="4"
55 inherit autotools eutils
56
57 DESCRIPTION="Japanese dictionary for ChaSen"
58 HOMEPAGE="http://chasen.aist-nara.ac.jp/chasen/distribution.html.en"
59 SRC_URI="http://chasen.aist-nara.ac.jp/stable/ipadic/${P}.tar.gz"
60
61 LICENSE="ipadic"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
63 SLOT="0"
64 IUSE=""
65
66 DEPEND=">=app-text/chasen-2.3.1"
67 RDEPEND=""
68
69 src_prepare() {
70 epatch "${FILESDIR}/${PF}-gentoo.patch"
71 eautoreconf
72 }
73
74 src_install () {
75 default
76
77 insinto /etc
78 doins chasenrc
79 dodoc AUTHORS ChangeLog NEWS README
80 }