diff options
author | Naohiro Aota <naota@gentoo.org> | 2016-01-05 17:10:25 +0900 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2016-01-05 17:10:25 +0900 |
commit | 5e7af374dc472f3b3daec271e8f9c0cf7d4d9790 (patch) | |
tree | 9575939bbb614ac4bb1ec869a8f23fca0cfd8abc /app-dicts | |
parent | dev-ruby/will_paginate: add 3.1.0 (diff) | |
download | gentoo-5e7af374dc472f3b3daec271e8f9c0cf7d4d9790.tar.gz gentoo-5e7af374dc472f3b3daec271e8f9c0cf7d4d9790.tar.bz2 gentoo-5e7af374dc472f3b3daec271e8f9c0cf7d4d9790.zip |
app-dicts/mecab-unidic: add new package
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/mecab-unidic/Manifest | 1 | ||||
-rw-r--r-- | app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/mecab-unidic/metadata.xml | 8 |
3 files changed, 28 insertions, 0 deletions
diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest new file mode 100644 index 000000000000..1ad050d6ce7b --- /dev/null +++ b/app-dicts/mecab-unidic/Manifest @@ -0,0 +1 @@ +DIST unidic-mecab-2.1.2_src.zip 140517811 SHA256 6cce98269214ce7de6159f61a25ffc5b436375c098cc86d6aa98c0605cbf90d4 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782 WHIRLPOOL 019dba71eef24f71814c1e493822d0699d40cd4cc58c5cfba622006f637ae788712948b4f534896f5f9b92f7c9e9991e68a63d6eafa73b140ff5fdb58bea102f 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..166c88bfa003 --- /dev/null +++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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..0f2bc9a7af2d --- /dev/null +++ b/app-dicts/mecab-unidic/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cjk</herd> + <upstream> + <remote-id type="sourceforge-jp">unidic</remote-id> + </upstream> +</pkgmetadata> |