| 1 | # Copyright 1999-2003 Gentoo Technologies, Inc. |
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.6 2004/04/11 05:46:09 mr_bones_ Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.7 2004/06/25 00:39:48 vapier 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, |