public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.26.2-r1.ebuild
Date: Sat, 18 Dec 2010 23:13:40 +0000 (UTC)	[thread overview]
Message-ID: <20101218231340.31C7020054@flycatcher.gentoo.org> (raw)

ssuominen    10/12/18 23:13:40

  Modified:             ChangeLog gconf-2.26.2-r1.ebuild
  Log:
  Remove USE="policykit" for sys-auth/policykit wrt #340335.
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64)

Revision  Changes    Path
1.238                gnome-base/gconf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog	16 Dec 2010 22:44:54 -0000	1.237
+++ ChangeLog	18 Dec 2010 23:13:40 -0000	1.238
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-base/gconf
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.237 2010/12/16 22:44:54 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/ChangeLog,v 1.238 2010/12/18 23:13:40 ssuominen Exp $
+
+  18 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> gconf-2.26.2-r1.ebuild:
+  Remove USE="policykit" for sys-auth/policykit wrt #340335.
 
 *gconf-2.32.0-r1 (16 Dec 2010)
 



1.11                 gnome-base/gconf/gconf-2.26.2-r1.ebuild

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

Index: gconf-2.26.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.26.2-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gconf-2.26.2-r1.ebuild	20 Jul 2010 15:32:51 -0000	1.10
+++ gconf-2.26.2-r1.ebuild	18 Dec 2010 23:13:40 -0000	1.11
@@ -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-base/gconf/gconf-2.26.2-r1.ebuild,v 1.10 2010/07/20 15:32:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/gconf/gconf-2.26.2-r1.ebuild,v 1.11 2010/12/18 23:13:40 ssuominen Exp $
 
 EAPI="2"
 
@@ -17,7 +17,7 @@
 LICENSE="LGPL-2"
 SLOT="2"
 KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="debug doc ldap policykit"
+IUSE="debug doc ldap"
 
 RDEPEND=">=dev-libs/glib-2.14
 	>=x11-libs/gtk+-2.8.16
@@ -25,8 +25,7 @@
 	>=sys-apps/dbus-1
 	>=gnome-base/orbit-2.4
 	>=dev-libs/libxml2-2
-	ldap? ( net-nds/openldap )
-	policykit? ( >=sys-auth/policykit-0.7 )"
+	ldap? ( net-nds/openldap )"
 DEPEND="${RDEPEND}
 	>=dev-util/intltool-0.35
 	>=dev-util/pkgconfig-0.9
@@ -42,7 +41,7 @@
 		--enable-gtk
 		--disable-static
 		$(use_with ldap openldap)
-		$(use_enable policykit defaults-service)"
+		--disable-defaults-service"
 	kill_gconf
 
 	# Need host's IDL compiler for cross or native build, bug #262747






             reply	other threads:[~2010-12-18 23:13 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-18 23:13 Samuli Suominen (ssuominen) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-01-16 17:06 [gentoo-commits] gentoo-x86 commit in gnome-base/gconf: ChangeLog gconf-2.26.2-r1.ebuild Raul Porcel (armin76)
2010-01-14  1:04 Jeroen Roovers (jer)
2009-12-03 16:58 Brent Baude (ranger)
2009-11-28 17:05 Raul Porcel (armin76)
2009-11-05 19:46 Markus Meier (maekke)
2009-10-24 16:27 Gysbert Wassenaar (nixnut)
2009-10-16 22:01 Markus Meier (maekke)
2009-10-08  3:00 Olivier Crete (tester)
2009-06-16 20:31 Romain Perier (mrpouet)

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=20101218231340.31C7020054@flycatcher.gentoo.org \
    --to=ssuominen@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