Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/wxGTK: wxGTK-2.8.12.1.ebuild ChangeLog
Date: Thu, 31 May 2012 13:26:00
Message-Id: 20120531132549.8121F2004B@flycatcher.gentoo.org
1 jlec 12/05/31 13:25:49
2
3 Modified: wxGTK-2.8.12.1.ebuild ChangeLog
4 Log:
5 Correct searchpath to be sane on prefix without influence on plain installations
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild?r1=1.10&r2=1.11
15
16 Index: wxGTK-2.8.12.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- wxGTK-2.8.12.1.ebuild 29 May 2012 14:37:44 -0000 1.10
23 +++ wxGTK-2.8.12.1.ebuild 31 May 2012 13:25:49 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.10 2012/05/29 14:37:44 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/wxGTK-2.8.12.1.ebuild,v 1.11 2012/05/31 13:25:49 jlec Exp $
29
30 EAPI="4"
31
32 @@ -70,6 +70,9 @@
33 epatch "${FILESDIR}"/${PN}-2.8.11-collision.patch
34 epatch "${FILESDIR}"/${PN}-2.8.7-mmedia.patch # Bug #174874
35 epatch "${FILESDIR}"/${PN}-2.8.10.1-odbc-defines.patch # Bug #310923
36 + sed \
37 + -e "/wx_cv_std_libpath/s: /usr: ${EPREFIX}/usr:g" \
38 + -i configure || die
39 }
40
41 src_configure() {
42
43
44
45 1.291 x11-libs/wxGTK/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.291&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?rev=1.291&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/wxGTK/ChangeLog?r1=1.290&r2=1.291
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v
54 retrieving revision 1.290
55 retrieving revision 1.291
56 diff -u -r1.290 -r1.291
57 --- ChangeLog 29 May 2012 14:37:44 -0000 1.290
58 +++ ChangeLog 31 May 2012 13:25:49 -0000 1.291
59 @@ -1,6 +1,10 @@
60 # ChangeLog for x11-libs/wxGTK
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.290 2012/05/29 14:37:44 aballier Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/wxGTK/ChangeLog,v 1.291 2012/05/31 13:25:49 jlec Exp $
64 +
65 + 31 May 2012; Justin Lecher <jlec@g.o> wxGTK-2.8.12.1.ebuild:
66 + Correct searchpath to be sane on prefix without influence on plain
67 + installations
68
69 29 May 2012; Alexis Ballier <aballier@g.o> wxGTK-2.8.12.1.ebuild:
70 keyword ~amd64-fbsd