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-pt: ispell-pt-20120312.ebuild ChangeLog
Date: Sat, 07 Apr 2012 07:17:06
Message-Id: 20120407071650.7C6D42004B@flycatcher.gentoo.org
1 scarabeus 12/04/07 07:16:50
2
3 Modified: ChangeLog
4 Added: ispell-pt-20120312.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.15 app-dicts/ispell-pt/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-pt/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-pt/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-pt/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 9 Sep 2011 20:38:46 -0000 1.14
24 +++ ChangeLog 7 Apr 2012 07:16:50 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-dicts/ispell-pt
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.14 2011/09/09 20:38:46 scarabeus Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.15 2012/04/07 07:16:50 scarabeus Exp $
31 +
32 +*ispell-pt-20120312 (07 Apr 2012)
33 +
34 + 07 Apr 2012; Tomáš Chvátal <scarabeus@g.o> +ispell-pt-20120312.ebuild:
35 + Version bump to latest.
36
37 *ispell-pt-20110909 (09 Sep 2011)
38
39
40
41
42 1.1 app-dicts/ispell-pt/ispell-pt-20120312.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20120312.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20120312.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ispell-pt-20120312.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-pt/ispell-pt-20120312.ebuild,v 1.1 2012/04/07 07:16:50 scarabeus Exp $
52
53 EAPI=4
54
55 inherit multilib
56
57 DESCRIPTION="A Portuguese dictionary for ispell"
58 HOMEPAGE="http://natura.di.uminho.pt"
59 SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt-${PV}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
64 IUSE=""
65
66 DEPEND="app-text/ispell"
67 RDEPEND="${DEPEND}"
68
69 S=${WORKDIR}/${P/-/.}
70
71 src_install () {
72 insinto /usr/$(get_libdir)/ispell
73 doins portugues.aff portugues.dic
74 }