Gentoo Archives: gentoo-commits

From: Naohiro Aota <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-dicts/mecab-unidic/
Date: Tue, 05 Jan 2016 08:12:09
Message-Id: 1451981425.5e7af374dc472f3b3daec271e8f9c0cf7d4d9790.naota@gentoo
1 commit: 5e7af374dc472f3b3daec271e8f9c0cf7d4d9790
2 Author: Naohiro Aota <naota <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 5 08:10:25 2016 +0000
4 Commit: Naohiro Aota <naota <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 5 08:10:25 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e7af374
7
8 app-dicts/mecab-unidic: add new package
9
10 Package-Manager: portage-2.2.26
11
12 app-dicts/mecab-unidic/Manifest | 1 +
13 app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild | 19 +++++++++++++++++++
14 app-dicts/mecab-unidic/metadata.xml | 8 ++++++++
15 3 files changed, 28 insertions(+)
16
17 diff --git a/app-dicts/mecab-unidic/Manifest b/app-dicts/mecab-unidic/Manifest
18 new file mode 100644
19 index 0000000..1ad050d
20 --- /dev/null
21 +++ b/app-dicts/mecab-unidic/Manifest
22 @@ -0,0 +1 @@
23 +DIST unidic-mecab-2.1.2_src.zip 140517811 SHA256 6cce98269214ce7de6159f61a25ffc5b436375c098cc86d6aa98c0605cbf90d4 SHA512 db80feab873851df874781fe81430ee90e238f166b90e77755a112602e0f22a7c4c5deb4ce8bcd357d258d8d806d917652e6723bf2a1b786942952fbbcb52782 WHIRLPOOL 019dba71eef24f71814c1e493822d0699d40cd4cc58c5cfba622006f637ae788712948b4f534896f5f9b92f7c9e9991e68a63d6eafa73b140ff5fdb58bea102f
24
25 diff --git a/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
26 new file mode 100644
27 index 0000000..166c88b
28 --- /dev/null
29 +++ b/app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2016 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +# $Id$
34 +
35 +EAPI="5"
36 +
37 +MY_P="unidic-mecab-${PV}_src"
38 +
39 +DESCRIPTION="IPA dictionary for MeCab"
40 +HOMEPAGE="https://osdn.jp/projects/unidic/"
41 +SRC_URI="mirror://sourceforge.jp/unidic/58338/${MY_P}.zip"
42 +
43 +LICENSE="|| ( BSD GPL-2 LGPL-2.1 )"
44 +SLOT="0"
45 +KEYWORDS="~amd64"
46 +IUSE=""
47 +
48 +DEPEND="app-text/mecab"
49 +S="${WORKDIR}/${MY_P}"
50
51 diff --git a/app-dicts/mecab-unidic/metadata.xml b/app-dicts/mecab-unidic/metadata.xml
52 new file mode 100644
53 index 0000000..0f2bc9a
54 --- /dev/null
55 +++ b/app-dicts/mecab-unidic/metadata.xml
56 @@ -0,0 +1,8 @@
57 +<?xml version="1.0" encoding="UTF-8"?>
58 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 +<pkgmetadata>
60 + <herd>cjk</herd>
61 + <upstream>
62 + <remote-id type="sourceforge-jp">unidic</remote-id>
63 + </upstream>
64 +</pkgmetadata>