public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.16.ebuild
@ 2009-12-27  4:07 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 3+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2009-12-27  4:07 UTC (permalink / raw
  To: gentoo-commits

nirbheek    09/12/27 04:07:52

  Modified:             ChangeLog libgsf-1.14.16.ebuild
  Log:
  Fix gconf automagic, patch by Jan Aniŝĉuk and Sylvain BERTRAND, bug 289856
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.148                gnome-extra/libgsf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	3 Dec 2009 17:14:05 -0000	1.147
+++ ChangeLog	27 Dec 2009 04:07:52 -0000	1.148
@@ -1,6 +1,11 @@
 # ChangeLog for gnome-extra/libgsf
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.147 2009/12/03 17:14:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.148 2009/12/27 04:07:52 nirbheek Exp $
+
+  27 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org> libgsf-1.14.16.ebuild,
+  +files/libgsf-1.14.16-gconf-automagic.patch:
+  Fix gconf automagic, patch by Jan Aniŝĉuk and Sylvain BERTRAND, bug
+  289856
 
   03 Dec 2009; Brent Baude <ranger@gentoo.org> libgsf-1.14.15.ebuild:
   Marking libgsf-1.14.15 ppc64 stable for bug 281427



1.2                  gnome-extra/libgsf/libgsf-1.14.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?r1=1.1&r2=1.2

Index: libgsf-1.14.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libgsf-1.14.16.ebuild	19 Oct 2009 21:14:39 -0000	1.1
+++ libgsf-1.14.16.ebuild	27 Dec 2009 04:07:52 -0000	1.2
@@ -1,11 +1,11 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v 1.1 2009/10/19 21:14:39 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v 1.2 2009/12/27 04:07:52 nirbheek Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
 
-inherit eutils gnome2 python multilib
+inherit autotools eutils gnome2 python multilib
 
 DESCRIPTION="The GNOME Structured File Library"
 HOMEPAGE="http://www.gnome.org/"
@@ -15,16 +15,14 @@
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="bzip2 doc gnome gtk python"
 
-# FIXME: gconf is actually automagic and only needed for thumbnailer
 RDEPEND="
 	>=dev-libs/glib-2.16
 	>=dev-libs/libxml2-2.4.16
-	>=gnome-base/gconf-2
 	sys-libs/zlib
 	bzip2? ( app-arch/bzip2 )
 	gnome? (
-		>=gnome-base/libbonobo-2
-		>=gnome-base/gnome-vfs-2.2 )
+		>=gnome-base/gconf-2
+		>=gnome-base/libbonobo-2 )
 	gtk? ( >=x11-libs/gtk+-2 )
 	python? (
 		>=dev-python/pygobject-2.10
@@ -44,7 +42,7 @@
 		--with-gio
 		--disable-static
 		$(use_with bzip2 bz2)
-		$(use_with gnome gnome-vfs)
+		$(use_with gnome gconf)
 		$(use_with gnome bonobo)
 		$(use_with python)
 		$(use_with gtk gdk-pixbuf)"
@@ -53,6 +51,11 @@
 src_prepare() {
 	gnome2_src_prepare
 
+	# Fix gconf automagic, bug 289856
+	epatch "${FILESDIR}/${P}-gconf-automagic.patch"
+
+	eautoreconf
+
 	# disable pyc compiling
 	mv py-compile py-compile.orig
 	ln -s $(type -P true) py-compile






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.16.ebuild
@ 2010-01-07 21:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-07 21:41 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/07 21:41:37

  Modified:             ChangeLog libgsf-1.14.16.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.149                gnome-extra/libgsf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	27 Dec 2009 04:07:52 -0000	1.148
+++ ChangeLog	7 Jan 2010 21:41:36 -0000	1.149
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/libgsf
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.148 2009/12/27 04:07:52 nirbheek Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.149 2010/01/07 21:41:36 fauli Exp $
+
+  07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  libgsf-1.14.16.ebuild:
+  Transfer Prefix keywords
 
   27 Dec 2009; Nirbheek Chauhan <nirbheek@gentoo.org> libgsf-1.14.16.ebuild,
   +files/libgsf-1.14.16-gconf-automagic.patch:



1.3                  gnome-extra/libgsf/libgsf-1.14.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?r1=1.2&r2=1.3

Index: libgsf-1.14.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libgsf-1.14.16.ebuild	27 Dec 2009 04:07:52 -0000	1.2
+++ libgsf-1.14.16.ebuild	7 Jan 2010 21:41:36 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v 1.2 2009/12/27 04:07:52 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v 1.3 2010/01/07 21:41:36 fauli Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc gnome gtk python"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.16.ebuild
@ 2010-01-09 21:23 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-09 21:23 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/09 21:23:44

  Modified:             ChangeLog libgsf-1.14.16.ebuild
  Log:
  keyword ~x86-freebsd
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.150                gnome-extra/libgsf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	7 Jan 2010 21:41:36 -0000	1.149
+++ ChangeLog	9 Jan 2010 21:23:43 -0000	1.150
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/libgsf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.149 2010/01/07 21:41:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/ChangeLog,v 1.150 2010/01/09 21:23:43 fauli Exp $
+
+  09 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  libgsf-1.14.16.ebuild:
+  keyword ~x86-freebsd
 
   07 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   libgsf-1.14.16.ebuild:



1.4                  gnome-extra/libgsf/libgsf-1.14.16.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild?r1=1.3&r2=1.4

Index: libgsf-1.14.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libgsf-1.14.16.ebuild	7 Jan 2010 21:41:36 -0000	1.3
+++ libgsf-1.14.16.ebuild	9 Jan 2010 21:23:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v 1.3 2010/01/07 21:41:36 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.14.16.ebuild,v 1.4 2010/01/09 21:23:43 fauli Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE="bzip2 doc gnome gtk python"
 
 RDEPEND="






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-01-09 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 21:41 [gentoo-commits] gentoo-x86 commit in gnome-extra/libgsf: ChangeLog libgsf-1.14.16.ebuild Christian Faulhammer (fauli)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-09 21:23 Christian Faulhammer (fauli)
2009-12-27  4:07 Nirbheek Chauhan (nirbheek)

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