Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libdrm-poulsbo: ChangeLog libdrm-poulsbo-2.3.0_p9.ebuild
Date: Mon, 28 Sep 2009 19:39:07
Message-Id: E1MsM3t-0007Jl-68@stork.gentoo.org
1 zmedico 09/09/28 19:39:05
2
3 Modified: ChangeLog libdrm-poulsbo-2.3.0_p9.ebuild
4 Log:
5 Bug #286015 - Avoid file collision with x11-libs/libdrm by passing -includedir=/usr/include/psb to econf.
6 (Portage version: 2.2_rc42_p14455/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 x11-libs/libdrm-poulsbo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm-poulsbo/ChangeLog?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm-poulsbo/ChangeLog?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm-poulsbo/ChangeLog?r1=1.1&r2=1.2
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm-poulsbo/ChangeLog,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ChangeLog 13 Sep 2009 20:09:36 -0000 1.1
22 +++ ChangeLog 28 Sep 2009 19:39:04 -0000 1.2
23 @@ -1,6 +1,11 @@
24 # ChangeLog for x11-libs/libdrm-poulsbo
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm-poulsbo/ChangeLog,v 1.1 2009/09/13 20:09:36 patrick Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm-poulsbo/ChangeLog,v 1.2 2009/09/28 19:39:04 zmedico Exp $
28 +
29 + 28 Sep 2009; Zac Medico <zmedico@g.o>
30 + libdrm-poulsbo-2.3.0_p9.ebuild:
31 + Bug #286015 - Avoid file collision with x11-libs/libdrm by passing
32 + -includedir=/usr/include/psb to econf.
33
34 *libdrm-poulsbo-2.3.0_p9 (13 Sep 2009)
35
36
37
38
39 1.2 x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild?r1=1.1&r2=1.2
44
45 Index: libdrm-poulsbo-2.3.0_p9.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- libdrm-poulsbo-2.3.0_p9.ebuild 13 Sep 2009 20:09:36 -0000 1.1
52 +++ libdrm-poulsbo-2.3.0_p9.ebuild 28 Sep 2009 19:39:04 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild,v 1.1 2009/09/13 20:09:36 patrick Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdrm-poulsbo/libdrm-poulsbo-2.3.0_p9.ebuild,v 1.2 2009/09/28 19:39:04 zmedico Exp $
58
59 EAPI="2"
60
61 @@ -35,7 +35,7 @@
62 }
63
64 src_configure() {
65 - econf --libdir=/usr/lib/psb
66 + econf --libdir=/usr/lib/psb -includedir=/usr/include/psb
67 }
68
69 src_install() {