summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-table-extraphrase/ChangeLog8
-rw-r--r--app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-extraphrase/ChangeLog b/app-i18n/ibus-table-extraphrase/ChangeLog
index 346d98248c24..afbab271dd96 100644
--- a/app-i18n/ibus-table-extraphrase/ChangeLog
+++ b/app-i18n/ibus-table-extraphrase/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-extraphrase
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.6 2009/04/12 02:57:06 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.7 2009/04/23 14:04:31 matsuu Exp $
+
+*ibus-table-extraphrase-1.1.0.20090415 (23 Apr 2009)
+
+ 23 Apr 2009; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-extraphrase-1.1.0.20090415.ebuild:
+ Version bumped.
*ibus-table-extraphrase-1.1.0.20090406 (12 Apr 2009)
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild
new file mode 100644
index 000000000000..aed49a2044a9
--- /dev/null
+++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090415.ebuild,v 1.1 2009/04/23 14:04:31 matsuu Exp $
+
+DESCRIPTION="Chinese extra phrases for ibus-table based IME"
+HOMEPAGE="http://code.google.com/p/ibus/"
+SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=app-i18n/ibus-table-1.1
+ dev-util/pkgconfig"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+}