diff options
author | 2009-03-30 16:03:37 +0000 | |
---|---|---|
committer | 2009-03-30 16:03:37 +0000 | |
commit | ffffa73f9312f5d296f6a2395b6ab650c404ed59 (patch) | |
tree | 62434e02bc3b57fd5aedc99839a8eec90aed4921 /app-i18n/ibus-hangul | |
parent | arm/s390/sh stable wrt #252567 (diff) | |
download | gentoo-2-ffffa73f9312f5d296f6a2395b6ab650c404ed59.tar.gz gentoo-2-ffffa73f9312f5d296f6a2395b6ab650c404ed59.tar.bz2 gentoo-2-ffffa73f9312f5d296f6a2395b6ab650c404ed59.zip |
Version bumped.
(Portage version: 2.1.6.8/cvs/Linux x86_64)
Diffstat (limited to 'app-i18n/ibus-hangul')
-rw-r--r-- | app-i18n/ibus-hangul/ChangeLog | 8 | ||||
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090328.ebuild | 39 |
2 files changed, 46 insertions, 1 deletions
diff --git a/app-i18n/ibus-hangul/ChangeLog b/app-i18n/ibus-hangul/ChangeLog index 60cacd5e41aa..608fe270dfb2 100644 --- a/app-i18n/ibus-hangul/ChangeLog +++ b/app-i18n/ibus-hangul/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-i18n/ibus-hangul # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.5 2009/03/23 16:32:57 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.6 2009/03/30 16:03:37 matsuu Exp $ + +*ibus-hangul-1.1.0.20090328 (30 Mar 2009) + + 30 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + +ibus-hangul-1.1.0.20090328.ebuild: + Version bumped. 23 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> -ibus-hangul-0.1.1.20081023.ebuild, -ibus-hangul-1.1.0.20090205.ebuild: diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090328.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090328.ebuild new file mode 100644 index 000000000000..a191d45949df --- /dev/null +++ b/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090328.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090328.ebuild,v 1.1 2009/03/30 16:03:37 matsuu Exp $ + +DESCRIPTION="The Hangul engine for IBus input platform" +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="nls" + +RDEPEND=">=dev-lang/python-2.5 + >=app-i18n/ibus-1.1 + app-i18n/libhangul + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + nls? ( >=sys-devel/gettext-0.16.1 )" + +src_compile() { + econf $(use_enable nls) || 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 +} |