diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2012-01-21 02:55:44 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2012-01-21 02:55:44 +0000 |
commit | 58b87534b7d8d1a286d211d7f56f2ab59e8c3fa8 (patch) | |
tree | 1b74eae5354b2bac58652656e130ade17cc09d07 /app-dicts/mecab-naist-jdic | |
parent | Non-maintainer commit: version bump (diff) | |
download | gentoo-2-58b87534b7d8d1a286d211d7f56f2ab59e8c3fa8.tar.gz gentoo-2-58b87534b7d8d1a286d211d7f56f2ab59e8c3fa8.tar.bz2 gentoo-2-58b87534b7d8d1a286d211d7f56f2ab59e8c3fa8.zip |
Initial import.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/mecab-naist-jdic')
-rw-r--r-- | app-dicts/mecab-naist-jdic/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild | 28 | ||||
-rw-r--r-- | app-dicts/mecab-naist-jdic/metadata.xml | 5 |
3 files changed, 43 insertions, 0 deletions
diff --git a/app-dicts/mecab-naist-jdic/ChangeLog b/app-dicts/mecab-naist-jdic/ChangeLog new file mode 100644 index 000000000000..ba30077f6bff --- /dev/null +++ b/app-dicts/mecab-naist-jdic/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/mecab-naist-jdic +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-naist-jdic/ChangeLog,v 1.1 2012/01/21 02:55:44 matsuu Exp $ + +*mecab-naist-jdic-0.6.3b_p20111013 (21 Jan 2012) + + 21 Jan 2012; MATSUU Takuto <matsuu@gentoo.org> + +mecab-naist-jdic-0.6.3b_p20111013.ebuild, +metadata.xml: + Initial import. + 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..e2e987e49955 --- /dev/null +++ b/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/mecab-naist-jdic/mecab-naist-jdic-0.6.3b_p20111013.ebuild,v 1.1 2012/01/21 02:55:44 matsuu Exp $ + +EAPI=4 + +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=]" +RDEPEND="" + +S="${WORKDIR}/${MY_P}" + +DOCS="AUTHORS ChangeLog NEWS README" + +src_configure() { + local myconf + use unicode && myconf="${myconf} --with-charset=utf-8" + econf ${myconf} +} diff --git a/app-dicts/mecab-naist-jdic/metadata.xml b/app-dicts/mecab-naist-jdic/metadata.xml new file mode 100644 index 000000000000..cb36a2fd8c76 --- /dev/null +++ b/app-dicts/mecab-naist-jdic/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>cjk</herd> +</pkgmetadata> |