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-wijesekera: ChangeLog scim-wijesekera-0.3.3-r1.ebuild
Date: Sun, 28 Dec 2008 16:19:26
Message-Id: E1LGyMO-0002Ea-7O@stork.gentoo.org
1 matsuu 08/12/28 16:19:24
2
3 Modified: ChangeLog
4 Added: scim-wijesekera-0.3.3-r1.ebuild
5 Log:
6 Fixed gcc-4.3 issue, bug #250680.
7 (Portage version: 2.1.6.3/cvs/Linux 2.6.28-gentoo x86_64)
8
9 Revision Changes Path
10 1.3 app-i18n/scim-wijesekera/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog?r1=1.2&r2=1.3
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- ChangeLog 4 Oct 2008 19:07:02 -0000 1.2
23 +++ ChangeLog 28 Dec 2008 16:19:24 -0000 1.3
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-i18n/scim-wijesekera
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.2 2008/10/04 19:07:02 gentoofan23 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/ChangeLog,v 1.3 2008/12/28 16:19:24 matsuu Exp $
29 +
30 +*scim-wijesekera-0.3.3-r1 (28 Dec 2008)
31 +
32 + 28 Dec 2008; MATSUU Takuto <matsuu@g.o>
33 + +files/scim-wijesekera-0.3.3-gcc43.patch,
34 + +scim-wijesekera-0.3.3-r1.ebuild:
35 + Fixed gcc-4.3 issue, bug #250680.
36
37 04 Oct 2008; Thomas Anderson <gentoofan23@g.o>
38 scim-wijesekera-0.3.3.ebuild:
39
40
41
42 1.1 app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: scim-wijesekera-0.3.3-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-i18n/scim-wijesekera/scim-wijesekera-0.3.3-r1.ebuild,v 1.1 2008/12/28 16:19:24 matsuu Exp $
52
53 inherit autotools eutils
54
55 DESCRIPTION="Wijesekara keyboard for Sinhala input using scim"
56 HOMEPAGE="http://sinhala.sourceforge.net/"
57 SRC_URI="http://sinhala.sourceforge.net/files/${P}.tar.gz"
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE=""
63
64 RDEPEND=">=app-i18n/scim-0.99.8"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 src_unpack() {
69 unpack ${A}
70 cd "${S}"
71 epatch "${FILESDIR}/${P}-gcc43.patch"
72 eautoreconf
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install || die "emake install failed"
77
78 dodoc AUTHORS ChangeLog NEWS README
79 }