Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-pt: ChangeLog ispell-pt-20080705.ebuild
Date: Sat, 01 Nov 2008 11:13:24
Message-Id: E1KwEPy-0005x8-BR@stork.gentoo.org
1 pva 08/11/01 11:13:22
2
3 Modified: ChangeLog
4 Added: ispell-pt-20080705.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
8
9 Revision Changes Path
10 1.12 app-dicts/ispell-pt/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-pt/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-pt/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-pt/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 18 Aug 2007 17:12:34 -0000 1.11
23 +++ ChangeLog 1 Nov 2008 11:13:22 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-dicts/ispell-pt
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.11 2007/08/18 17:12:34 philantrop Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.12 2008/11/01 11:13:22 pva Exp $
30 +
31 +*ispell-pt-20080705 (01 Nov 2008)
32 +
33 + 01 Nov 2008; Peter Volkov <pva@g.o> +ispell-pt-20080705.ebuild:
34 + Version bump.
35
36 *ispell-pt-20070709 (18 Aug 2007)
37
38
39
40
41 1.1 app-dicts/ispell-pt/ispell-pt-20080705.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20080705.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20080705.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ispell-pt-20080705.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20080705.ebuild,v 1.1 2008/11/01 11:13:22 pva Exp $
51
52 inherit multilib
53
54 DESCRIPTION="A Portuguese dictionary for ispell"
55 HOMEPAGE="http://natura.di.uminho.pt"
56 SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt-${PV}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
61 IUSE=""
62
63 DEPEND="app-text/ispell"
64
65 S=${WORKDIR}/${P/-/.}
66
67 src_install () {
68 insinto /usr/$(get_libdir)/ispell
69 doins portugues.aff portugues.hash || die
70 dodoc README || die "installing docs failed"
71 }