Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libproxy: ChangeLog libproxy-0.4.7.ebuild
Date: Sat, 26 May 2012 08:57:26
Message-Id: 20120526085711.907F12004B@flycatcher.gentoo.org
1 tetromino 12/05/26 08:57:11
2
3 Modified: ChangeLog libproxy-0.4.7.ebuild
4 Log:
5 Fix building with gcc-4.7 (bug #412363, thanks to Alphat-PC, Philipp Richter et al.)
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.79 net-libs/libproxy/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?rev=1.79&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?rev=1.79&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?r1=1.78&r2=1.79
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v
19 retrieving revision 1.78
20 retrieving revision 1.79
21 diff -u -r1.78 -r1.79
22 --- ChangeLog 5 May 2012 02:54:29 -0000 1.78
23 +++ ChangeLog 26 May 2012 08:57:11 -0000 1.79
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-libs/libproxy
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.78 2012/05/05 02:54:29 jdhore Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.79 2012/05/26 08:57:11 tetromino Exp $
29 +
30 + 26 May 2012; Alexandre Rostovtsev <tetromino@g.o>
31 + libproxy-0.4.7.ebuild, +files/libproxy-0.4.7-gcc-4.7.patch:
32 + Fix building with gcc-4.7 (bug #412363, thanks to Alphat-PC, Philipp Richter
33 + et al.)
34
35 05 May 2012; Jeff Horelick <jdhore@g.o> libproxy-0.4.6-r3.ebuild,
36 libproxy-0.4.7.ebuild:
37
38
39
40 1.11 net-libs/libproxy/libproxy-0.4.7.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild?r1=1.10&r2=1.11
45
46 Index: libproxy-0.4.7.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- libproxy-0.4.7.ebuild 5 May 2012 02:54:29 -0000 1.10
53 +++ libproxy-0.4.7.ebuild 26 May 2012 08:57:11 -0000 1.11
54 @@ -1,11 +1,11 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild,v 1.10 2012/05/05 02:54:29 jdhore Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild,v 1.11 2012/05/26 08:57:11 tetromino Exp $
59
60 EAPI=4
61 PYTHON_DEPEND="python? 2:2.6"
62
63 -inherit cmake-utils mono python
64 +inherit cmake-utils eutils mono python
65
66 DESCRIPTION="Library for automatic proxy configuration management"
67 HOMEPAGE="http://code.google.com/p/libproxy/"
68 @@ -41,6 +41,10 @@
69 fi
70 }
71
72 +src_prepare() {
73 + epatch "${FILESDIR}/${P}-gcc-4.7.patch"
74 +}
75 +
76 src_configure() {
77 # WITH_VALA just copies the .vapi file over and needs no deps,
78 # hence always enable it unconditionally