Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@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: Mon, 27 Feb 2012 20:17:25
Message-Id: 20120227201714.3FFEA2004B@flycatcher.gentoo.org
1 vapier 12/02/27 20:17:14
2
3 Modified: ChangeLog gd-2.0.35-r3.ebuild
4 Log:
5 DEPEND on pkg-config #406057 by cyberbat.
6
7 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.80 media-libs/gd/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.80&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.80&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.79&r2=1.80
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v
19 retrieving revision 1.79
20 retrieving revision 1.80
21 diff -u -r1.79 -r1.80
22 --- ChangeLog 15 Dec 2011 17:08:03 -0000 1.79
23 +++ ChangeLog 27 Feb 2012 20:17:14 -0000 1.80
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.79 2011/12/15 17:08:03 vapier Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.80 2012/02/27 20:17:14 vapier Exp $
30 +
31 + 27 Feb 2012; Mike Frysinger <vapier@g.o> gd-2.0.35-r3.ebuild:
32 + DEPEND on pkg-config #406057 by cyberbat.
33
34 15 Dec 2011; Mike Frysinger <vapier@g.o> gd-2.0.35-r3.ebuild:
35 Pass --without-x to avoid useless system -I/-L paths.
36
37
38
39 1.13 media-libs/gd/gd-2.0.35-r3.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.13&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?rev=1.13&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild?r1=1.12&r2=1.13
44
45 Index: gd-2.0.35-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v
48 retrieving revision 1.12
49 retrieving revision 1.13
50 diff -u -r1.12 -r1.13
51 --- gd-2.0.35-r3.ebuild 15 Dec 2011 17:08:03 -0000 1.12
52 +++ gd-2.0.35-r3.ebuild 27 Feb 2012 20:17:14 -0000 1.13
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.12 2011/12/15 17:08:03 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.0.35-r3.ebuild,v 1.13 2012/02/27 20:17:14 vapier Exp $
59
60 EAPI="2"
61
62 @@ -21,7 +21,8 @@
63 truetype? ( >=media-libs/freetype-2.1.5 )
64 xpm? ( x11-libs/libXpm x11-libs/libXt )
65 zlib? ( sys-libs/zlib )"
66 -DEPEND="${RDEPEND}"
67 +DEPEND="${RDEPEND}
68 + dev-util/pkgconfig"
69
70 src_prepare() {
71 epatch "${FILESDIR}"/${P}-libpng14.patch #305101