| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.1 2003/09/11 06:22:21 usata Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.2 2003/12/29 15:50:08 usata Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Mamoru KOMACHI <usata@gentoo.org> |
5 | # Author: Mamoru KOMACHI <usata@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # The cannadic eclass is used for installation and setup of Canna |
7 | # The cannadic eclass is used for installation and setup of Canna |
| 8 | # compatible dictionaries within the Portage system. |
8 | # compatible dictionaries within the Portage system. |
| … | |
… | |
| 22 | LICENSE="public-domain" |
22 | LICENSE="public-domain" |
| 23 | # I added all keywords form /usr/portage/profiles/keyword.desc atm since |
23 | # I added all keywords form /usr/portage/profiles/keyword.desc atm since |
| 24 | # cannadic source is basically plain text and will run on any platform |
24 | # cannadic source is basically plain text and will run on any platform |
| 25 | KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hpps ~arm ~amd64" |
25 | KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hpps ~arm ~amd64" |
| 26 | SLOT="0" |
26 | SLOT="0" |
| 27 | |
|
|
| 28 | # I don't add Canna as a dependency because Anthy also uses cannadic |
|
|
| 29 | DEPEND="${DEPEND} |
|
|
| 30 | canna? ( app-i18n/canna )" |
|
|
| 31 | |
27 | |
| 32 | S="${WORKDIR}" |
28 | S="${WORKDIR}" |
| 33 | |
29 | |
| 34 | DICSDIRFILE="$(echo ${FILESDIR}/*.dics.dir)" |
30 | DICSDIRFILE="$(echo ${FILESDIR}/*.dics.dir)" |
| 35 | CANNADICS="${CANNADICS}" # (optional) |
31 | CANNADICS="${CANNADICS}" # (optional) |