summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-04-02 16:00:19 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-04-02 16:00:19 +0000
commitd0b41866f6ad8faf2c67bf14f9cd87e2007bc441 (patch)
tree2c6fef1552c229520af8506b60197862430b187f /app-i18n
parentalpha/ia64/x86 stable wrt #208942 (diff)
downloadgentoo-2-d0b41866f6ad8faf2c67bf14f9cd87e2007bc441.tar.gz
gentoo-2-d0b41866f6ad8faf2c67bf14f9cd87e2007bc441.tar.bz2
gentoo-2-d0b41866f6ad8faf2c67bf14f9cd87e2007bc441.zip
Version bumped.
(Portage version: 2.1.6.11/cvs/Linux x86_64)
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.20090327.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 270aa7dff20f..952e6bb60112 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.4 2009/03/31 15:12:37 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.5 2009/04/02 16:00:19 matsuu Exp $
+
+*ibus-table-extraphrase-1.1.0.20090327 (02 Apr 2009)
+
+ 02 Apr 2009; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-extraphrase-1.1.0.20090327.ebuild:
+ Version bumped.
31 Mar 2009; MATSUU Takuto <matsuu@gentoo.org>
-ibus-table-extraphrase-0.1.2.20090102.ebuild:
diff --git a/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.ebuild
new file mode 100644
index 000000000000..4348aa568f41
--- /dev/null
+++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090327.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.20090327.ebuild,v 1.1 2009/04/02 16:00:19 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
+}