diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-25 17:11:24 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-02-25 17:11:24 +0000 |
commit | bfc84de5b83b8fcaa5d24cba7e4189a0f30676cd (patch) | |
tree | 68174035ba36b86c497041e03f8145c48414b57b /app-i18n/ibus-table-cangjie | |
parent | Version bumped. (diff) | |
download | gentoo-2-bfc84de5b83b8fcaa5d24cba7e4189a0f30676cd.tar.gz gentoo-2-bfc84de5b83b8fcaa5d24cba7e4189a0f30676cd.tar.bz2 gentoo-2-bfc84de5b83b8fcaa5d24cba7e4189a0f30676cd.zip |
Version bumped. Removed extra-phrases USE flag.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-table-cangjie')
3 files changed, 48 insertions, 4 deletions
diff --git a/app-i18n/ibus-table-cangjie/ChangeLog b/app-i18n/ibus-table-cangjie/ChangeLog index fdecf562f1a9..0dd0b75ebac1 100644 --- a/app-i18n/ibus-table-cangjie/ChangeLog +++ b/app-i18n/ibus-table-cangjie/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-i18n/ibus-table-cangjie # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.1 2009/01/02 16:26:16 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ChangeLog,v 1.2 2009/02/25 17:11:24 matsuu Exp $ + +*ibus-table-cangjie-1.1.0.20090220 (25 Feb 2009) + + 25 Feb 2009; MATSUU Takuto <matsuu@gentoo.org> + ibus-table-cangjie-0.1.2.20090101.ebuild, + +ibus-table-cangjie-1.1.0.20090220.ebuild: + Version bumped. Removed extra-phrases USE flag. *ibus-table-cangjie-0.1.2.20090101 (02 Jan 2009) diff --git a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild index 97e28d127615..961b9e578a2d 100644 --- a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild +++ b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild @@ -1,6 +1,6 @@ # 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-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild,v 1.2 2009/02/05 16:06:59 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-table-cangjie/ibus-table-cangjie-0.1.2.20090101.ebuild,v 1.3 2009/02/25 17:11:24 matsuu Exp $ DESCRIPTION="The CangJie for IBus Tables" HOMEPAGE="http://code.google.com/p/ibus/" @@ -19,8 +19,7 @@ DEPEND="${RDEPEND} src_compile() { econf \ --enable-cangjie5 \ - --enable-cangjie3 \ - $(use_enable extra-phrases) || die + --enable-cangjie3 || die emake || die } diff --git a/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild new file mode 100644 index 000000000000..5821af212ae4 --- /dev/null +++ b/app-i18n/ibus-table-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild @@ -0,0 +1,38 @@ +# 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-cangjie/ibus-table-cangjie-1.1.0.20090220.ebuild,v 1.1 2009/02/25 17:11:24 matsuu Exp $ + +DESCRIPTION="The CangJie 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="" + +RDEPEND=">=app-i18n/ibus-table-1.1 + >=dev-lang/python-2.5" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +src_compile() { + econf \ + --enable-cangjie5 \ + --enable-cangjie3 || 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 +} |