diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-20 16:48:52 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-07-20 16:48:52 +0000 |
commit | 169d947120d956133057e9d3cc995c2d86d425f8 (patch) | |
tree | cdc044feb1061cdc6baaf5804ff8998d489e8acb /app-i18n | |
parent | Mask x11-misc/xfkc for removal since it doesn't compile wrt #278466 and becau... (diff) | |
download | gentoo-2-169d947120d956133057e9d3cc995c2d86d425f8.tar.gz gentoo-2-169d947120d956133057e9d3cc995c2d86d425f8.tar.bz2 gentoo-2-169d947120d956133057e9d3cc995c2d86d425f8.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-quick/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-table-quick/ibus-table-quick-1.2.0.20090720.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/app-i18n/ibus-table-quick/ChangeLog b/app-i18n/ibus-table-quick/ChangeLog index 6a5cbb1fbd94..899506aebf17 100644 --- a/app-i18n/ibus-table-quick/ChangeLog +++ b/app-i18n/ibus-table-quick/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-table-quick # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-quick/ChangeLog,v 1.1 2009/06/01 15:37:45 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-quick/ChangeLog,v 1.2 2009/07/20 16:48:52 matsuu Exp $ + +*ibus-table-quick-1.2.0.20090720 (20 Jul 2009) + + 20 Jul 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-table-quick-1.2.0.20090720.ebuild: + Version bumped. *ibus-table-quick-1.1.0.20090601 (01 Jun 2009) diff --git a/app-i18n/ibus-table-quick/ibus-table-quick-1.2.0.20090720.ebuild b/app-i18n/ibus-table-quick/ibus-table-quick-1.2.0.20090720.ebuild new file mode 100644 index 000000000000..cfa51d984a9b --- /dev/null +++ b/app-i18n/ibus-table-quick/ibus-table-quick-1.2.0.20090720.ebuild @@ -0,0 +1,32 @@ +# 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-quick/ibus-table-quick-1.2.0.20090720.ebuild,v 1.1 2009/07/20 16:48:52 matsuu Exp $ + +DESCRIPTION="The Quick input method on IBus Table" +HOMEPAGE="http://code.google.com/p/ibus/" +SRC_URI="http://ibus.googlecode.com/files/${P}.tar.gz" + +LICENSE="GPL-2 public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=app-i18n/ibus-table-1.1 + >=dev-lang/python-2.5 + !<app-i18n/ibus-table-cangjie-1.1.0.20090601" +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 +} |