summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-naist-jdic
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-dicts/mecab-naist-jdic
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-dicts/mecab-naist-jdic')
-rw-r--r--app-dicts/mecab-naist-jdic/Manifest3
-rw-r--r--app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild24
-rw-r--r--app-dicts/mecab-naist-jdic/metadata.xml11
3 files changed, 38 insertions, 0 deletions
diff --git a/app-dicts/mecab-naist-jdic/Manifest b/app-dicts/mecab-naist-jdic/Manifest
new file mode 100644
index 000000000000..63170a796236
--- /dev/null
+++ b/app-dicts/mecab-naist-jdic/Manifest
@@ -0,0 +1,3 @@
+DIST mecab-naist-jdic-0.6.3b-20111013.tar.gz 14974238 BLAKE2B a665e0679be18ea7207d9fffcf7fbbd0a91f4e365209d2c711d9d97b093396daae235fc887af8eb4634db68fb36a8ad283742a48f1bdf6e289d8b4fdf73c1564 SHA512 03d04505d3d8d097d1389af987e87aca43d56ef36b0def9eb85e19ee15ffe3598d3acb1c78c6dde3b31519419acb87c595aaad594dd116b98ac5cabb82a2e61c
+EBUILD mecab-naist-jdic-0.6.3b_p20111013.ebuild 516 BLAKE2B 1649ca58f6ff277525f7cf7a307784721dc3454f6003a1b7f2743ec16392e27615657ea58dd71544d57e78c31c1cf045b11029f8ba7d5d2e32ab38d18a71c52e SHA512 4d54a9462de914ccc80b63f1e484f85a91be5d342f34369f82e8ec9b6a2307ece21ca4e5b4285940a95a09b1e88d80e4f8666a8d4dcea97ab62df2d29afa459d
+MISC metadata.xml 327 BLAKE2B bba34ada2e5ed248d9f19f2a261a22ff61390825e7ad9c4dc17954b0446527cc037509f7cddbe2ddcadc996e5590a08bde008c4e08e007050c4f60a81eaff502 SHA512 012a1e3503e09cf6a938e1bddb5e893534dd4baf8b4422d5df5dbb81c5eed4e565f726c47f198fffabcc1b406b4bfe589df9b713346ff9ea92babfb67543dfad
diff --git a/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild
new file mode 100644
index 000000000000..995e15f3c829
--- /dev/null
+++ b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+MY_P="${P/_p/-}"
+
+DESCRIPTION="NAIST Japanese Dictionary"
+HOMEPAGE="http://sourceforge.jp/projects/naist-jdic/"
+SRC_URI="mirror://sourceforge.jp/naist-jdic/53500/${MY_P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="unicode"
+
+DEPEND="app-text/mecab[unicode=]"
+S="${WORKDIR}/${MY_P}"
+
+DOCS="AUTHORS ChangeLog NEWS README"
+
+src_configure() {
+ econf $(use_with unicode charset UTF-8)
+}
diff --git a/app-dicts/mecab-naist-jdic/metadata.xml b/app-dicts/mecab-naist-jdic/metadata.xml
new file mode 100644
index 000000000000..7e862390276e
--- /dev/null
+++ b/app-dicts/mecab-naist-jdic/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>cjk@gentoo.org</email>
+ <name>Cjk</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="sourceforge-jp">naist-jdic</remote-id>
+ </upstream>
+</pkgmetadata>