| 1 | # Copyright 1999-2012 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/app-dicts/ispell-de/Attic/ispell-de-20071211.ebuild,v 1.6 2012/02/17 11:02:53 phajdan.jr Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/Attic/ispell-de-20071211.ebuild,v 1.7 2012/03/02 22:48:59 klausman Exp $ |
| 4 | |
4 | |
| 5 | inherit multilib |
5 | inherit multilib |
| 6 | |
6 | |
| 7 | MY_P=igerman98-${PV} |
7 | MY_P=igerman98-${PV} |
| 8 | DESCRIPTION="German and Swiss dictionaries for ispell" |
8 | DESCRIPTION="German and Swiss dictionaries for ispell" |
| … | |
… | |
| 10 | SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2" |
10 | SRC_URI="http://j3e.de/ispell/igerman98/dict/${MY_P}.tar.bz2" |
| 11 | |
11 | |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | KEYWORDS="~alpha amd64 hppa ~mips ppc ~sparc x86" |
15 | KEYWORDS="alpha amd64 hppa ~mips ppc ~sparc x86" |
| 16 | |
16 | |
| 17 | DEPEND="app-text/ispell" |
17 | DEPEND="app-text/ispell" |
| 18 | |
18 | |
| 19 | S=${WORKDIR}/${MY_P} |
19 | S=${WORKDIR}/${MY_P} |
| 20 | |
20 | |