diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-20 16:48:58 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-20 16:48:58 +0000 |
commit | b63b46e6490605f70037a414e34029443060dcad (patch) | |
tree | 47b30c641f70e80b5d1b6200df11f08d49b92db1 /app-i18n | |
parent | Version bumped. (diff) | |
download | gentoo-2-b63b46e6490605f70037a414e34029443060dcad.tar.gz gentoo-2-b63b46e6490605f70037a414e34029443060dcad.tar.bz2 gentoo-2-b63b46e6490605f70037a414e34029443060dcad.zip |
Version bumped.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ibus-table-xinhua/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.2.0.20090720.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-xinhua/ChangeLog b/app-i18n/ibus-table-xinhua/ChangeLog index 0d0b91a93ae6..e5f456b8885f 100644 --- a/app-i18n/ibus-table-xinhua/ChangeLog +++ b/app-i18n/ibus-table-xinhua/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-table-xinhua # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-xinhua/ChangeLog,v 1.1 2009/06/01 15:39:09 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-xinhua/ChangeLog,v 1.2 2009/07/20 16:48:58 matsuu Exp $ + +*ibus-table-xinhua-1.2.0.20090720 (20 Jul 2009) + + 20 Jul 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-xinhua-1.2.0.20090720.ebuild: + Version bumped. *ibus-table-xinhua-1.1.0.20090601 (01 Jun 2009) diff --git a/app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.2.0.20090720.ebuild b/app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.2.0.20090720.ebuild new file mode 100644 index 000000000000..d5e162c10ed1 --- /dev/null +++ b/app-i18n/ibus-table-xinhua/ibus-table-xinhua-1.2.0.20090720.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-xinhua/ibus-table-xinhua-1.2.0.20090720.ebuild,v 1.1 2009/07/20 16:48:58 matsuu Exp $ + +DESCRIPTION="The Xin Hua input method on IBus Table" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-3" +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 +} |