Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/m17n-db: ChangeLog m17n-db-1.6.2.ebuild
Date: Mon, 04 Apr 2011 00:59:14
Message-Id: 20110404005904.74BB920057@flycatcher.gentoo.org
1 flameeyes 11/04/04 00:59:04
2
3 Modified: ChangeLog
4 Added: m17n-db-1.6.2.ebuild
5 Log:
6 Version bump; apply a patch from ChromiumOS by Peng Huang to fix issues with traditional Chinese input.
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.45 dev-db/m17n-db/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/m17n-db/ChangeLog?rev=1.45&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/m17n-db/ChangeLog?rev=1.45&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/m17n-db/ChangeLog?r1=1.44&r2=1.45
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v
20 retrieving revision 1.44
21 retrieving revision 1.45
22 diff -u -r1.44 -r1.45
23 --- ChangeLog 31 Jan 2010 11:47:53 -0000 1.44
24 +++ ChangeLog 4 Apr 2011 00:59:04 -0000 1.45
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-db/m17n-db
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.44 2010/01/31 11:47:53 armin76 Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.45 2011/04/04 00:59:04 flameeyes Exp $
31 +
32 +*m17n-db-1.6.2 (04 Apr 2011)
33 +
34 + 04 Apr 2011; Diego E. Pettenò <flameeyes@g.o> +m17n-db-1.6.2.ebuild,
35 + +files/do-not-commit-extra-space.patch:
36 + Version bump; apply a patch from ChromiumOS by Peng Huang to fix issues with
37 + traditional Chinese input.
38
39 31 Jan 2010; Raúl Porcel <armin76@g.o> m17n-db-1.5.2.ebuild:
40 arm stable wrt #296159
41
42
43
44 1.1 dev-db/m17n-db/m17n-db-1.6.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/m17n-db/m17n-db-1.6.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/m17n-db/m17n-db-1.6.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: m17n-db-1.6.2.ebuild
50 ===================================================================
51 # Copyright 1999-2011 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.6.2.ebuild,v 1.1 2011/04/04 00:59:04 flameeyes Exp $
54
55 EAPI=4
56
57 DESCRIPTION="Database for the m17n library"
58 HOMEPAGE="http://www.m17n.org/m17n-lib/"
59 SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
60
61 LICENSE="LGPL-2.1"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
64 IUSE=""
65
66 DEPEND="sys-devel/gettext"
67 RDEPEND="virtual/libintl"
68
69 src_prepare() {
70 epatch "${FILESDIR}"/do-not-commit-extra-space.patch
71 }
72
73 src_install() {
74 emake DESTDIR="${D}" install || die
75
76 dodoc AUTHORS ChangeLog NEWS README
77 docinto FORMATS; dodoc FORMATS/*
78 docinto UNIDATA; dodoc UNIDATA/*
79 }