diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 13:25:07 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 13:25:07 +0200 |
commit | e74a25b9076f92e07b2a80357bb6f2185751dbe2 (patch) | |
tree | 4267b46c9aa5f018bde86451d2d0d7996d10b688 /app-i18n | |
parent | dev-lang/gforth: drop old (diff) | |
download | gentoo-e74a25b9076f92e07b2a80357bb6f2185751dbe2.tar.gz gentoo-e74a25b9076f92e07b2a80357bb6f2185751dbe2.tar.bz2 gentoo-e74a25b9076f92e07b2a80357bb6f2185751dbe2.zip |
app-i18n/anthy: Remove references to app-dicts/canna-2ch
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/anthy/anthy-9100h-r3.ebuild (renamed from app-i18n/anthy/anthy-9100h-r2.ebuild) | 25 | ||||
-rw-r--r-- | app-i18n/anthy/metadata.xml | 3 |
2 files changed, 6 insertions, 22 deletions
diff --git a/app-i18n/anthy/anthy-9100h-r2.ebuild b/app-i18n/anthy/anthy-9100h-r3.ebuild index bfd867fdc12f..0a4beeca472b 100644 --- a/app-i18n/anthy/anthy-9100h-r2.ebuild +++ b/app-i18n/anthy/anthy-9100h-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 2003-2020 Gentoo Authors +# Copyright 2003-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" +EAPI=7 inherit elisp-common @@ -12,30 +12,17 @@ SRC_URI="mirror://sourceforge.jp/${PN}/37536/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="canna-2ch emacs static-libs" +IUSE="emacs static-libs" -BDEPEND="canna-2ch? ( app-dicts/canna-2ch ) - emacs? ( >=app-editors/emacs-23.1:* )" +BDEPEND="emacs? ( >=app-editors/emacs-23.1:* )" DEPEND="" RDEPEND="${BDEPEND}" -PATCHES=( - "${FILESDIR}/${PN}-anthy_context_t.patch" -) - -DOCS=(AUTHORS ChangeLog DIARY NEWS README) +PATCHES=( "${FILESDIR}/${PN}-anthy_context_t.patch" ) +DOCS=( AUTHORS ChangeLog DIARY NEWS README ) SITEFILE="50${PN}-gentoo.el" -src_prepare() { - default - - if use canna-2ch; then - einfo "Adding nichan.ctd to anthy.dic" - sed -e "/set_input_encoding eucjp/aread ${EPREFIX}/var/lib/canna/dic/canna/nichan.ctd" -i mkworddic/dict.args.in || die - fi -} - src_configure() { econf \ $(use_enable static-libs static) \ diff --git a/app-i18n/anthy/metadata.xml b/app-i18n/anthy/metadata.xml index 7b0ba62c9e0a..794feb3174cc 100644 --- a/app-i18n/anthy/metadata.xml +++ b/app-i18n/anthy/metadata.xml @@ -15,9 +15,6 @@ and <pkg>app-editors/emacs</pkg> (to enable Anthy support for emacs, build this package with emacs USE flag). </longdescription> - <use> - <flag name="canna-2ch">Enable support for <pkg>app-dicts/canna-2ch</pkg></flag> - </use> <upstream> <remote-id type="sourceforge-jp">anthy</remote-id> </upstream> |