| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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/myspell.eclass,v 1.2 2006/05/09 18:20:47 kevquinn Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/myspell.eclass,v 1.3 2006/05/22 18:09:00 kevquinn Exp $ |
| 4 | |
4 | |
| 5 | EXPORT_FUNCTIONS src_install pkg_preinst pkg_postinst |
5 | EXPORT_FUNCTIONS src_install pkg_preinst pkg_postinst |
| 6 | |
6 | |
| 7 | IUSE="" |
7 | IUSE="" |
| 8 | |
8 | |
| 9 | SLOT="0" |
9 | SLOT="0" |
|
|
10 | |
|
|
11 | # tar, gzip, bzip2 are included in the base profile, but not unzip |
|
|
12 | DEPEND="app-arch/unzip" |
| 10 | |
13 | |
| 11 | # The console application for using myspell dictionaries is |
14 | # The console application for using myspell dictionaries is |
| 12 | # hunspell (which is making myspell itself obsolete). |
15 | # hunspell (which is making myspell itself obsolete). |
| 13 | RDEPEND="app-text/hunspell" |
16 | RDEPEND="app-text/hunspell" |
| 14 | |
17 | |