Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/ispell-no: ChangeLog ispell-no-2.10.ebuild
Date: Fri, 25 Dec 2009 14:47:07
Message-Id: E1NOBRV-0008R6-N6@stork.gentoo.org
1 flameeyes 09/12/25 14:47:01
2
3 Modified: ChangeLog ispell-no-2.10.ebuild
4 Log:
5 Use -j1 for build (bug #295830).
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 app-dicts/ispell-no/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-no/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-no/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-no/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 25 Feb 2009 13:16:01 -0000 1.9
22 +++ ChangeLog 25 Dec 2009 14:47:01 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-dicts/ispell-no
25 -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ChangeLog,v 1.9 2009/02/25 13:16:01 josejx Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ChangeLog,v 1.10 2009/12/25 14:47:01 flameeyes Exp $
29 +
30 + 25 Dec 2009; Diego E. Pettenò <flameeyes@g.o>
31 + ispell-no-2.10.ebuild:
32 + Use -j1 for build (bug #295830).
33
34 25 Feb 2009; Joseph Jezak <josejx@g.o> ispell-no-2.10.ebuild:
35 Marked ~ppc for bug #245139.
36
37
38
39 1.6 app-dicts/ispell-no/ispell-no-2.10.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild?r1=1.5&r2=1.6
44
45 Index: ispell-no-2.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- ispell-no-2.10.ebuild 25 Feb 2009 13:16:01 -0000 1.5
52 +++ ispell-no-2.10.ebuild 25 Dec 2009 14:47:01 -0000 1.6
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild,v 1.5 2009/02/25 13:16:01 josejx Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-no/ispell-no-2.10.ebuild,v 1.6 2009/12/25 14:47:01 flameeyes Exp $
58
59 inherit multilib versionator
60
61 @@ -20,11 +20,12 @@
62
63 src_compile() {
64 export LC_ALL=C #227055
65 - make SED="sed" BUILDHASH="/usr/bin/buildhash" ispell || die
66 + # bug #295830
67 + emake -j1 SED="sed" BUILDHASH="/usr/bin/buildhash" ispell || die
68 }
69
70 src_install () {
71 - insinto /usr/$(get_libdir)/ispell
72 - doins {nb,nn}.{hash,aff} || die
73 + insinto /usr/$(get_libdir)/ispell
74 + doins {nb,nn}.{hash,aff} || die
75 dodoc NEWS
76 }