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-nl: ispell-nl-1.00.ebuild ChangeLog
Date: Sat, 01 Nov 2008 10:06:05
Message-Id: E1KwDMo-0005Xd-Qj@stork.gentoo.org
1 pva 08/11/01 10:06:02
2
3 Modified: ispell-nl-1.00.ebuild ChangeLog
4 Log:
5 Small cleanup.
6 (Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
7
8 Revision Changes Path
9 1.3 app-dicts/ispell-nl/ispell-nl-1.00.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild?r1=1.2&r2=1.3
14
15 Index: ispell-nl-1.00.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ispell-nl-1.00.ebuild 29 Oct 2008 22:21:53 -0000 1.2
22 +++ ispell-nl-1.00.ebuild 1 Nov 2008 10:06:02 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild,v 1.2 2008/10/29 22:21:53 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ispell-nl-1.00.ebuild,v 1.3 2008/11/01 10:06:02 pva Exp $
28
29 inherit multilib
30
31 @@ -16,11 +16,11 @@
32 DEPEND="app-text/ispell"
33
34 src_compile() {
35 - /usr/bin/buildhash -s "${S}"/words-nl.ispell "${S}"/dutch.aff "${S}"/dutch.hash \
36 - || die "buildhash failed"
37 + /usr/bin/buildhash -s "${S}/words-nl.ispell" "${S}/dutch.aff" \
38 + "${S}/dutch.hash" || die "buildhash failed"
39 }
40
41 src_install () {
42 insinto /usr/$(get_libdir)/ispell
43 - doins dutch.aff dutch.hash
44 + doins dutch.aff dutch.hash || die
45 }
46
47
48
49 1.6 app-dicts/ispell-nl/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ChangeLog?rev=1.6&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ChangeLog?rev=1.6&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-nl/ChangeLog?r1=1.5&r2=1.6
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v
58 retrieving revision 1.5
59 retrieving revision 1.6
60 diff -u -r1.5 -r1.6
61 --- ChangeLog 29 Oct 2008 22:21:53 -0000 1.5
62 +++ ChangeLog 1 Nov 2008 10:06:02 -0000 1.6
63 @@ -1,6 +1,9 @@
64 # ChangeLog for app-dicts/ispell-nl
65 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.5 2008/10/29 22:21:53 maekke Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-nl/ChangeLog,v 1.6 2008/11/01 10:06:02 pva Exp $
68 +
69 + 01 Nov 2008; Peter Volkov <pva@g.o> ispell-nl-1.00.ebuild:
70 + Small cleanup.
71
72 29 Oct 2008; Markus Meier <maekke@g.o> ispell-nl-1.00.ebuild:
73 amd64/x86 stable, bug #244597