blob: d81b4a412a21a5322084239b368dd07f6e9a364e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-hy/aspell-hy-0.10.0.ebuild,v 1.3 2009/10/18 20:27:18 halcy0n Exp $
ASPELL_LANG="Armenian"
ASPOSTFIX="6"
inherit aspell-dict
LICENSE="GPL-2"
KEYWORDS="~amd64 ~sparc-fbsd ~x86 ~x86-fbsd"
IUSE=""
FILENAME=aspell6-hy-0.10.0-0
SRC_URI="mirror://gnu/aspell/dict/hy/${FILENAME}.tar.bz2"
S="${WORKDIR}/${FILENAME}"
|