From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q89Jc-0005RP-7L for garchives@archives.gentoo.org; Fri, 08 Apr 2011 10:53:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 611551C021; Fri, 8 Apr 2011 10:52:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 222061C01C for ; Fri, 8 Apr 2011 10:52:12 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B78E1B4124 for ; Fri, 8 Apr 2011 10:52:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id B81E980074 for ; Fri, 8 Apr 2011 10:52:10 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <4df43593cb1988c627ef088286950826b3f35284.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-settings-daemon/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.0.0.1.ebuild gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild X-VCS-Directories: gnome-base/gnome-settings-daemon/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 4df43593cb1988c627ef088286950826b3f35284 Date: Fri, 8 Apr 2011 10:52:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 0223f29906f5a55c9f280de1e0801b6f commit: 4df43593cb1988c627ef088286950826b3f35284 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Apr 7 21:07:31 2011 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Fri Apr 8 08:52:14 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D4df43593 gnome-base/gnome-settings-daemon: QAed * Add slot notations * debug is not the one handled by gnome2 eclass (GNOME_DEBUG_CHECK) (Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --forc= e, signed Manifest commit with key C6085806) --- .../gnome-settings-daemon-3.0.0.1.ebuild | 10 +++++----- .../gnome-settings-daemon-9999.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.0.0= .1.ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.0.0.= 1.ebuild index 61865c0..709f3f1 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.0.0.1.ebui= ld +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-3.0.0.1.ebui= ld @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnom= e-settings-daemon-2.32.1.ebuild,v 1.1 2010/12/04 16:50:12 pacho Exp $ =20 EAPI=3D"3" -GCONF_DEBUG=3D"yes" +GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" =20 inherit gnome2 @@ -13,19 +13,19 @@ HOMEPAGE=3D"http://www.gnome.org" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"+cups debug +udev packagekit policykit smartcard" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" else KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-f= bsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" fi +IUSE=3D"+cups debug packagekit policykit smartcard +udev" =20 # Latest gsettings-desktop-schemas is needed due to commit e8d1de92 COMMON_DEPEND=3D">=3Ddev-libs/dbus-glib-0.74 - >=3Ddev-libs/glib-2.26.0 - >=3Dx11-libs/gtk+-2.99.3 - >=3Dgnome-base/gconf-2.6.1 + >=3Ddev-libs/glib-2.26.0:2 + >=3Dx11-libs/gtk+-2.99.3:3 + >=3Dgnome-base/gconf-2.6.1:2 >=3Dgnome-base/libgnomekbd-2.91.1 >=3Dgnome-base/gnome-desktop-2.91.5:3 >=3Dgnome-base/gsettings-desktop-schemas-0.1.7.1 diff --git a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.= ebuild b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebui= ld index 61865c0..709f3f1 100644 --- a/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild +++ b/gnome-base/gnome-settings-daemon/gnome-settings-daemon-9999.ebuild @@ -3,7 +3,7 @@ # $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-settings-daemon/gnom= e-settings-daemon-2.32.1.ebuild,v 1.1 2010/12/04 16:50:12 pacho Exp $ =20 EAPI=3D"3" -GCONF_DEBUG=3D"yes" +GCONF_DEBUG=3D"no" GNOME2_LA_PUNT=3D"yes" =20 inherit gnome2 @@ -13,19 +13,19 @@ HOMEPAGE=3D"http://www.gnome.org" =20 LICENSE=3D"GPL-2" SLOT=3D"0" -IUSE=3D"+cups debug +udev packagekit policykit smartcard" if [[ ${PV} =3D 9999 ]]; then inherit gnome2-live KEYWORDS=3D"" else KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-f= bsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" fi +IUSE=3D"+cups debug packagekit policykit smartcard +udev" =20 # Latest gsettings-desktop-schemas is needed due to commit e8d1de92 COMMON_DEPEND=3D">=3Ddev-libs/dbus-glib-0.74 - >=3Ddev-libs/glib-2.26.0 - >=3Dx11-libs/gtk+-2.99.3 - >=3Dgnome-base/gconf-2.6.1 + >=3Ddev-libs/glib-2.26.0:2 + >=3Dx11-libs/gtk+-2.99.3:3 + >=3Dgnome-base/gconf-2.6.1:2 >=3Dgnome-base/libgnomekbd-2.91.1 >=3Dgnome-base/gnome-desktop-2.91.5:3 >=3Dgnome-base/gsettings-desktop-schemas-0.1.7.1