summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 09:51:38 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 09:55:21 +0200
commit38699e31ed264f8a891f2f7f40164aff5df8c4c5 (patch)
tree788a2a3f49421adbb8b3c2d739d7d6b15ded45f0 /app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild
parentapp-i18n/ibus-handwrite: Drop old (diff)
downloadgentoo-38699e31ed264f8a891f2f7f40164aff5df8c4c5.tar.gz
gentoo-38699e31ed264f8a891f2f7f40164aff5df8c4c5.tar.bz2
gentoo-38699e31ed264f8a891f2f7f40164aff5df8c4c5.zip
app-i18n/ibus-hangul: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild')
-rw-r--r--app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild b/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild
deleted file mode 100644
index 7040c967f97c..000000000000
--- a/app-i18n/ibus-hangul/ibus-hangul-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-
-inherit python-single-r1
-
-DESCRIPTION="The Hangul engine for IBus input platform"
-HOMEPAGE="https://github.com/ibus/ibus/wiki"
-SRC_URI="https://github.com/choehwanjin/ibus-hangul/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=app-i18n/ibus-1.4[python,${PYTHON_USEDEP}]
- =dev-python/pygobject-2*[${PYTHON_USEDEP}]
- =dev-python/pygtk-2*[${PYTHON_USEDEP}]
- >=app-i18n/libhangul-0.1
- nls? ( virtual/libintl )
- ${PYTHON_DEPS}"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- nls? (
- dev-util/intltool
- >=sys-devel/gettext-0.17
- )"
-
-REQUIRED_USE=${PYTHON_REQUIRED_USE}
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
- sed -ie "s:python:${EPYTHON}:" \
- setup/ibus-setup-hangul.in || die
-}
-
-src_configure() {
- econf $(use_enable nls)
-}