Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ghostscript-gpl-9.15-r1.ebuild ChangeLog
Date: Tue, 02 Jun 2015 18:03:53
Message-Id: 20150602180348.9F497A13@oystercatcher.gentoo.org
1 pacho 15/06/02 18:03:48
2
3 Modified: ghostscript-gpl-9.15-r1.ebuild ChangeLog
4 Log:
5 -j1 needed because of bug #550926
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.6 app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild?r1=1.5&r2=1.6
15
16 Index: ghostscript-gpl-9.15-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- ghostscript-gpl-9.15-r1.ebuild 31 May 2015 20:13:00 -0000 1.5
23 +++ ghostscript-gpl-9.15-r1.ebuild 2 Jun 2015 18:03:48 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v 1.5 2015/05/31 20:13:00 zlogene Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.15-r1.ebuild,v 1.6 2015/06/02 18:03:48 pacho Exp $
29
30 EAPI=5
31
32 @@ -176,8 +176,8 @@
33 }
34
35 src_compile() {
36 -
37 - emake so all
38 + # -j1 needed because of bug #550926
39 + emake -j1 so all
40
41 cd "${S}/ijs"
42 emake
43
44
45
46 1.182 app-text/ghostscript-gpl/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.182&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.182&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.181&r2=1.182
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
55 retrieving revision 1.181
56 retrieving revision 1.182
57 diff -u -r1.181 -r1.182
58 --- ChangeLog 31 May 2015 20:13:00 -0000 1.181
59 +++ ChangeLog 2 Jun 2015 18:03:48 -0000 1.182
60 @@ -1,6 +1,9 @@
61 # ChangeLog for app-text/ghostscript-gpl
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.181 2015/05/31 20:13:00 zlogene Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.182 2015/06/02 18:03:48 pacho Exp $
65 +
66 + 02 Jun 2015; Pacho Ramos <pacho@g.o> ghostscript-gpl-9.15-r1.ebuild:
67 + -j1 needed because of bug #550926
68
69 31 May 2015; Mikle Kolyada <zlogene@g.o>
70 ghostscript-gpl-9.15-r1.ebuild: