diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-05-05 12:30:04 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-05-05 12:30:04 +0000 |
commit | 8083f1ec17ea79c54c4cd69691b5098ec94cea59 (patch) | |
tree | ffd65de339be58e48244e53b0fc76415ad43b08a /app-dicts/canna-shion/canna-shion-20010916.ebuild | |
parent | one more dep (diff) | |
download | historical-8083f1ec17ea79c54c4cd69691b5098ec94cea59.tar.gz historical-8083f1ec17ea79c54c4cd69691b5098ec94cea59.tar.bz2 historical-8083f1ec17ea79c54c4cd69691b5098ec94cea59.zip |
Initial import.
Diffstat (limited to 'app-dicts/canna-shion/canna-shion-20010916.ebuild')
-rw-r--r-- | app-dicts/canna-shion/canna-shion-20010916.ebuild | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/canna-shion/canna-shion-20010916.ebuild b/app-dicts/canna-shion/canna-shion-20010916.ebuild new file mode 100644 index 000000000000..510e7a6168c6 --- /dev/null +++ b/app-dicts/canna-shion/canna-shion-20010916.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/canna-shion/canna-shion-20010916.ebuild,v 1.1 2004/05/05 12:30:04 usata Exp $ + +inherit cannadic + +IUSE="canna" + +DESCRIPTION="Canna support dictionary to improve kana-kanji conversion" +HOMEPAGE="http://www.coolbrain.net/shion.html" +SRC_URI="http://dev.gentoo.org/~usata/distfiles/${P}.tar.gz" +#SRC_URI="http://www.coolbrain.net/dl/shion/shion.tar.gz" + +LICENSE="freedist" +SLOT="0" +KEYWORDS="~x86 ~alpha" + +DEPEND="canna? ( >=canna-3.6_p3-r1 )" + +S="${WORKDIR}/${PN/canna-/}" + +CANNADICS="pub sup basho scien kaom keisan" +DOCS="README COPYRIGHT" + +src_compile() { + + for d in $CANNADICS ; do + einfo "Compiling $d.ctd..." + mkbindic $d.ctd || die + done +} |