summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2010-06-15 17:56:12 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2010-06-15 17:56:12 +0000
commitdc235f516c43928be72372e55d529cc1785d53fa (patch)
tree334f57d953d96998be86bf7cefd6058ffef75e01 /app-i18n
parentQA, cleanup ebuilds, Version Bump (diff)
downloadgentoo-2-dc235f516c43928be72372e55d529cc1785d53fa.tar.gz
gentoo-2-dc235f516c43928be72372e55d529cc1785d53fa.tar.bz2
gentoo-2-dc235f516c43928be72372e55d529cc1785d53fa.zip
Version bumped.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ibus-unikey/ChangeLog7
-rw-r--r--app-i18n/ibus-unikey/ibus-unikey-0.5.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/app-i18n/ibus-unikey/ChangeLog b/app-i18n/ibus-unikey/ChangeLog
index 19a0950c4702..07b512b1b0d4 100644
--- a/app-i18n/ibus-unikey/ChangeLog
+++ b/app-i18n/ibus-unikey/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/ibus-unikey
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v 1.2 2010/04/14 16:42:44 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ChangeLog,v 1.3 2010/06/15 17:56:12 matsuu Exp $
+
+*ibus-unikey-0.5 (15 Jun 2010)
+
+ 15 Jun 2010; MATSUU Takuto <matsuu@gentoo.org> +ibus-unikey-0.5.ebuild:
+ Version bumped.
*ibus-unikey-0.4 (14 Apr 2010)
diff --git a/app-i18n/ibus-unikey/ibus-unikey-0.5.ebuild b/app-i18n/ibus-unikey/ibus-unikey-0.5.ebuild
new file mode 100644
index 000000000000..a7258ebe06f0
--- /dev/null
+++ b/app-i18n/ibus-unikey/ibus-unikey-0.5.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-unikey/ibus-unikey-0.5.ebuild,v 1.1 2010/06/15 17:56:12 matsuu Exp $
+
+EAPI="2"
+
+DESCRIPTION="Vietnamese Input Method Engine for IBUS using Unikey IME"
+HOMEPAGE="http://code.google.com/p/ibus-unikey/"
+SRC_URI="http://ibus-unikey.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=app-i18n/ibus-1.2
+ gnome-base/gconf:2
+ >=x11-libs/gtk+-2.12:2
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+
+ dodoc AUTHORS ChangeLog NEWS README || die
+}