public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: gconf-2.24.0.ebuild ChangeLog gconf-2.26.0.ebuild gconf-2.22.0.ebuild gconf-2.20.1-r1.ebuild
@ 2009-05-01 11:39 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-05-01 11:39 UTC (permalink / raw
  To: gentoo-commits

eva         09/05/01 11:39:25

  Modified:             gconf-2.24.0.ebuild ChangeLog gconf-2.26.0.ebuild
  Removed:              gconf-2.22.0.ebuild gconf-2.20.1-r1.ebuild
  Log:
  Make gconf cross-compilable, bug #262747. Kill gconf-2.26 warning, bug #268070. Clean up old revisions.
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 gnome-base/gconf/gconf-2.24.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.24.0.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.24.0.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/gconf-2.24.0.ebuild?r1=1.10&r2=1.11

Index: gconf-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.24.0.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gconf-2.24.0.ebuild	28 Apr 2009 11:14:10 -0000	1.10
+++ gconf-2.24.0.ebuild	1 May 2009 11:39:25 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.24.0.ebuild,v 1.10 2009/04/28 11:14:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.24.0.ebuild,v 1.11 2009/05/01 11:39:25 eva Exp $
 
 inherit autotools eutils gnome2
 
@@ -43,6 +43,9 @@
 		$(use_with ldap openldap)"
 	#$(use_enable policykit defaults-service)
 	kill_gconf
+
+	# Need host's IDL compiler for cross or native build, bug #262747
+	export EXTRA_EMAKE="${EXTRA_EMAKE} ORBIT_IDL=/usr/bin/orbit-idl-2"
 }
 
 src_unpack() {



1.209                gnome-base/gconf/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/gconf/ChangeLog?r1=1.208&r2=1.209

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog	28 Apr 2009 11:14:10 -0000	1.208
+++ ChangeLog	1 May 2009 11:39:25 -0000	1.209
@@ -1,6 +1,14 @@
 # ChangeLog for gnome-base/gconf
 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.208 2009/04/28 11:14:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.209 2009/05/01 11:39:25 eva Exp $
+
+  01 May 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  -files/gconf-2.20.1-automagic-ldap.patch,
+  -files/gconf-2.20.1-drop-gtk-doc.patch,
+  -files/gconf-2.22.0-automagic-ldap.patch, -gconf-2.20.1-r1.ebuild,
+  -gconf-2.22.0.ebuild, gconf-2.24.0.ebuild, gconf-2.26.0.ebuild:
+  Make gconf cross-compilable, bug #262747. Kill gconf-2.26 warning, bug
+  #268070. Clean up old revisions.
 
   28 Apr 2009; Raúl Porcel <armin76@gentoo.org> gconf-2.24.0.ebuild:
   sh stable



1.2                  gnome-base/gconf/gconf-2.26.0.ebuild

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

Index: gconf-2.26.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.26.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gconf-2.26.0.ebuild	19 Apr 2009 07:26:06 -0000	1.1
+++ gconf-2.26.0.ebuild	1 May 2009 11:39:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.26.0.ebuild,v 1.1 2009/04/19 07:26:06 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.26.0.ebuild,v 1.2 2009/05/01 11:39:25 eva Exp $
 
 inherit autotools eutils gnome2
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="debug doc ldap policykit"
 
 RDEPEND=">=dev-libs/glib-2.14
@@ -44,6 +44,9 @@
 		$(use_with ldap openldap)
 		$(use_enable policykit defaults-service)"
 	kill_gconf
+
+	# Need host's IDL compiler for cross or native build, bug #262747
+	export EXTRA_EMAKE="${EXTRA_EMAKE} ORBIT_IDL=/usr/bin/orbit-idl-2"
 }
 
 src_unpack() {
@@ -69,6 +72,8 @@
 
 	keepdir /etc/gconf/gconf.xml.mandatory
 	keepdir /etc/gconf/gconf.xml.defaults
+	# Make sure this directory exists, bug #268070, upstream #572027
+	keepdir /etc/gconf/gconf.xml.system
 
 	echo 'CONFIG_PROTECT_MASK="/etc/gconf"' > 50gconf
 	doenvd 50gconf || die "doenv failed"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-01 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-01 11:39 [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: gconf-2.24.0.ebuild ChangeLog gconf-2.26.0.ebuild gconf-2.22.0.ebuild gconf-2.20.1-r1.ebuild Gilles Dartiguelongue (eva)

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