commit:     5e7af374dc472f3b3daec271e8f9c0cf7d4d9790
Author:     Naohiro Aota <naota <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 08:10:25 2016 +0000
Commit:     Naohiro Aota <naota <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 08:10:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7af374

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(+)

diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest
new file mode 100644
index 0000000..1ad050d
--- /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 0000000..166c88b
--- /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 0000000..0f2bc9a
--- /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>

Reply via email to