diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-16 11:56:53 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-16 11:56:53 +0200 |
commit | 2e739c0d80a97415d2cd1263fa4ddc2dcfb5270b (patch) | |
tree | 8af0ee7a009bf5957b9a4928621fe06c7d4a1e70 /app-i18n/ibus-hangul | |
parent | app-i18n/ibus-hangul: x86 stable, bug #593184 (diff) | |
download | gentoo-2e739c0d80a97415d2cd1263fa4ddc2dcfb5270b.tar.gz gentoo-2e739c0d80a97415d2cd1263fa4ddc2dcfb5270b.tar.bz2 gentoo-2e739c0d80a97415d2cd1263fa4ddc2dcfb5270b.zip |
app-i18n/ibus-hangul: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-i18n/ibus-hangul')
-rw-r--r-- | app-i18n/ibus-hangul/Manifest | 1 | ||||
-rw-r--r-- | app-i18n/ibus-hangul/ibus-hangul-1.4.2.ebuild | 55 |
2 files changed, 0 insertions, 56 deletions
diff --git a/app-i18n/ibus-hangul/Manifest b/app-i18n/ibus-hangul/Manifest index 16b0b592ee6a..dc4fd3974399 100644 --- a/app-i18n/ibus-hangul/Manifest +++ b/app-i18n/ibus-hangul/Manifest @@ -1,2 +1 @@ -DIST ibus-hangul-1.4.2.tar.gz 483967 SHA256 de79dff94028673f1a00b24f9af35f37f59c12b1737d171a24ac4d34fad20b89 SHA512 ba046d3d234db71043e5dd2fbc8d38443dff4d422e360a09b05dd4c411705967495195b71f8feb5986683c20984217934e3bfe45547b4e43b83aa3f33756963f WHIRLPOOL 046a9b67f6730ffbecd9be13b734fbfc87614dd0e4a72b4e5f866bc6149719e7f5a8b9300faad48470ba20432d3baebd5d7bb173e04885802686237f6c421805 DIST ibus-hangul-1.5.0.tar.gz 505707 SHA256 a22d4030bb20f73914a9d8a28c71b823123a5d1902a30f8328111af50f4f1788 SHA512 a9bef9ad887d1b41555af12e7589a9c4c69ddf4f61890907d90cbab6b9bf4cb6df4739c54d34ee1b2507486a1cb568f826bb4641e9ccee8ccfa11ff2d7e962bb WHIRLPOOL fef54dd65cb6ecee1a703f93db9d46d08ce12fa15df00c59197bd4dea1bb1d00bec4e25d765ffe2e1cae7da796d16ceb04bd46657617d363e0933f6beebf55f0 diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.4.2.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.4.2.ebuild deleted file mode 100644 index 2a1f2325cd81..000000000000 --- a/app-i18n/ibus-hangul/ibus-hangul-1.4.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_DEPEND="2:2.5" - -inherit python - -DESCRIPTION="The Hangul engine for IBus input platform" -HOMEPAGE="https://github.com/ibus/ibus/wiki" -SRC_URI="https://ibus.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls" - -RDEPEND=">=app-i18n/ibus-1.4 - =dev-python/pygobject-2* - =dev-python/pygtk-2* - >=app-i18n/libhangul-0.1 - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - virtual/pkgconfig - nls? ( - dev-util/intltool - >=sys-devel/gettext-0.17 - )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - python_clean_py-compile_files - sed -ie "s:python:${EPYTHON}:" \ - setup/ibus-setup-hangul.in || die -} - -src_configure() { - econf $(use_enable nls) -} - -pkg_postinst() { - python_mod_optimize /usr/share/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/share/${PN} -} |