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/ibus-table-extraphrase: ChangeLog ibus-table-extraphrase-1.1.0.20090327.ebuild
Date: Thu, 02 Apr 2009 16:00:21
Message-Id: E1LpPL1-0001op-W7@stork.gentoo.org
1 matsuu 09/04/02 16:00:19
2
3 Modified: ChangeLog
4 Added: ibus-table-extraphrase-1.1.0.20090327.ebuild
5 Log:
6 Version bumped.
7 (Portage version: 2.1.6.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-i18n/ibus-table-extraphrase/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 31 Mar 2009 15:12:37 -0000 1.4
23 +++ ChangeLog 2 Apr 2009 16:00:19 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for app-i18n/ibus-table-extraphrase
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.4 2009/03/31 15:12:37 matsuu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.5 2009/04/02 16:00:19 matsuu Exp $
29 +
30 +*ibus-table-extraphrase-1.1.0.20090327 (02 Apr 2009)
31 +
32 + 02 Apr 2009; MATSUU Takuto <matsuu@g.o>
33 + +ibus-table-extraphrase-1.1.0.20090327.ebuild:
34 + Version bumped.
35
36 31 Mar 2009; MATSUU Takuto <matsuu@g.o>
37 -ibus-table-extraphrase-0.1.2.20090102.ebuild:
38
39
40
41 1.1 app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ibus-table-extraphrase-1.1.0.20090327.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/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild,v 1.1 2009/04/02 16:00:19 matsuu Exp $
51
52 DESCRIPTION="Chinese extra phrases for ibus-table based IME"
53 HOMEPAGE="http://code.google.com/p/ibus/"
54 SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
55
56 LICENSE="GPL-2"
57 SLOT="0"
58 KEYWORDS="~amd64 ~x86"
59 IUSE=""
60
61 DEPEND=">=app-i18n/ibus-table-1.1
62 dev-util/pkgconfig"
63 RDEPEND=""
64
65 src_install() {
66 emake DESTDIR="${D}" install || die
67
68 dodoc AUTHORS ChangeLog NEWS README
69 }