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-i18n/scim-sayura: metadata.xml ChangeLog scim-sayura-0.3.3.ebuild
Date: Thu, 23 Apr 2009 13:59:30
Message-Id: E1LwzSZ-0003tE-Hz@stork.gentoo.org
1 matsuu 09/04/23 13:59:27
2
3 Added: metadata.xml ChangeLog scim-sayura-0.3.3.ebuild
4 Log:
5 Initial import. the ebuild is submitted by Buddhika Siddhisena, bug #264898.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-i18n/scim-sayura/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-sayura/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-sayura/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>cjk</herd>
20 <longdescription lang="en">
21 This package provides the Sayura Sinhala input method for SCIM.
22 </longdescription>
23 </pkgmetadata>
24
25
26
27
28 1.1 app-i18n/scim-sayura/ChangeLog
29
30 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-sayura/ChangeLog?rev=1.1&view=markup
31 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-sayura/ChangeLog?rev=1.1&content-type=text/plain
32
33 Index: ChangeLog
34 ===================================================================
35 # ChangeLog for app-i18n/scim-sayura
36 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
37 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-sayura/ChangeLog,v 1.1 2009/04/23 13:59:27 matsuu Exp $
38
39 *scim-sayura-0.3.3 (23 Apr 2009)
40
41 23 Apr 2009; MATSUU Takuto <matsuu@g.o> +metadata.xml,
42 +scim-sayura-0.3.3.ebuild:
43 Initial import. the ebuild is submitted by Buddhika Siddhisena, bug
44 #264898.
45
46
47
48
49 1.1 app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild?rev=1.1&content-type=text/plain
53
54 Index: scim-sayura-0.3.3.ebuild
55 ===================================================================
56 # Copyright 1999-2009 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-sayura/scim-sayura-0.3.3.ebuild,v 1.1 2009/04/23 13:59:27 matsuu Exp $
59
60 DESCRIPTION="Sayura Sinhala input method for SCIM"
61 HOMEPAGE="http://www.sayura.net/im/"
62 SRC_URI="http://www.sayura.net/im/${P}.tar.gz"
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE="doc"
68
69 RDEPEND=">=app-i18n/scim-0.99.8"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"
72
73 src_install() {
74 emake DESTDIR="${D}" install || die "emake install failed"
75
76 dodoc AUTHORS ChangeLog NEWS README
77 dohtml doc/index.html doc/style.css
78 use doc && dodoc doc/sayura.pdf
79 }