summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2016-01-05 17:10:25 +0900
committerNaohiro Aota <naota@gentoo.org>2016-01-05 17:10:25 +0900
commit5e7af374dc472f3b3daec271e8f9c0cf7d4d9790 (patch)
tree9575939bbb614ac4bb1ec869a8f23fca0cfd8abc /app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild
parentdev-ruby/will_paginate: add 3.1.0 (diff)
downloadgentoo-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/mecab-unidic/mecab-unidic-2.1.2.ebuild')
-rw-r--r--app-dicts/mecab-unidic/mecab-unidic-2.1.2.ebuild19
1 files changed, 19 insertions, 0 deletions
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}"