Drop $Id$ per council decision in bug #611234.
[gentoo.git] / app-dicts / aspell-ru / aspell-ru-0.99.1-r1.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 ASPELL_LANG="Russian"
5 ASPOSTFIX="6"
6
7 inherit aspell-dict
8
9 LICENSE="GPL-2"
10
11 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
12 IUSE=""
13
14 # very strange filename not supported by the gentoo naming scheme
15 FILENAME=aspell6-ru-0.99f7-1
16
17 SRC_URI="mirror://gnu/aspell/dict/ru/${FILENAME}.tar.bz2"
18 S=${WORKDIR}/${FILENAME}
19
20 src_unpack() {
21         unpack ${A}
22         cd "${S}"
23         einfo "Set default dictionary to ru-yeyo."
24         cp -v ru-yeyo.multi ru.multi || die
25 }