diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-25 17:14:28 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-25 17:14:28 +0000 |
commit | 60cac50cf4698772434d3a1194531788841487ea (patch) | |
tree | 5293e7146105ea27e9dc71b7a99d892a0e5750d5 /app-i18n/ibus-table-zhengma | |
parent | Marked ~hppa too. (diff) | |
download | historical-60cac50cf4698772434d3a1194531788841487ea.tar.gz historical-60cac50cf4698772434d3a1194531788841487ea.tar.bz2 historical-60cac50cf4698772434d3a1194531788841487ea.zip |
Version bumped.
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-table-zhengma')
-rw-r--r-- | app-i18n/ibus-table-zhengma/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-zhengma/ibus-table-zhengma-1.1.0.20090219.ebuild | 36 |
2 files changed, 43 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-zhengma/ChangeLog b/app-i18n/ibus-table-zhengma/ChangeLog index 646bb21ebba6..304b49d7b2dd 100644 --- a/app-i18n/ibus-table-zhengma/ChangeLog +++ b/app-i18n/ibus-table-zhengma/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-table-zhengma # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-zhengma/ChangeLog,v 1.2 2009/02/05 16:11:53 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-zhengma/ChangeLog,v 1.3 2009/02/25 17:14:28 matsuu Exp $ + +*ibus-table-zhengma-1.1.0.20090219 (25 Feb 2009) + + 25 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-zhengma-1.1.0.20090219.ebuild: + Version bumped. 05 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> ibus-table-zhengma-0.1.2.20090101.ebuild: diff --git a/app-i18n/ibus-table-zhengma/ibus-table-zhengma-1.1.0.20090219.ebuild b/app-i18n/ibus-table-zhengma/ibus-table-zhengma-1.1.0.20090219.ebuild new file mode 100644 index 000000000000..54677b9eeb5c --- /dev/null +++ b/app-i18n/ibus-table-zhengma/ibus-table-zhengma-1.1.0.20090219.ebuild @@ -0,0 +1,36 @@ +# 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-zhengma/ibus-table-zhengma-1.1.0.20090219.ebuild,v 1.1 2009/02/25 17:14:28 matsuu Exp $ + +DESCRIPTION="The ZhengMa for IBus Tables" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="extra-phrases" + +RDEPEND=">=app-i18n/ibus-table-1.1" +DEPEND="${RDEPEND} + extra-phrases? ( >=app-i18n/ibus-table-extraphrase-1.1 ) + dev-util/pkgconfig" + +src_compile() { + econf $(use_enable extra-phrases) || die + emake || die +} + +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 +} |