public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] gentoo-x86 commit in sys-apps/gnome-disk-utility: ChangeLog gnome-disk-utility-2.32.1.ebuild
@ 2011-01-31 18:53 99% Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 1+ results
From: Samuli Suominen (ssuominen) @ 2011-01-31 18:53 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/01/31 18:53:53

  Modified:             ChangeLog gnome-disk-utility-2.32.1.ebuild
  Log:
  Fix regression introduced by moving unsynced 2.32.1 from overlay to tree.
  
  (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 sys-apps/gnome-disk-utility/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	31 Jan 2011 09:47:32 -0000	1.31
+++ ChangeLog	31 Jan 2011 18:53:53 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for sys-apps/gnome-disk-utility
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.31 2011/01/31 09:47:32 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/ChangeLog,v 1.32 2011/01/31 18:53:53 ssuominen Exp $
+
+  31 Jan 2011; Samuli Suominen <ssuominen@gentoo.org>
+  gnome-disk-utility-2.32.1.ebuild:
+  Fix regression introduced by moving unsynced 2.32.1 from overlay to tree.
 
 *gnome-disk-utility-2.32.1 (31 Jan 2011)
 



1.2                  sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild?r1=1.1&r2=1.2

Index: gnome-disk-utility-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-disk-utility-2.32.1.ebuild	31 Jan 2011 09:47:32 -0000	1.1
+++ gnome-disk-utility-2.32.1.ebuild	31 Jan 2011 18:53:53 -0000	1.2
@@ -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/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild,v 1.1 2011/01/31 09:47:32 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gnome-disk-utility/gnome-disk-utility-2.32.1.ebuild,v 1.2 2011/01/31 18:53:53 ssuominen Exp $
 
 EAPI="3"
 GCONF_DEBUG="no"
@@ -8,7 +8,7 @@
 inherit autotools eutils gnome2
 
 DESCRIPTION="Disk Utility for GNOME using devicekit-disks"
-HOMEPAGE="http://git.gnome.org/browse/gnome-disk-utility"
+HOMEPAGE="http://git.gnome.org/cgit/gnome-disk-utility/"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -23,15 +23,14 @@
 	=sys-fs/udisks-1.0*[remote-access?]
 	>=dev-libs/libatasmart-0.14
 	>=x11-libs/libnotify-0.6.1
-
-	>=gnome-base/nautilus-2.24
-
 	avahi? ( >=net-dns/avahi-0.6.25[gtk] )
 	gnome-keyring? ( || (
 		gnome-base/libgnome-keyring
 		<gnome-base/gnome-keyring-2.29.4 ) )
+	nautilus? ( >=gnome-base/nautilus-2.24 )
 "
 RDEPEND="${CDEPEND}
+	x11-misc/xdg-utils
 	fat? ( sys-fs/dosfstools )
 	!!sys-apps/udisks"
 DEPEND="${CDEPEND}
@@ -57,6 +56,10 @@
 }
 
 src_prepare() {
+	sed -i \
+		-e '/printf/s:nautilus:xdg-open:' \
+		src/palimpsest/gdu-section-volumes.c || die #350919
+
 	# Keep avahi optional, upstream bug #631986
 	epatch "${FILESDIR}/${PN}-2.30.1-optional-avahi.patch"
 






^ permalink raw reply	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2011-01-31 18:53 99% [gentoo-commits] gentoo-x86 commit in sys-apps/gnome-disk-utility: ChangeLog gnome-disk-utility-2.32.1.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox