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