summaryrefslogtreecommitdiff
path: root/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild')
-rw-r--r--app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild b/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
deleted file mode 100644
index d309c2f3be9e..000000000000
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools eutils
-
-DESCRIPTION="Japanese input method Anthy IMEngine for SCIM"
-HOMEPAGE="http://scim-imengine.sourceforge.jp/index.cgi?cmd=view;name=SCIMAnthy"
-SRC_URI="mirror://sourceforge.jp/scim-imengine/37309/${P}.tar.gz
- gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc sparc x86 ~x86-fbsd"
-IUSE="+gtk3 nls kasumi"
-
-DEPEND=">=app-i18n/scim-1.2[gtk3=]
- >=app-i18n/anthy-5900
- nls? ( virtual/libintl )
- gtk3? ( x11-libs/gtk+:3 )"
-RDEPEND="${DEPEND}
- kasumi? ( app-dicts/kasumi )"
-DEPEND="${DEPEND}
- nls? ( sys-devel/gettext )
- virtual/pkgconfig"
-
-src_prepare() {
- if use gtk3; then
- EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" epatch
- fi
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-static \
- --disable-dependency-tracking
-}
-
-src_install() {
- default
- dodoc AUTHORS ChangeLog NEWS README
-}