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/kasumi: kasumi-2.5.ebuild ChangeLog
Date: Sun, 02 Aug 2009 23:41:08
Message-Id: E1MXkfq-0004dy-Ic@stork.gentoo.org
1 matsuu 09/08/02 23:41:06
2
3 Modified: ChangeLog
4 Added: kasumi-2.5.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.41 app-dicts/kasumi/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 29 Jan 2009 14:29:07 -0000 1.40
23 +++ ChangeLog 2 Aug 2009 23:41:06 -0000 1.41
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-dicts/kasumi
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.40 2009/01/29 14:29:07 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.41 2009/08/02 23:41:06 matsuu Exp $
29 +
30 +*kasumi-2.5 (02 Aug 2009)
31 +
32 + 02 Aug 2009; MATSUU Takuto <matsuu@g.o> +kasumi-2.5.ebuild:
33 + Version bumped.
34
35 *kasumi-2.4 (29 Jan 2009)
36
37
38
39
40 1.1 app-dicts/kasumi/kasumi-2.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/kasumi-2.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/kasumi-2.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: kasumi-2.5.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.5.ebuild,v 1.1 2009/08/02 23:41:06 matsuu Exp $
50
51 DESCRIPTION="Anthy dictionary maintenance tool"
52 HOMEPAGE="http://kasumi.sourceforge.jp/"
53 SRC_URI="mirror://sourceforge.jp/${PN}/41436/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
58 IUSE="nls"
59
60 RDEPEND=">=x11-libs/gtk+-2.6
61 nls? ( virtual/libintl )
62 virtual/libiconv
63 >=app-i18n/anthy-6131"
64
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig
67 nls? ( sys-devel/gettext )"
68
69 src_compile() {
70 econf $(use_enable nls) || die "econf failed"
71 emake || die "emake failed"
72 }
73
74 src_install() {
75 emake DESTDIR="${D}" install || die "emake install failed"
76
77 dodoc AUTHORS ChangeLog NEWS README
78 }