| 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/aspell-dict.eclass,v 1.31 2005/02/20 10:17:01 arj Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/aspell-dict.eclass,v 1.32 2005/07/06 20:20:03 agriffis Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # The aspell-dict eclass is designed to streamline the construction of |
7 | # The aspell-dict eclass is designed to streamline the construction of |
| 8 | # ebuilds for the new aspell dictionaries (from gnu.org) which support |
8 | # ebuilds for the new aspell dictionaries (from gnu.org) which support |
| 9 | # aspell-0.50. Support for aspell-0.60 has been added by Sergey Ulanov. |
9 | # aspell-0.50. Support for aspell-0.60 has been added by Sergey Ulanov. |
| 10 | |
10 | |
| 11 | ECLASS=aspell-dict |
|
|
| 12 | INHERITED="${INHERITED} ${ECLASS}" |
11 | INHERITED="${INHERITED} ${ECLASS}" |
| 13 | |
12 | |
| 14 | EXPORT_FUNCTIONS src_compile src_install |
13 | EXPORT_FUNCTIONS src_compile src_install |
| 15 | |
14 | |
| 16 | #MY_P=${PN}-${PV%.*}-${PV#*.*.} |
15 | #MY_P=${PN}-${PV%.*}-${PV#*.*.} |