diff options
author | Peter Volkov <pva@gentoo.org> | 2009-12-24 06:57:30 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2009-12-24 06:57:30 +0000 |
commit | ef78ffbc605e90fa3ae2736c246c319573e69b90 (patch) | |
tree | 711ca659c9368409a3513bd02ff651d0911e3a39 /app-dicts/aspell-es/aspell-es-1.9a.ebuild | |
parent | *portage-2.2_rc61 (24 Dec 2009) (diff) | |
download | gentoo-2-ef78ffbc605e90fa3ae2736c246c319573e69b90.tar.gz gentoo-2-ef78ffbc605e90fa3ae2736c246c319573e69b90.tar.bz2 gentoo-2-ef78ffbc605e90fa3ae2736c246c319573e69b90.zip |
Version bump, bug #291863, thank Fabio Correa for this work.
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts/aspell-es/aspell-es-1.9a.ebuild')
-rw-r--r-- | app-dicts/aspell-es/aspell-es-1.9a.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-dicts/aspell-es/aspell-es-1.9a.ebuild b/app-dicts/aspell-es/aspell-es-1.9a.ebuild new file mode 100644 index 000000000000..db8224bccb73 --- /dev/null +++ b/app-dicts/aspell-es/aspell-es-1.9a.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-es/aspell-es-1.9a.ebuild,v 1.1 2009/12/24 06:57:30 pva Exp $ + +ASPELL_LANG="Spanish" + +inherit aspell-dict + +MY_P="${P/aspell/aspell6}-1" +S=${WORKDIR}/${MY_P} +SRC_URI="mirror://gnu/aspell/dict/${SPELLANG}/${MY_P}.tar.bz2" + +LICENSE="GPL-2" + + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" |