summaryrefslogtreecommitdiff
path: root/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-22 00:11:38 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-22 00:11:38 +0100
commit491d0101c89d81dec507f28215b3cb094800d600 (patch)
treea47cf0d9ff4a5f16976435358f5b956ac25f522c /app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
parentbed3b604e16fc6075e29f1af8d47507a07035bd3 (diff)
gentoo auto-resync : 22:06:2024 - 00:11:37
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.ebuild50
1 files changed, 0 insertions, 50 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 46e72aaa0156..000000000000
--- a/app-i18n/scim-anthy/scim-anthy-1.2.7-r1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-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
- https://dev.gentoo.org/~juippis/distfiles/tmp/scim-anthy-1.2.7-gtk2_build.patch
- gtk3? ( https://dev.gentoo.org/~heroxbd/${P}-patches.tar.xz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc sparc x86"
-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() {
- default
-
- if use gtk3; then
- eapply "${WORKDIR}"/patches/*.patch
- else
- eapply "${DISTDIR}"/${P}-gtk2_build.patch
- fi
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable nls) \
- --disable-static
-}
-
-src_install() {
- default
- dodoc AUTHORS ChangeLog NEWS README
-}