summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-02-25 17:13:15 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-02-25 17:13:15 +0000
commite5a52f49da9cca8ba8dfb54874c7aaf2a32432b6 (patch)
treee920f1729e9e68bbd68f0dcde4c15416370fda56 /app-i18n
parentMarked ~hppa too. (diff)
downloadgentoo-2-e5a52f49da9cca8ba8dfb54874c7aaf2a32432b6.tar.gz
gentoo-2-e5a52f49da9cca8ba8dfb54874c7aaf2a32432b6.tar.bz2
gentoo-2-e5a52f49da9cca8ba8dfb54874c7aaf2a32432b6.zip
Version bumped.
(Portage version: 2.1.6.7/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.20090219.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 453197c21c7f..bb38a2e50679 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.2 2009/02/05 16:10:19 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-extraphrase/ChangeLog,v 1.3 2009/02/25 17:13:15 matsuu Exp $
+
+*ibus-table-extraphrase-1.1.0.20090219 (25 Feb 2009)
+
+ 25 Feb 2009; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-extraphrase-1.1.0.20090219.ebuild:
+ Version bumped.
05 Feb 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.20090219.ebuild b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090219.ebuild
new file mode 100644
index 000000000000..73c267dd3ab9
--- /dev/null
+++ b/app-i18n/ibus-table-extraphrase/ibus-table-extraphrase-1.1.0.20090219.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.20090219.ebuild,v 1.1 2009/02/25 17:13:15 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
+}