summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-unidic
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/mecab-unidic')
-rw-r--r--app-dicts/mecab-unidic/Manifest4
-rw-r--r--app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild18
-rw-r--r--app-dicts/mecab-unidic/metadata.xml11
3 files changed, 33 insertions, 0 deletions
diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest
new file mode 100644
index 000000000000..250f16f6f1ff
--- /dev/null
+++ b/app-dicts/mecab-unidic/Manifest
@@ -0,0 +1,4 @@
+DIST unidic-mecab-2.1.2_src.zip 140517811 SHA256 6cce98269214ce7de6159f61a25ffc5b436375c098cc86d6aa98c0605cbf90d4 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782 WHIRLPOOL 019dba71eef24f71814c1e493822d0699d40cd4cc58c5cfba622006f637ae788712948b4f534896f5f9b92f7c9e9991e68a63d6eafa73b140ff5fdb58bea102f
+EBUILD mecab-unidic-2.1.2.ebuild 411 SHA256 eb9fe4d83660c0390545ee0affbde5813df2035d4fab0d999d737735c6075679 SHA512 73195268c0e3b718b7df01f9fb1cb4389d9e66192c7c7eb0f63ce54aaf9effb6266431b5c41f75e18d00ea0e17eecfbb221898ba3f8b60f0e9fc51654664c245 WHIRLPOOL d2eb1dc3f8fb4c16207cbdddc00c0cdecd4f68c71a52c22ed74c9c1960d7dc3effceaec8f38c1948cd4c5178cc74994a5fa17173258c071427c1b970bccbda9c
+MISC ChangeLog 700 SHA256 3dcf58a5192ab62fb9caa270afcdd8d522adf04d4586301dab35e43f6e8e847f SHA512 4e9790a8bb567518f3c1af23205f8f31d108607b203557ce52e8b030a46ecbbe5b429ab1a06d9de6ce5ece0e80938d7643c1a5941c3fed5a81f17476f02d1d41 WHIRLPOOL 094fee9c8c06ea951e17d23ab1b45483f021f11d85991e1dd7985a2da03d2ba1c561c0cc823dddd2ea4bdea10c40660b2e6b9a96a4a87206a9fe5643516b2610
+MISC metadata.xml 323 SHA256 ec297de91838e0279314854c5c2468b5010e7168ec4d9154738d06ba7c425654 SHA512 34f88065057adfe7913513f2c6a39820448f7672c7f6664fae1e472ee71dc912522b29eff3c22996a53517ce9a176e44e58515cdf3ca00e73c8ad184e058fe9b WHIRLPOOL ddb32c36884b3cbc33e8ea6bf2210e6d7c85aa6ffb04bd7396fe208a282a0eb64170f1b856b9112ad1507ffc65ad215f8dd63c3203c4da4ef01b48af7fa02988
diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
new file mode 100644
index 000000000000..e46bc6ad2af6
--- /dev/null
+++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_P="unidic-mecab-${PV}_src"
+
+DESCRIPTION="IPA dictionary for MeCab"
+HOMEPAGE="https://osdn.jp/projects/unidic/"
+SRC_URI="mirror://sourceforge.jp/unidic/58338/${MY_P}.zip"
+
+LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="app-text/mecab"
+S="${WORKDIR}/${MY_P}"
diff --git a/app-dicts/mecab-unidic/metadata.xml b/app-dicts/mecab-unidic/metadata.xml
new file mode 100644
index 000000000000..07b34f7a085b
--- /dev/null
+++ b/app-dicts/mecab-unidic/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge-jp">unidic</remote-id>
+ </upstream>
+</pkgmetadata>