public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Gilles Dartiguelongue (eva)" <eva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: ChangeLog gvfs-1.6.6-r1.ebuild
Date: Fri, 25 Feb 2011 22:02:49 +0000 (UTC)	[thread overview]
Message-ID: <20110225220249.262EF20054@flycatcher.gentoo.org> (raw)

eva         11/02/25 22:02:49

  Modified:             ChangeLog gvfs-1.6.6-r1.ebuild
  Log:
  Fix build with >=glib-2.27, bug #346055.
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.131                gnome-base/gvfs/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/ChangeLog?r1=1.130&r2=1.131

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	30 Jan 2011 18:45:16 -0000	1.130
+++ ChangeLog	25 Feb 2011 22:02:49 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gvfs
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.130 2011/01/30 18:45:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/ChangeLog,v 1.131 2011/02/25 22:02:49 eva Exp $
+
+  25 Feb 2011; Gilles Dartiguelongue <eva@gentoo.org> gvfs-1.6.6-r1.ebuild:
+  Fix build with >=glib-2.27, bug #346055.
 
   30 Jan 2011; Raúl Porcel <armin76@gentoo.org> gvfs-1.6.6-r1.ebuild:
   alpha/arm/ia64/sh/sparc stable wrt #348987



1.6                  gnome-base/gvfs/gvfs-1.6.6-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.6.6-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.6.6-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/gvfs/gvfs-1.6.6-r1.ebuild?r1=1.5&r2=1.6

Index: gvfs-1.6.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.6.6-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gvfs-1.6.6-r1.ebuild	30 Jan 2011 18:45:16 -0000	1.5
+++ gvfs-1.6.6-r1.ebuild	25 Feb 2011 22:02:49 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.6.6-r1.ebuild,v 1.5 2011/01/30 18:45:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gvfs/gvfs-1.6.6-r1.ebuild,v 1.6 2011/02/25 22:02:49 eva Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -95,6 +95,11 @@
 	fi
 
 	use gphoto2 || use archive && eautoreconf
+
+	# Disable API deprecation
+	sed 's/-DG_DISABLE_DEPRECATED//' \
+		-i */*/Makefile.am */*/Makefile.in */Makefile.am */Makefile.in \
+		|| die "sed failed"
 }
 
 src_install() {






             reply	other threads:[~2011-02-25 22:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-25 22:02 Gilles Dartiguelongue (eva) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-03-22 19:14 [gentoo-commits] gentoo-x86 commit in gnome-base/gvfs: ChangeLog gvfs-1.6.6-r1.ebuild Brent Baude (ranger)
2011-03-21 21:23 Kacper Kowalik (xarthisius)
2011-01-30 18:45 Raul Porcel (armin76)
2011-01-19 21:23 Markos Chandras (hwoarang)
2011-01-18 14:13 Christian Faulhammer (fauli)
2011-01-04  9:22 Samuli Suominen (ssuominen)

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=20110225220249.262EF20054@flycatcher.gentoo.org \
    --to=eva@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