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: ChangeLog kasumi-2.3.ebuild kasumi-2.0.1.ebuild
Date: Fri, 02 Nov 2007 16:08:42
Message-Id: E1Inz4X-00088R-M6@stork.gentoo.org
1 matsuu 07/11/02 16:08:37
2
3 Modified: ChangeLog
4 Added: kasumi-2.3.ebuild
5 Removed: kasumi-2.0.1.ebuild
6 Log:
7 Version bumped.
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.36 app-dicts/kasumi/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 25 Aug 2007 16:42:59 -0000 1.35
24 +++ ChangeLog 2 Nov 2007 16:08:37 -0000 1.36
25 @@ -1,6 +1,15 @@
26 # ChangeLog for app-dicts/kasumi
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.35 2007/08/25 16:42:59 beandog Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/ChangeLog,v 1.36 2007/11/02 16:08:37 matsuu Exp $
30 +
31 +*kasumi-2.3 (02 Nov 2007)
32 +
33 + 02 Nov 2007; <matsuu@g.o> -files/kasumi-2.0-fbsd.patch,
34 + -files/kasumi-2.0-gcc41.patch, -files/kasumi-2.0-nls.patch,
35 + -files/kasumi-2.0-virtual-destructors.patch, -kasumi-2.0.1.ebuild,
36 + +kasumi-2.3.ebuild:
37 + Version bumped.
38 + Removed old version.
39
40 25 Aug 2007; Steve Dibb <beandog@g.o> kasumi-2.1.ebuild:
41 amd64 stable
42
43
44
45 1.1 app-dicts/kasumi/kasumi-2.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/kasumi-2.3.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/kasumi/kasumi-2.3.ebuild?rev=1.1&content-type=text/plain
49
50 Index: kasumi-2.3.ebuild
51 ===================================================================
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/app-dicts/kasumi/kasumi-2.3.ebuild,v 1.1 2007/11/02 16:08:37 matsuu Exp $
55
56 DESCRIPTION="Anthy dictionary maintenance tool"
57 HOMEPAGE="http://kasumi.sourceforge.jp/"
58 SRC_URI="mirror://sourceforge.jp/${PN}/27825/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
63 IUSE="nls"
64
65 RDEPEND=">=x11-libs/gtk+-2.4
66 nls? ( virtual/libintl )
67 virtual/libiconv
68 >=app-i18n/anthy-6131"
69
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig
72 nls? ( sys-devel/gettext )"
73
74 src_compile() {
75 econf $(use_enable nls) || die "econf failed"
76 emake || die "emake failed"
77 }
78
79 src_install() {
80 emake DESTDIR="${D}" install || die "emake install failed"
81
82 dodoc README ChangeLog AUTHORS
83 }
84
85
86
87 --
88 gentoo-commits@g.o mailing list