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 1Q8SvE-00060n-TL for garchives@archives.gentoo.org; Sat, 09 Apr 2011 07:49:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AED21C02A; Sat, 9 Apr 2011 07:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6CD4F1C02A for ; Sat, 9 Apr 2011 07:48:49 +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 2A82F1B404F for ; Sat, 9 Apr 2011 07:48:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 6C9498006E for ; Sat, 9 Apr 2011 07:48:48 +0000 (UTC) From: "Christoph Mende" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Mende" Message-ID: Subject: [gentoo-commits] proj/xfce:master commit in: xfce-base/xfce4-session/ X-VCS-Repository: proj/xfce X-VCS-Files: xfce-base/xfce4-session/xfce4-session-9999.ebuild X-VCS-Directories: xfce-base/xfce4-session/ X-VCS-Committer: angelos X-VCS-Committer-Name: Christoph Mende X-VCS-Revision: e13ed868d0627e4e984b7383caa2def0c9965427 Date: Sat, 9 Apr 2011 07:48:48 +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: 209c4db05f8ddbb1fc05ab60b5baae30 commit: e13ed868d0627e4e984b7383caa2def0c9965427 Author: Christoph Mende unkreativ org> AuthorDate: Fri Apr 8 13:58:05 2011 +0000 Commit: Christoph Mende gentoo org> CommitDate: Fri Apr 8 13:58:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/xfce.git;a=3D= commit;h=3De13ed868 xfce4-session: Sync with gentoo-x86 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit = with key 84F20B43) --- xfce-base/xfce4-session/xfce4-session-9999.ebuild | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/xfce-base/xfce4-session/xfce4-session-9999.ebuild b/xfce-bas= e/xfce4-session/xfce4-session-9999.ebuild index b8f73ea..3834d19 100644 --- a/xfce-base/xfce4-session/xfce4-session-9999.ebuild +++ b/xfce-base/xfce4-session/xfce4-session-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-session/xfce4-session= -4.8.1.ebuild,v 1.7 2011/03/29 13:09:27 jer Exp $ =20 EAPI=3D3 inherit xfconf-live @@ -11,17 +11,18 @@ HOMEPAGE=3D"http://www.xfce.org/projects/xfce4-sessio= n/" LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-= fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" -IUSE=3D"consolekit debug gnome-keyring policykit udev +xfce_plugins_logo= ut" +IUSE=3D"consolekit debug gnome gnome-keyring policykit udev +xfce_plugin= s_logout" =20 COMMON_DEPEND=3D">=3Ddev-libs/dbus-glib-0.88 x11-apps/iceauth x11-libs/libSM - >=3Dx11-libs/libwnck-2.22 + >=3Dx11-libs/libwnck-2.22:1 x11-libs/libX11 >=3Dxfce-base/libxfce4util-4.8 >=3Dxfce-base/libxfce4ui-4.8 >=3Dxfce-base/xfconf-4.8 >=3Dxfce-base/xfce-utils-4.8 + gnome? ( gnome-base/gconf:2 ) gnome-keyring? ( gnome-base/libgnome-keyring ) xfce_plugins_logout? ( >=3Dxfce-base/xfce4-panel-4.8 )" RDEPEND=3D"${COMMON_DEPEND} @@ -39,6 +40,7 @@ pkg_setup() { --disable-dependency-tracking --disable-static $(use_enable xfce_plugins_logout panel-plugin) + $(use_enable gnome) $(use_enable gnome-keyring libgnome-keyring) $(xfconf_use_debug) --disable-hal @@ -47,5 +49,5 @@ pkg_setup() { $(use_enable policykit polkit) ) =20 - DOCS=3D"AUTHORS BUGS NEWS README TODO" + DOCS=3D"AUTHORS BUGS ChangeLog NEWS README TODO" }