app-dicts/mecab-unidic: update EAPI 6 -> 8

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Leonardo Hernández Hernández 2023-10-15 18:25:45 -06:00 committed by Joonas Niilola
parent 9ff6509062
commit beee675899
No known key found for this signature in database
GPG Key ID: 7383942B8DC06962
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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"
S="${WORKDIR}/${MY_P}"
LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
SLOT="0"
KEYWORDS="~amd64 ~riscv"
DEPEND="app-text/mecab"
BDEPEND="app-arch/unzip"