| 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/freedict.eclass,v 1.11 2005/07/06 20:20:03 agriffis Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.13 2005/07/11 15:08:06 swegener Exp $ |
| 4 | |
4 | |
| 5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
5 | # Author: Seemant Kulleen <seemant@gentoo.org> |
| 6 | # This eclass exists to ease the installation of freedict translation |
6 | # This eclass exists to ease the installation of freedict translation |
| 7 | # dictionaries. The only variables which need to be defined in the actual |
7 | # dictionaries. The only variables which need to be defined in the actual |
| 8 | # ebuilds are FORLANG and TOLANG for the source and target languages, |
8 | # ebuilds are FORLANG and TOLANG for the source and target languages, |
| 9 | # respectively. |
9 | # respectively. |
| 10 | |
10 | |
| 11 | inherit eutils |
11 | inherit eutils |
| 12 | |
|
|
| 13 | INHERITED="$INHERITED $ECLASS" |
|
|
| 14 | |
12 | |
| 15 | IUSE="" |
13 | IUSE="" |
| 16 | |
14 | |
| 17 | MY_P=${PN/freedict-/} |
15 | MY_P=${PN/freedict-/} |
| 18 | |
16 | |