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/libhangul: ChangeLog libhangul-0.0.9.ebuild
Date: Sun, 22 Mar 2009 03:55:16
Message-Id: E1LlEmI-000890-Lg@stork.gentoo.org
1 matsuu 09/03/22 03:55:14
2
3 Modified: ChangeLog
4 Added: libhangul-0.0.9.ebuild
5 Log:
6 Version bumped, bug #263211.
7 (Portage version: 2.1.6.8/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 app-i18n/libhangul/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libhangul/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libhangul/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libhangul/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 16 Nov 2008 16:36:17 -0000 1.15
23 +++ ChangeLog 22 Mar 2009 03:55:14 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-i18n/libhangul
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.15 2008/11/16 16:36:17 matsuu Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/ChangeLog,v 1.16 2009/03/22 03:55:14 matsuu Exp $
30 +
31 +*libhangul-0.0.9 (22 Mar 2009)
32 +
33 + 22 Mar 2009; MATSUU Takuto <matsuu@g.o> +libhangul-0.0.9.ebuild:
34 + Version bumped, bug #263211.
35
36 16 Nov 2008; MATSUU Takuto <matsuu@g.o> -libhangul-0.0.3.ebuild,
37 -libhangul-0.0.4.ebuild, -libhangul-0.0.6.ebuild:
38
39
40
41 1.1 app-i18n/libhangul/libhangul-0.0.9.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libhangul/libhangul-0.0.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/libhangul/libhangul-0.0.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libhangul-0.0.9.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-i18n/libhangul/libhangul-0.0.9.ebuild,v 1.1 2009/03/22 03:55:14 matsuu Exp $
51
52 DESCRIPTION="libhangul is a generalized and portable library for processing hangul."
53 HOMEPAGE="http://kldp.net/projects/hangul/"
54 SRC_URI="http://kldp.net/frs/download.php/4943/${P}.tar.gz"
55
56 LICENSE="LGPL-2.1"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~ppc ~x86"
59 IUSE=""
60
61 src_install() {
62 emake DESTDIR="${D}" install || die "emake install failed"
63
64 dodoc AUTHORS ChangeLog NEWS README
65 }