summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2009-06-01 15:31:30 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2009-06-01 15:31:30 +0000
commitfa5aca5f3a6aedafca535c658f8965bdb51054e8 (patch)
tree6dad061a58ad9bdb039c01552078c648d868b83c /app-i18n/ibus-table-cangjie
parentSparc stable, required for Bug #271815. (diff)
downloadgentoo-2-fa5aca5f3a6aedafca535c658f8965bdb51054e8.tar.gz
gentoo-2-fa5aca5f3a6aedafca535c658f8965bdb51054e8.tar.bz2
gentoo-2-fa5aca5f3a6aedafca535c658f8965bdb51054e8.zip
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-cangjie')
-rw-r--r--app-i18n/ibus-table-cangjie/ChangeLog8
-rw-r--r--app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090601.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-cangjie/ChangeLog b/app-i18n/ibus-table-cangjie/ChangeLog
index 8d6502423d78..8de245b1d065 100644
--- a/app-i18n/ibus-table-cangjie/ChangeLog
+++ b/app-i18n/ibus-table-cangjie/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-i18n/ibus-table-cangjie
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.5 2009/05/24 00:59:29 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.6 2009/06/01 15:31:30 matsuu Exp $
+
+*ibus-table-cangjie-1.1.0.20090601 (01 Jun 2009)
+
+ 01 Jun 2009; MATSUU Takuto <matsuu@gentoo.org>
+ +ibus-table-cangjie-1.1.0.20090601.ebuild:
+ Version bumped.
*ibus-table-cangjie-1.1.0.20090514 (24 May 2009)
diff --git a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090601.ebuild b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090601.ebuild
new file mode 100644
index 000000000000..9a94e1409249
--- /dev/null
+++ b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090601.ebuild
@@ -0,0 +1,31 @@
+# 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-cangjie/ibus-table-cangjie-1.1.0.20090601.ebuild,v 1.1 2009/06/01 15:31:30 matsuu Exp $
+
+DESCRIPTION="The CangJie for IBus Tables"
+HOMEPAGE="http://code.google.com/p/ibus/"
+SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2 public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/ibus-table-1.1
+ >=dev-lang/python-2.5"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README
+}
+
+pkg_postinst() {
+ ewarn "This package is very experimental, please report your bugs to"
+ ewarn "http://ibus.googlecode.com/issues/list"
+ elog
+ elog "You should run ibus-setup and enable IM Engines you want to use!"
+ elog
+}