diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 06:58:18 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-04-07 06:58:18 +0000 |
commit | 195e9cc232938274a6ee68f9a331887cde75d1d8 (patch) | |
tree | cc87f563d056942723707d078ded54a5f0a8da36 /app-dicts | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-195e9cc232938274a6ee68f9a331887cde75d1d8.tar.gz gentoo-2-195e9cc232938274a6ee68f9a331887cde75d1d8.tar.bz2 gentoo-2-195e9cc232938274a6ee68f9a331887cde75d1d8.zip |
Version bump to latest.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-es/ChangeLog | 9 | ||||
-rw-r--r-- | app-dicts/ispell-es/ispell-es-1.11.ebuild | 29 |
2 files changed, 36 insertions, 2 deletions
diff --git a/app-dicts/ispell-es/ChangeLog b/app-dicts/ispell-es/ChangeLog index 95ed8daf4975..e4e2e3917ba5 100644 --- a/app-dicts/ispell-es/ChangeLog +++ b/app-dicts/ispell-es/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ispell-es -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v 1.20 2008/11/01 18:36:58 pva Exp $ +# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v 1.21 2012/04/07 06:58:18 scarabeus Exp $ + +*ispell-es-1.11 (07 Apr 2012) + + 07 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> +ispell-es-1.11.ebuild: + Version bump to latest. 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-es-1.10.ebuild: Dropped fperms, thus removing remaining lib/ reference which should be diff --git a/app-dicts/ispell-es/ispell-es-1.11.ebuild b/app-dicts/ispell-es/ispell-es-1.11.ebuild new file mode 100644 index 000000000000..fd25d65beed9 --- /dev/null +++ b/app-dicts/ispell-es/ispell-es-1.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ispell-es-1.11.ebuild,v 1.1 2012/04/07 06:58:18 scarabeus Exp $ + +EAPI=4 + +MY_P="espa~nol-${PV}" + +inherit multilib + +DESCRIPTION="A Spanish dictionary for ispell" +SRC_URI="http://www.datsi.fi.upm.es/~coes/${MY_P}.tar.gz" +HOMEPAGE="http://www.datsi.fi.upm.es/~coes/" + +SLOT="0" +LICENSE="GPL-2" +IUSE="" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86" + +RDEPEND="app-text/ispell" +DEPEND="${RDEPEND}" + +S=${WORKDIR}/${MY_P} + +src_install () { + insinto /usr/$(get_libdir)/ispell + doins espa~nol.aff espa~nol.hash + dodoc LEAME README +} |