Gentoo Archives: gentoo-commits

From: "Timo Gurr (tgurr)" <tgurr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/ghostscript-gpl: ChangeLog ghostscript-gpl-9.06.ebuild
Date: Thu, 02 May 2013 02:03:43
Message-Id: 20130502020333.066EE2171D@flycatcher.gentoo.org
1 tgurr 13/05/02 02:03:32
2
3 Modified: ChangeLog ghostscript-gpl-9.06.ebuild
4 Log:
5 Fix automake-1.13 compatibility, bug #467100.
6
7 (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.153 app-text/ghostscript-gpl/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.153&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?rev=1.153&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ChangeLog?r1=1.152&r2=1.153
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v
19 retrieving revision 1.152
20 retrieving revision 1.153
21 diff -u -r1.152 -r1.153
22 --- ChangeLog 13 Aug 2012 17:45:27 -0000 1.152
23 +++ ChangeLog 2 May 2013 02:03:32 -0000 1.153
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-text/ghostscript-gpl
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.152 2012/08/13 17:45:27 tgurr Exp $
28 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ChangeLog,v 1.153 2013/05/02 02:03:32 tgurr Exp $
30 +
31 + 02 May 2013; Timo Gurr <tgurr@g.o> ghostscript-gpl-9.06.ebuild:
32 + Fix automake-1.13 compatibility, bug #467100.
33
34 13 Aug 2012; Timo Gurr <tgurr@g.o> ghostscript-gpl-9.06.ebuild:
35 Reintroduce -j1 workaround for parallel make. Bug #234378 and #430946.
36
37
38
39 1.3 app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild?r1=1.2&r2=1.3
44
45 Index: ghostscript-gpl-9.06.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ghostscript-gpl-9.06.ebuild 13 Aug 2012 17:45:27 -0000 1.2
52 +++ ghostscript-gpl-9.06.ebuild 2 May 2013 02:03:32 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v 1.2 2012/08/13 17:45:27 tgurr Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/app-text/ghostscript-gpl/ghostscript-gpl-9.06.ebuild,v 1.3 2013/05/02 02:03:32 tgurr Exp $
59
60 EAPI=4
61
62 @@ -120,6 +120,9 @@
63 -e 's:-L$(BINDIR):$(LDFLAGS) &:g' \
64 base/Makefile.in base/*.mak || die "sed failed"
65
66 + # bug 467100
67 + sed -i -e '/AM_PROG_CC_STDC/d' ijs/configure.ac || die "sed failed"
68 +
69 cd "${S}"
70 eautoreconf