diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-09 19:03:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-09 19:03:49 +0000 |
commit | 6a7b4d199a79ea474dabc7d9fe95d5ce1439710f (patch) | |
tree | 092da91fa253c24f828b26ed523549e7b4e9cee2 /app-i18n/ibus-hangul | |
parent | old (diff) | |
download | gentoo-2-6a7b4d199a79ea474dabc7d9fe95d5ce1439710f.tar.gz gentoo-2-6a7b4d199a79ea474dabc7d9fe95d5ce1439710f.tar.bz2 gentoo-2-6a7b4d199a79ea474dabc7d9fe95d5ce1439710f.zip |
old
(Portage version: 2.2.0_alpha90/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-1.2.0.20100102.ebuild | 42 | ||||
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.3.2.ebuild | 57 |
3 files changed, 5 insertions, 100 deletions
diff --git a/app-i18n/ibus-hangul/ChangeLog b/app-i18n/ibus-hangul/ChangeLog index dc5c87ce785e..b4092fc392fd 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.17 2012/01/21 03:06:54 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ibus-hangul/ChangeLog,v 1.18 2012/03/09 19:03:49 ssuominen Exp $ + + 09 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> + -ibus-hangul-1.2.0.20100102.ebuild, -ibus-hangul-1.3.2.ebuild: + old *ibus-hangul-1.4.0 (21 Jan 2012) *ibus-hangul-1.3.2 (21 Jan 2012) diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild deleted file mode 100644 index 7bed536ffd76..000000000000 --- a/app-i18n/ibus-hangul/ibus-hangul-1.2.0.20100102.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2011 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.2.0.20100102.ebuild,v 1.6 2011/05/25 00:04:59 matsuu Exp $ - -PYTHON_DEPEND="2:2.5" -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=">=dev-lang/python-2.5 - >=app-i18n/ibus-1.2 - !>=app-i18n/ibus-1.3.99 - >=app-i18n/libhangul-0.0.10 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( >=sys-devel/gettext-0.17 )" - -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 -} diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.3.2.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.3.2.ebuild deleted file mode 100644 index 6d74f399ec59..000000000000 --- a/app-i18n/ibus-hangul/ibus-hangul-1.3.2.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2012 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.3.2.ebuild,v 1.1 2012/01/21 03:06:54 matsuu Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.5" - -inherit eutils 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.2.99 - dev-python/pygobject - dev-python/pygtk - >=app-i18n/libhangul-0.1 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - nls? ( >=sys-devel/gettext-0.17 )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - # http://pkgs.fedoraproject.org/gitweb/?p=ibus-hangul.git - epatch "${FILESDIR}/${PN}-ibus-1.4.patch" || die - mv py-compile py-compile.orig || die - ln -s "$(type -P true)" py-compile || die - sed -i -e "s:python:$(PYTHON -2):" setup/ibus-setup-hangul.in || die -} - -src_configure() { - econf $(use_enable nls) || die -} - -src_install() { - emake DESTDIR="${D}" install || die - - dodoc AUTHORS ChangeLog NEWS README || die -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |