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 | |
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')
-rw-r--r-- | app-dicts/aspell-es/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/aspell-es/aspell-es-1.9a.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/app-dicts/aspell-es/ChangeLog b/app-dicts/aspell-es/ChangeLog index 6d05e9efa3c3..e23411bc7645 100644 --- a/app-dicts/aspell-es/ChangeLog +++ b/app-dicts/aspell-es/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/aspell-es # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-es/ChangeLog,v 1.11 2009/10/18 20:18:03 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/aspell-es/ChangeLog,v 1.12 2009/12/24 06:57:30 pva Exp $ + +*aspell-es-1.9a (24 Dec 2009) + + 24 Dec 2009; Peter Volkov <pva@gentoo.org> +aspell-es-1.9a.ebuild: + Version bump, bug #291863, thank Fabio Correa for this work. 18 Oct 2009; Mark Loeser <halcy0n@gentoo.org> aspell-es-0.50.2.ebuild: QA fixes; IUSE is not defined 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="" |