| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 Gentoo Foundation |
| 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.11 2005/08/22 16:20:30 swegener Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/cannadic.eclass,v 1.12 2005/08/23 14:55:11 swegener 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. |
| 9 | # |
9 | # |
| 10 | |
10 | |
| 11 | EXPORT_FUNCTIONS src_install pkg_setup pkg_postinst pkg_postrm |
11 | EXPORT_FUNCTIONS src_install pkg_setup pkg_postinst pkg_postrm |
| 12 | |
12 | |
| 13 | IUSE="${IUSE} canna" |
13 | IUSE="canna" |
| 14 | |
14 | |
| 15 | DESCRIPTION="Based on the $ECLASS eclass" |
15 | DESCRIPTION="Based on the $ECLASS eclass" |
| 16 | HOMEPAGE="http://canna.sourceforge.jp/" # you need to change this! |
16 | HOMEPAGE="http://canna.sourceforge.jp/" # you need to change this! |
| 17 | SRC_URI="mirror://gentoo/${P}.tar.gz" |
17 | SRC_URI="mirror://gentoo/${P}.tar.gz" |
| 18 | |
18 | |