| 1 |
# Copyright 1999-2012 Gentoo Foundation |
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-eo/aspell-eo-2.1.20000225.2.ebuild,v 1.8 2010/06/05 15:36:19 armin76 Exp $ |
| 4 |
|
| 5 |
ASPELL_LANG="Esperanto" |
| 6 |
ASPOSTFIX="6" |
| 7 |
|
| 8 |
inherit aspell-dict |
| 9 |
|
| 10 |
LICENSE="GPL-2" |
| 11 |
|
| 12 |
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" |
| 13 |
IUSE="" |
| 14 |
|
| 15 |
MY_P=${P%.*}a-${PV##*.} |
| 16 |
MY_P=aspell${ASPOSTFIX}-${MY_P/aspell-/} |
| 17 |
S=${WORKDIR}/${MY_P} |
| 18 |
SRC_URI="mirror://gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" |