summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-ipadic
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/mecab-ipadic')
-rw-r--r--app-dicts/mecab-ipadic/Manifest3
-rw-r--r--app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild22
-rw-r--r--app-dicts/mecab-ipadic/metadata.xml14
3 files changed, 39 insertions, 0 deletions
diff --git a/app-dicts/mecab-ipadic/Manifest b/app-dicts/mecab-ipadic/Manifest
new file mode 100644
index 000000000000..0469aae179de
--- /dev/null
+++ b/app-dicts/mecab-ipadic/Manifest
@@ -0,0 +1,3 @@
+DIST mecab-ipadic-2.7.0-20070801.tar.gz 12208105 BLAKE2B 448aed0389a18be5cb8161c600827190353b884cbbce4b86b122098b9ce15a2d838da93b37c608bf66dcbac7ec84c11aef1b87ba7907d1a4cf5bcfcf4a491da1 SHA512 35ea662cb62f1967849f7ed5781bd6dafef0fe20d63e88d9a0057666e57ed23d5a0e6fb8d0701a0cc4da43a1050c1b02463bb862decc71c36b7fc2acdc158d86
+EBUILD mecab-ipadic-2.7.0.20070801.ebuild 518 BLAKE2B 9d4ea7fed7d5603163b682933ee8fc1d7a6200d6924e020d1e8914233ec9a51d9bfc4c82f77a0defc3168e59df122f42f2bb1e38e7c2669bbcf8216551dec176 SHA512 c1302f4faa35ced7675f8df78ca02e31b8e97585fb2eb6dcc3bdce84fa60e79948d5bdb60aa9ff096c8279f3a05ad6d7a6257c42cbf014cc46033803930c9f97
+MISC metadata.xml 401 BLAKE2B 38623c00dbd106c4b81eb7a4957b97f2eaffc0c9b535b6d8c820c59b2826ee073da1f7ee4925c4a92c3e026a05df7bcc84140768f3b28585a58f542869676df2 SHA512 743955c4b8873cc0ed6883156a4a07711269bb338063898f99d4c6346cb77a3a42b6222b7f6f00529db51a6f632ad1c66a58603c59a2fc4691b698277eeb4658
diff --git a/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild
new file mode 100644
index 000000000000..c1b211621986
--- /dev/null
+++ b/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_P="${PN}-${PV%.*}-${PV/*.}"
+
+DESCRIPTION="IPA dictionary for MeCab"
+HOMEPAGE="http://mecab.sourceforge.net/"
+SRC_URI="mirror://sourceforge/mecab/${MY_P}.tar.gz"
+
+LICENSE="ipadic"
+SLOT="0"
+KEYWORDS="amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="unicode"
+
+DEPEND="app-text/mecab[unicode=]"
+S="${WORKDIR}/${MY_P}"
+
+src_configure() {
+ econf $(use_with unicode charset UTF-8)
+}
diff --git a/app-dicts/mecab-ipadic/metadata.xml b/app-dicts/mecab-ipadic/metadata.xml
new file mode 100644
index 000000000000..ad11001c7070
--- /dev/null
+++ b/app-dicts/mecab-ipadic/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>hattya@gentoo.org</email>
+ </maintainer>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge">mecab</remote-id>
+ </upstream>
+</pkgmetadata>