diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-23 16:32:58 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-03-23 16:32:58 +0000 |
commit | 98cf39ff357a54ce0563a8f33d17e058e721972c (patch) | |
tree | 99d9f489a968660bb221a340848e99440a11a400 /app-i18n/ibus-hangul | |
parent | Version bumped. (diff) | |
download | historical-98cf39ff357a54ce0563a8f33d17e058e721972c.tar.gz historical-98cf39ff357a54ce0563a8f33d17e058e721972c.tar.bz2 historical-98cf39ff357a54ce0563a8f33d17e058e721972c.zip |
Removed old versions.
Package-Manager: portage-2.1.6.8/cvs/Linux x86_64
Diffstat (limited to 'app-i18n/ibus-hangul')
-rw-r--r-- | app-i18n/ibus-hangul/ChangeLog | 6 | ||||
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-0.1.1.20081023.ebuild | 55 | ||||
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090205.ebuild | 55 |
3 files changed, 5 insertions, 111 deletions
diff --git a/app-i18n/ibus-hangul/ChangeLog b/app-i18n/ibus-hangul/ChangeLog index 395b919f6990..60cacd5e41aa 100644 --- a/app-i18n/ibus-hangul/ChangeLog +++ b/app-i18n/ibus-hangul/ChangeLog @@ -1,6 +1,10 @@ # 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.4 2009/02/12 14:49:55 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.5 2009/03/23 16:32:57 matsuu Exp $ + + 23 Mar 2009; MATSUU Takuto <matsuu@gentoo.org> + -ibus-hangul-0.1.1.20081023.ebuild, -ibus-hangul-1.1.0.20090205.ebuild: + Removed old versions. *ibus-hangul-1.1.0.20090211 (12 Feb 2009) diff --git a/app-i18n/ibus-hangul/ibus-hangul-0.1.1.20081023.ebuild b/app-i18n/ibus-hangul/ibus-hangul-0.1.1.20081023.ebuild deleted file mode 100644 index 938ca0daa423..000000000000 --- a/app-i18n/ibus-hangul/ibus-hangul-0.1.1.20081023.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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-0.1.1.20081023.ebuild,v 1.2 2009/02/05 16:17:26 matsuu Exp $ - -inherit python - -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="=app-i18n/ibus-0.1* - app-i18n/libhangul - >=dev-lang/python-2.5 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-lang/swig - dev-util/pkgconfig - nls? ( >=sys-devel/gettext-0.16.1 )" - -src_unpack() { - unpack ${A} - cd "${S}" - mv py-compile py-compile.orig || die - ln -s "$(type -P true)" py-compile || die -} - -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 - - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090205.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090205.ebuild deleted file mode 100644 index 0a90e5145c65..000000000000 --- a/app-i18n/ibus-hangul/ibus-hangul-1.1.0.20090205.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# 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.20090205.ebuild,v 1.1 2009/02/05 16:17:26 matsuu Exp $ - -inherit python - -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=">=app-i18n/ibus-1.1 - app-i18n/libhangul - >=dev-lang/python-2.5 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-lang/swig - dev-util/pkgconfig - nls? ( >=sys-devel/gettext-0.16.1 )" - -src_unpack() { - unpack ${A} - cd "${S}" - mv py-compile py-compile.orig || die - ln -s "$(type -P true)" py-compile || die -} - -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 - - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |