summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-10-15 18:25:45 -0600
committerJoonas Niilola <juippis@gentoo.org>2023-12-01 09:52:17 +0200
commitbeee675899045729ff2bfc60269c884a30e3cf71 (patch)
treeda97f45cc0aa053dcfc2b892e9e529d221d5f5ce /app-dicts
parentapp-dicts/mecab-ipadic: update EAPI 6 -> 8 (diff)
downloadgentoo-beee675899045729ff2bfc60269c884a30e3cf71.tar.gz
gentoo-beee675899045729ff2bfc60269c884a30e3cf71.tar.bz2
gentoo-beee675899045729ff2bfc60269c884a30e3cf71.zip
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>
Diffstat (limited to 'app-dicts')
-rw-r--r--app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild
new file mode 100644
index 000000000000..602e5f43d1ca
--- /dev/null
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2-r1.ebuild
@@ -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"