diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/mecab-unidic | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/mecab-unidic')
-rw-r--r-- | app-dicts/mecab-unidic/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 18 | ||||
-rw-r--r-- | app-dicts/mecab-unidic/metadata.xml | 11 |
3 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest new file mode 100644 index 000000000000..7c92041fead1 --- /dev/null +++ b/app-dicts/mecab-unidic/Manifest @@ -0,0 +1,3 @@ +DIST unidic-mecab-2.1.2_src.zip 140517811 BLAKE2B 38001714023c1de6ea5388ccc6ab9f5a910c0f40ba1f5cfee861e6a733797ee6ea528eeeb185a4354c084f71189d73478f64719bc3e0b6424cc24a8088d419e1 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782 +EBUILD mecab-unidic-2.1.2.ebuild 411 BLAKE2B f561de6fda2cd4d35287bb78722fa0b9021233bdfd67084d7cbae5e427d99f40b9a1131a7478718bd1bed4dee9e2eb5c8464833b11d3a22822946f4ed543ed85 SHA512 73195268c0e3b718b7df01f9fb1cb4389d9e66192c7c7eb0f63ce54aaf9effb6266431b5c41f75e18d00ea0e17eecfbb221898ba3f8b60f0e9fc51654664c245 +MISC metadata.xml 323 BLAKE2B 582a4a8283b2e05987975ea80f86fd2e91712cf520de09e3f57644fdb7ee73aebb86c6d890e2104afe73f595627b2722974341d1239bed5d7329197e635721bf SHA512 34f88065057adfe7913513f2c6a39820448f7672c7f6664fae1e472ee71dc912522b29eff3c22996a53517ce9a176e44e58515cdf3ca00e73c8ad184e058fe9b 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> |