diff options
author | Naohiro Aota <naota@gentoo.org> | 2013-01-15 09:21:12 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2013-01-15 09:21:12 +0000 |
commit | 84dafe697a594cb2749d12705c03d7bf89420ab5 (patch) | |
tree | 7c2b5c1152445a009f0d762bf41ae9f6bacc67c8 /app-i18n/ibus-rime | |
parent | bumped. #451904 (diff) | |
download | gentoo-2-84dafe697a594cb2749d12705c03d7bf89420ab5.tar.gz gentoo-2-84dafe697a594cb2749d12705c03d7bf89420ab5.tar.bz2 gentoo-2-84dafe697a594cb2749d12705c03d7bf89420ab5.zip |
bumped. #451870
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'app-i18n/ibus-rime')
-rw-r--r-- | app-i18n/ibus-rime/ChangeLog | 9 | ||||
-rw-r--r-- | app-i18n/ibus-rime/ibus-rime-0.9.3.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/app-i18n/ibus-rime/ChangeLog b/app-i18n/ibus-rime/ChangeLog index 1f67b10a3fa9..4343a57c0d1b 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-rime/ChangeLog,v 1.1 2012/09/01 10:54:20 yngwin Exp $ +# 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 $ + +*ibus-rime-0.9.3 (15 Jan 2013) + + 15 Jan 2013; Naohiro Aota <naota@gentoo.org> +ibus-rime-0.9.3.ebuild: + bumped. #451870 *ibus-rime-0.9.2 (01 Sep 2012) diff --git a/app-i18n/ibus-rime/ibus-rime-0.9.3.ebuild b/app-i18n/ibus-rime/ibus-rime-0.9.3.ebuild new file mode 100644 index 000000000000..7ec85d503a80 --- /dev/null +++ b/app-i18n/ibus-rime/ibus-rime-0.9.3.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.3.ebuild,v 1.1 2013/01/15 09:21:12 naota 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:/usr/lib:/usr/libexec:" Makefile || die + sed -i -e "/exec/s:/usr/lib:/usr/libexec:" rime.xml || die +} |