Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-es: ispell-es-1.11.ebuild ChangeLog
Date: Sat, 07 Apr 2012 06:58:28
Message-Id: 20120407065819.0204D2004B@flycatcher.gentoo.org
1 scarabeus 12/04/07 06:58:18
2
3 Modified: ChangeLog
4 Added: ispell-es-1.11.ebuild
5 Log:
6 Version bump to latest.
7
8 (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 app-dicts/ispell-es/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-es/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-es/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-es/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 1 Nov 2008 18:36:58 -0000 1.20
24 +++ ChangeLog 7 Apr 2012 06:58:18 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-dicts/ispell-es
27 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v 1.20 2008/11/01 18:36:58 pva Exp $
29 +# Copyright 2002-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-es/ChangeLog,v 1.21 2012/04/07 06:58:18 scarabeus Exp $
31 +
32 +*ispell-es-1.11 (07 Apr 2012)
33 +
34 + 07 Apr 2012; Tomáš Chvátal <scarabeus@g.o> +ispell-es-1.11.ebuild:
35 + Version bump to latest.
36
37 01 Nov 2008; Peter Volkov <pva@g.o> ispell-es-1.10.ebuild:
38 Dropped fperms, thus removing remaining lib/ reference which should be
39
40
41
42 1.1 app-dicts/ispell-es/ispell-es-1.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-es/ispell-es-1.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-es/ispell-es-1.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ispell-es-1.11.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=4
54
55 MY_P="espa~nol-${PV}"
56
57 inherit multilib
58
59 DESCRIPTION="A Spanish dictionary for ispell"
60 SRC_URI="http://www.datsi.fi.upm.es/~coes/${MY_P}.tar.gz"
61 HOMEPAGE="http://www.datsi.fi.upm.es/~coes/"
62
63 SLOT="0"
64 LICENSE="GPL-2"
65 IUSE=""
66 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
67
68 RDEPEND="app-text/ispell"
69 DEPEND="${RDEPEND}"
70
71 S=${WORKDIR}/${MY_P}
72
73 src_install () {
74 insinto /usr/$(get_libdir)/ispell
75 doins espa~nol.aff espa~nol.hash
76 dodoc LEAME README
77 }