summaryrefslogtreecommitdiff
path: root/app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild
reinit the tree, so we can have metadata
Diffstat (limited to 'app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild')
-rw-r--r--app-dicts/mecab-ipadic/mecab-ipadic-2.7.0.20070801.ebuild22
1 files changed, 22 insertions, 0 deletions
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)
+}