From 5e7af374dc472f3b3daec271e8f9c0cf7d4d9790 Mon Sep 17 00:00:00 2001 From: Naohiro Aota Date: Tue, 5 Jan 2016 17:10:25 +0900 Subject: app-dicts/mecab-unidic: add new package Package-Manager: portage-2.2.26 --- app-dicts/mecab-unidic/Manifest | 1 + app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 19 +++++++++++++++++++ app-dicts/mecab-unidic/metadata.xml | 8 ++++++++ 3 files changed, 28 insertions(+) create mode 100644 app-dicts/mecab-unidic/Manifest create mode 100644 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild create mode 100644 app-dicts/mecab-unidic/metadata.xml 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 @@ + + + + cjk + + unidic + + -- cgit v1.2.3