diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 22:46:34 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 22:46:34 +0300 |
commit | f81131eb57e8fbb8c18dac707085f6662de2871b (patch) | |
tree | f662ad4c3ad5ec440465ff70e37b7be594f71eb4 /app-dicts | |
parent | app-dicts/mecab-naist-jdic: drop 0.6.3b_p20111013, EAPI6-- (diff) | |
download | gentoo-f81131eb57e8fbb8c18dac707085f6662de2871b.tar.gz gentoo-f81131eb57e8fbb8c18dac707085f6662de2871b.tar.bz2 gentoo-f81131eb57e8fbb8c18dac707085f6662de2871b.zip |
app-dicts/mecab-unidic: drop 2.1.2, EAPI6--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild deleted file mode 100644 index 05cd94ef34d4..000000000000 --- a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -MY_P="unidic-mecab-${PV}_src" - -DESCRIPTION="IPA dictionary for MeCab" -HOMEPAGE="https://osdn.jp/projects/unidic/" -SRC_URI="mirror://sourceforge.jp/${PN#*-}/58338/${MY_P}.zip" - -LICENSE="|| ( BSD GPL-2 LGPL-2.1 )" -SLOT="0" -KEYWORDS="~amd64 ~riscv" -IUSE="" - -DEPEND=" - app-arch/unzip - app-text/mecab" -S="${WORKDIR}/${MY_P}" |