Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/gd: ChangeLog gd-2.0.35-r3.ebuild
Date: Sun, 30 Oct 2011 18:42:02
Message-Id: 20111030184151.C1A6E2004B@flycatcher.gentoo.org
1 ssuominen 11/10/30 18:41:51
2
3 Modified: ChangeLog gd-2.0.35-r3.ebuild
4 Log:
5 Fix building with USE="png -zlib" wrt #381729 by Brennan Shacklett
6
7 (Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.75 media-libs/gd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 29 Oct 2011 19:29:40 -0000 1.74
23 +++ ChangeLog 30 Oct 2011 18:41:51 -0000 1.75
24 @@ -1,6 +1,9 @@
25 # ChangeLog for media-libs/gd
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.74 2011/10/29 19:29:40 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.75 2011/10/30 18:41:51 ssuominen Exp $
29 +
30 + 30 Oct 2011; Samuli Suominen <ssuominen@g.o> gd-2.0.35-r3.ebuild:
31 + Fix building with USE="png -zlib" wrt #381729 by Brennan Shacklett
32
33 29 Oct 2011; Markus Meier <maekke@g.o> gd-2.0.35-r3.ebuild:
34 arm stable, bug #387291
35
36
37
38 1.9 media-libs/gd/gd-2.0.35-r3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?r1=1.8&r2=1.9
43
44 Index: gd-2.0.35-r3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- gd-2.0.35-r3.ebuild 29 Oct 2011 19:29:40 -0000 1.8
51 +++ gd-2.0.35-r3.ebuild 30 Oct 2011 18:41:51 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.8 2011/10/29 19:29:40 maekke Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.9 2011/10/30 18:41:51 ssuominen Exp $
57
58 EAPI="2"
59
60 @@ -41,7 +41,7 @@
61 fi
62 if ! use zlib ; then
63 sed -i -r \
64 - -e '/^bin_PROGRAMS/,/^noinst_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng)..EXEEXT.::g' \
65 + -e '/^bin_PROGRAMS/,/^noinst_PROGRAMS/s:(gd2topng|gd2copypal|gd2togif|giftogd2|gdparttopng|pngtogd2)..EXEEXT.::g' \
66 Makefile.in || die
67 fi