summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2009-12-25 18:09:54 +0000
committerPeter Volkov <pva@gentoo.org>2009-12-25 18:09:54 +0000
commit92e608854a2781040c37b50c73b016a378d0f13f (patch)
treed71fe3b0c44c7e9b0d86731530702dd24bc3394e /app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
parentVersion bump and port to ruby-fakegem. This also adds support for Ruby 1.9. (diff)
downloadgentoo-2-92e608854a2781040c37b50c73b016a378d0f13f.tar.gz
gentoo-2-92e608854a2781040c37b50c73b016a378d0f13f.tar.bz2
gentoo-2-92e608854a2781040c37b50c73b016a378d0f13f.zip
Change default dictionary on yeyo, bug #280498, thank Nikoli, Jan Aniŝĉuk and other guys there.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild')
-rw-r--r--app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
new file mode 100644
index 000000000000..aac2280c0c32
--- /dev/null
+++ b/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-ru/aspell-ru-0.99.1-r1.ebuild,v 1.1 2009/12/25 18:09:54 pva Exp $
+
+ASPELL_LANG="Russian"
+ASPOSTFIX="6"
+
+inherit aspell-dict
+
+LICENSE="GPL-2"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+# very strange filename not supported by the gentoo naming scheme
+FILENAME=aspell6-ru-0.99f7-1
+
+SRC_URI="mirror://gnu/aspell/dict/ru/${FILENAME}.tar.bz2"
+S=${WORKDIR}/${FILENAME}
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ einfo "Set default dictionary to ru-yeyo."
+ cp -v ru-yeyo.multi ru.multi || die
+}