summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-unidic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-04-11 00:32:37 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-04-11 00:32:37 +0100
commiteccbaf6d01fb4a73c18778fa551e74960b1e0419 (patch)
tree5642d253605dc6f5812b9c055b057bdff86b26ce /app-dicts/mecab-unidic
parent008552e378e170b518a1cf572bbc8d4a0551c887 (diff)
gentoo auto-resync : 11:04:2024 - 00:32:37
Diffstat (limited to 'app-dicts/mecab-unidic')
-rw-r--r--app-dicts/mecab-unidic/Manifest1
-rw-r--r--app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild20
2 files changed, 0 insertions, 21 deletions
diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest
index 5e670f381c85..120c5c174265 100644
--- a/app-dicts/mecab-unidic/Manifest
+++ b/app-dicts/mecab-unidic/Manifest
@@ -1,4 +1,3 @@
DIST unidic-mecab-2.1.2_src.zip 140517811 BLAKE2B 38001714023c1de6ea5388ccc6ab9f5a910c0f40ba1f5cfee861e6a733797ee6ea528eeeb185a4354c084f71189d73478f64719bc3e0b6424cc24a8088d419e1 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782
EBUILD mecab-unidic-2.1.2-r1.ebuild 432 BLAKE2B 149e8783d04f3c5760be0e4ef99ca39db22a2d6e86a9aef720a34fac93343532ccbfd6304eb13dfa2be125837c3047346d5004b0ed69ef33d77c86975c506825 SHA512 e8cf18935e405637c2c4cdc3ce9ee6da2ebd5c6a76c4428408f961dbaec140952abd7a0032c1a4a7cf25e24e103d753cbfa4fca24aaf6662e4b9282dae4f57df
-EBUILD mecab-unidic-2.1.2.ebuild 435 BLAKE2B edeabdb36eccac1dd84181dc3203808bdc63d67efe0ea205675aa2de20143724f576b6a43d9e19b2db2381ae0aff146228a129eef31d5953a5bb484a709c57d3 SHA512 4ca1d6ead1922a10cf157fe986bdaec45751741ef9e3a29708d56a5725c21271faab0fbb1e77d0206ceb6a7e48f8754b921a241707585af8cd2d3a2e433a9bf4
MISC metadata.xml 304 BLAKE2B bbefb14215860b2fb84b099e7eb549c59510d81951b6e631db3045c24858b2ea7c4f479798be71ee7a47467629def2fef465ea447d7658fb16549173e469233a SHA512 4fa941925c2f49e2030df32e15eaf1373ff87719bbb3d95bcc87166f62327b483e3df825d279e3b786910dd990d13064c69d6feb5885d5de5a38b6519c5529c4
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}"