public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Rostovtsev (tetromino)" <tetromino@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libproxy: ChangeLog libproxy-0.4.7.ebuild
Date: Sat, 26 May 2012 08:57:11 +0000 (UTC)	[thread overview]
Message-ID: <20120526085711.907F12004B@flycatcher.gentoo.org> (raw)

tetromino    12/05/26 08:57:11

  Modified:             ChangeLog libproxy-0.4.7.ebuild
  Log:
  Fix building with gcc-4.7 (bug #412363, thanks to Alphat-PC, Philipp Richter et al.)
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.79                 net-libs/libproxy/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	5 May 2012 02:54:29 -0000	1.78
+++ ChangeLog	26 May 2012 08:57:11 -0000	1.79
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libproxy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.78 2012/05/05 02:54:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/ChangeLog,v 1.79 2012/05/26 08:57:11 tetromino Exp $
+
+  26 May 2012; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libproxy-0.4.7.ebuild, +files/libproxy-0.4.7-gcc-4.7.patch:
+  Fix building with gcc-4.7 (bug #412363, thanks to Alphat-PC, Philipp Richter
+  et al.)
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> libproxy-0.4.6-r3.ebuild,
   libproxy-0.4.7.ebuild:



1.11                 net-libs/libproxy/libproxy-0.4.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild?r1=1.10&r2=1.11

Index: libproxy-0.4.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libproxy-0.4.7.ebuild	5 May 2012 02:54:29 -0000	1.10
+++ libproxy-0.4.7.ebuild	26 May 2012 08:57:11 -0000	1.11
@@ -1,11 +1,11 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild,v 1.10 2012/05/05 02:54:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libproxy/libproxy-0.4.7.ebuild,v 1.11 2012/05/26 08:57:11 tetromino Exp $
 
 EAPI=4
 PYTHON_DEPEND="python? 2:2.6"
 
-inherit cmake-utils mono python
+inherit cmake-utils eutils mono python
 
 DESCRIPTION="Library for automatic proxy configuration management"
 HOMEPAGE="http://code.google.com/p/libproxy/"
@@ -41,6 +41,10 @@
 	fi
 }
 
+src_prepare() {
+	epatch "${FILESDIR}/${P}-gcc-4.7.patch"
+}
+
 src_configure() {
 	# WITH_VALA just copies the .vapi file over and needs no deps,
 	# hence always enable it unconditionally






             reply	other threads:[~2012-05-26  8:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-26  8:57 Alexandre Rostovtsev (tetromino) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-02-01  2:00 [gentoo-commits] gentoo-x86 commit in net-libs/libproxy: ChangeLog libproxy-0.4.7.ebuild Samuli Suominen (ssuominen)
2012-01-30  6:47 Nirbheek Chauhan (nirbheek)
2012-01-10 21:12 Brent Baude (ranger)
2012-01-01 18:51 Raul Porcel (armin76)
2011-12-26 14:40 Markus Meier (maekke)
2011-12-18 22:26 Markus Meier (maekke)
2011-12-12 13:20 Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120526085711.907F12004B@flycatcher.gentoo.org \
    --to=tetromino@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox