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: gd-2.1.1.ebuild ChangeLog
Date: Sat, 28 Feb 2015 22:27:14
Message-Id: 20150228222705.C508A12C38@oystercatcher.gentoo.org
1 vapier 15/02/28 22:27:05
2
3 Modified: gd-2.1.1.ebuild ChangeLog
4 Log:
5 Fix out-of-tree test builds #540376 by tka.
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 media-libs/gd/gd-2.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: gd-2.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gd-2.1.1.ebuild 16 Feb 2015 14:38:08 -0000 1.1
23 +++ gd-2.1.1.ebuild 28 Feb 2015 22:27:05 -0000 1.2
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/media-libs/gd/gd-2.1.1.ebuild,v 1.1 2015/02/16 14:38:08 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/gd-2.1.1.ebuild,v 1.2 2015/02/28 22:27:05 vapier Exp $
29
30 EAPI="5"
31
32 @@ -29,6 +29,10 @@
33
34 S="${WORKDIR}/lib${P}"
35
36 +src_prepare() {
37 + epatch "${FILESDIR}/${P}-headers.patch" #540376
38 +}
39 +
40 multilib_src_configure() {
41 # we aren't actually {en,dis}abling X here ... the configure
42 # script uses it just to add explicit -I/-L paths which we
43
44
45
46 1.105 media-libs/gd/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.105&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?rev=1.105&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gd/ChangeLog?r1=1.104&r2=1.105
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v
55 retrieving revision 1.104
56 retrieving revision 1.105
57 diff -u -r1.104 -r1.105
58 --- ChangeLog 16 Feb 2015 14:38:08 -0000 1.104
59 +++ ChangeLog 28 Feb 2015 22:27:05 -0000 1.105
60 @@ -1,6 +1,10 @@
61 # ChangeLog for media-libs/gd
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.104 2015/02/16 14:38:08 vapier Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-libs/gd/ChangeLog,v 1.105 2015/02/28 22:27:05 vapier Exp $
65 +
66 + 28 Feb 2015; Mike Frysinger <vapier@g.o> +files/gd-2.1.1-headers.patch,
67 + gd-2.1.1.ebuild:
68 + Fix out-of-tree test builds #540376 by tka.
69
70 *gd-2.1.1 (16 Feb 2015)