| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2012 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.19 2011/08/22 04:46:31 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/freedict.eclass,v 1.20 2012/06/02 19:16:31 zmedico Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: freedict.eclass |
5 | # @ECLASS: freedict.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # app-dicts@gentoo.org |
7 | # app-dicts@gentoo.org |
| 8 | # @AUTHOR: |
8 | # @AUTHOR: |
| … | |
… | |
| 20 | |
20 | |
| 21 | # @ECLASS-VARIABLE: TOLANG |
21 | # @ECLASS-VARIABLE: TOLANG |
| 22 | # @DESCRIPTION: |
22 | # @DESCRIPTION: |
| 23 | # Please see above for a description. |
23 | # Please see above for a description. |
| 24 | |
24 | |
| 25 | inherit eutils |
25 | inherit eutils multilib |
| 26 | |
26 | |
| 27 | IUSE="" |
27 | IUSE="" |
| 28 | |
28 | |
| 29 | MY_P=${PN/freedict-/} |
29 | MY_P=${PN/freedict-/} |
| 30 | |
30 | |