Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/m17n-db: ChangeLog m17n-db-1.5.5.ebuild
Date: Tue, 26 Jan 2010 15:26:06
Message-Id: E1NZnIm-0007f6-Ui@stork.gentoo.org
1 matsuu 10/01/26 15:26:00
2
3 Modified: ChangeLog
4 Added: m17n-db-1.5.5.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.43 dev-db/m17n-db/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/m17n-db/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/m17n-db/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/m17n-db/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 12 Oct 2009 16:38:01 -0000 1.42
23 +++ ChangeLog 26 Jan 2010 15:26:00 -0000 1.43
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-db/m17n-db
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.42 2009/10/12 16:38:01 armin76 Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/ChangeLog,v 1.43 2010/01/26 15:26:00 matsuu Exp $
30 +
31 +*m17n-db-1.5.5 (26 Jan 2010)
32 +
33 + 26 Jan 2010; MATSUU Takuto <matsuu@g.o> +m17n-db-1.5.5.ebuild:
34 + Version bumped.
35
36 12 Oct 2009; Raúl Porcel <armin76@g.o> m17n-db-1.5.2.ebuild:
37 sh stable
38
39
40
41 1.1 dev-db/m17n-db/m17n-db-1.5.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: m17n-db-1.5.5.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-db/m17n-db/m17n-db-1.5.5.ebuild,v 1.1 2010/01/26 15:26:00 matsuu Exp $
51
52 DESCRIPTION="Database for the m17n library"
53 HOMEPAGE="http://www.m17n.org/m17n-lib/"
54 SRC_URI="http://www.m17n.org/m17n-lib-download/${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
59 IUSE=""
60
61 DEPEND="sys-devel/gettext"
62 RDEPEND="virtual/libintl"
63
64 src_install() {
65 emake DESTDIR="${D}" install || die
66
67 dodoc AUTHORS ChangeLog NEWS README || die
68 docinto FORMATS; dodoc FORMATS/* || die
69 docinto UNIDATA; dodoc UNIDATA/* || die
70 }