summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-01-16 18:12:47 +0000
committerBen de Groot <yngwin@gentoo.org>2013-01-16 18:12:47 +0000
commit1651179994eba9137bb5299e89dbdf3dae73b517 (patch)
tree025421f798dfd2320d14cefd9fdcf489a161d369 /app-i18n/ibus-rime
parentFix linguas support in fx-18 (diff)
downloadgentoo-2-1651179994eba9137bb5299e89dbdf3dae73b517.tar.gz
gentoo-2-1651179994eba9137bb5299e89dbdf3dae73b517.tar.bz2
gentoo-2-1651179994eba9137bb5299e89dbdf3dae73b517.zip
version bump
(Portage version: 2.2.0_alpha152/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'app-i18n/ibus-rime')
-rw-r--r--app-i18n/ibus-rime/ChangeLog7
-rw-r--r--app-i18n/ibus-rime/ibus-rime-0.9.6.ebuild29
2 files changed, 35 insertions, 1 deletions
diff --git a/app-i18n/ibus-rime/ChangeLog b/app-i18n/ibus-rime/ChangeLog
index 4343a57c0d1b..68e1c8773cb0 100644
--- a/app-i18n/ibus-rime/ChangeLog
+++ b/app-i18n/ibus-rime/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-i18n/ibus-rime
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v 1.2 2013/01/15 09:21:12 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v 1.3 2013/01/16 18:12:47 yngwin Exp $
+
+*ibus-rime-0.9.6 (16 Jan 2013)
+
+ 16 Jan 2013; Ben de Groot <yngwin@gentoo.org> +ibus-rime-0.9.6.ebuild:
+ version bump
*ibus-rime-0.9.3 (15 Jan 2013)
diff --git a/app-i18n/ibus-rime/ibus-rime-0.9.6.ebuild b/app-i18n/ibus-rime/ibus-rime-0.9.6.ebuild
new file mode 100644
index 000000000000..9a8760c71828
--- /dev/null
+++ b/app-i18n/ibus-rime/ibus-rime-0.9.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ibus-rime-0.9.6.ebuild,v 1.1 2013/01/16 18:12:47 yngwin Exp $
+
+EAPI=4
+
+inherit vcs-snapshot
+
+DESCRIPTION="Rime Input Method Engine for IBus Framework"
+HOMEPAGE="http://code.google.com/p/rimeime/"
+SRC_URI="https://github.com/lotem/${PN}/tarball/rime-${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+COMMON_DEPEND="app-i18n/ibus
+ app-i18n/librime
+ x11-libs/libnotify"
+DEPEND="${COMMON_DEPEND}
+ dev-util/cmake"
+RDEPEND="${COMMON_DEPEND}
+ app-i18n/rime-data"
+
+src_prepare() {
+ sed -i -e "/^libexecdir/s:/lib:/libexec:" Makefile || die
+ sed -i -e "/exec/s:/usr/lib:/usr/libexec:" rime.xml || die
+}