diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:51:06 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-09 09:55:19 +0200 |
commit | bd6222e9400557a80d11438fa03ed92a4706a332 (patch) | |
tree | 229b08ed28fdb3cf6e41f330a6ae92f2c9a72b77 /app-i18n/ibus-handwrite | |
parent | app-i18n/ibus-anthy: Drop old (diff) | |
download | gentoo-bd6222e9400557a80d11438fa03ed92a4706a332.tar.gz gentoo-bd6222e9400557a80d11438fa03ed92a4706a332.tar.bz2 gentoo-bd6222e9400557a80d11438fa03ed92a4706a332.zip |
app-i18n/ibus-handwrite: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-i18n/ibus-handwrite')
-rw-r--r-- | app-i18n/ibus-handwrite/ibus-handwrite-2.1.4.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4.ebuild b/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4.ebuild deleted file mode 100644 index 12b1a202a818..000000000000 --- a/app-i18n/ibus-handwrite/ibus-handwrite-2.1.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit eutils python autotools-utils multilib - -DESCRIPTION="hand write recognition/input using ibus IM engine" -HOMEPAGE="https://code.google.com/p/ibus-handwrite/" -SRC_URI="https://ibus-handwrite.googlecode.com/files/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="nls +zinnia" - -RDEPEND="zinnia? ( app-i18n/zinnia app-i18n/zinnia-tomoe ) - >=app-i18n/ibus-1.3.0 - >=x11-libs/gtk+-2.10 - x11-libs/gtkglext" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README ) - -src_configure() { - local myeconfargs=( - $(use_enable nls) - $(use_enable zinnia) - $(use_with zinnia zinnia-tomoe "${EPREFIX}"/usr/$(get_libdir)/zinnia/model/tomoe) - ) - autotools-utils_src_configure -} |