summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-04-02 16:04:05 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-04-02 16:04:05 +0000
commit3d023ed06211d0bc45f2d65426637699990a20f4 (patch)
tree7f622c82f1b9bab8e9839734e32436570d0e10f8 /app-i18n/ibus-table-extraphrase
parentalpha/ia64/x86 stable wrt #208942 (diff)
downloadhistorical-3d023ed06211d0bc45f2d65426637699990a20f4.tar.gz
historical-3d023ed06211d0bc45f2d65426637699990a20f4.tar.bz2
historical-3d023ed06211d0bc45f2d65426637699990a20f4.zip
Version bumped.
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table-extraphrase')
-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
+}