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 1SXSo9-0004w8-3q for garchives@archives.gentoo.org; Thu, 24 May 2012 07:50:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35411E0738; Thu, 24 May 2012 07:49:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DF465E0738 for ; Thu, 24 May 2012 07:49:47 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 48AE71B404F for ; Thu, 24 May 2012 07:49:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A78C2E5432 for ; Thu, 24 May 2012 07:49:43 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <1337845732.b4596f072b41c74ab207f1df4dcab91661d5e09c.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-session/gnome-session-3.4.0.ebuild gnome-base/gnome-session/gnome-session-9999.ebuild X-VCS-Directories: gnome-base/gnome-session/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: b4596f072b41c74ab207f1df4dcab91661d5e09c X-VCS-Branch: master Date: Thu, 24 May 2012 07:49:43 +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: b62c3a1e-99e6-4581-87d5-ffecac8e3ff2 X-Archives-Hash: 12300c2a142f007ddfb8cd50164329f3 commit: b4596f072b41c74ab207f1df4dcab91661d5e09c Author: Alexandre Rostovtsev gentoo org> AuthorDate: Thu May 24 07:48:52 2012 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu May 24 07:48:52 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3Db4596f07 gnome-base/gnome-session: moved to gx86; update live ebuild --- .../gnome-session/gnome-session-3.4.0.ebuild | 110 --------------= ------ gnome-base/gnome-session/gnome-session-9999.ebuild | 6 +- 2 files changed, 3 insertions(+), 113 deletions(-) diff --git a/gnome-base/gnome-session/gnome-session-3.4.0.ebuild b/gnome-= base/gnome-session/gnome-session-3.4.0.ebuild deleted file mode 100644 index 0a8fa94..0000000 --- a/gnome-base/gnome-session/gnome-session-3.4.0.ebuild +++ /dev/null @@ -1,110 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D"4" -GCONF_DEBUG=3D"yes" - -inherit gnome2 -if [[ ${PV} =3D 9999 ]]; then - inherit gnome2-live -fi - -DESCRIPTION=3D"Gnome session manager" -HOMEPAGE=3D"http://www.gnome.org/" - -LICENSE=3D"GPL-2 LGPL-2 FDL-1.1" -SLOT=3D"0" -if [[ ${PV} =3D 9999 ]]; then - KEYWORDS=3D"" -else - KEYWORDS=3D"~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd = ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" -fi -IUSE=3D"doc elibc_FreeBSD ipv6 systemd" - -# x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_D= IRs, and -# create .config/user-dirs.dirs which is read by glib to get G_USER_DIRE= CTORY_* -# xdg-user-dirs-update is run during login (see 10-user-dirs-update-gnom= e below). -# gdk-pixbuf used in the inhibit dialog -COMMON_DEPEND=3D">=3Ddev-libs/glib-2.28.0:2 - x11-libs/gdk-pixbuf:2 - >=3Dx11-libs/gtk+-2.90.7:3 - >=3Ddev-libs/json-glib-0.10 - >=3Ddev-libs/dbus-glib-0.76 - >=3Dgnome-base/gconf-2:2 - >=3Dsys-power/upower-0.9.0 - elibc_FreeBSD? ( dev-libs/libexecinfo ) - - virtual/opengl - x11-libs/libSM - x11-libs/libICE - x11-libs/libXau - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXext - x11-libs/libXrender - x11-libs/libXtst - x11-misc/xdg-user-dirs - x11-misc/xdg-user-dirs-gtk - x11-apps/xdpyinfo" -# Pure-runtime deps from the session files should *NOT* be added here -# Otherwise, things like gdm pull in gnome-shell -# gnome-themes-standard is needed for the failwhale dialog themeing -# sys-apps/dbus[X] is needed for session management -RDEPEND=3D"${COMMON_DEPEND} - gnome-base/gnome-settings-daemon - >=3Dgnome-base/gsettings-desktop-schemas-0.1.7 - >=3Dx11-themes/gnome-themes-standard-2.91.92 - sys-apps/dbus[X] - systemd? ( >=3Dsys-apps/systemd-31 )" -DEPEND=3D"${COMMON_DEPEND} - >=3Ddev-lang/perl-5 - >=3Dsys-devel/gettext-0.10.40 - >=3Ddev-util/intltool-0.40.6 - virtual/pkgconfig - !=3Dgnome-base/gsettings-desktop-schemas-0.1.7 >=3Dx11-themes/gnome-themes-standard-2.91.92 sys-apps/dbus[X] - systemd? ( >=3Dsys-apps/systemd-31 )" + systemd? ( >=3Dsys-apps/systemd-38 ) + !systemd? ( sys-auth/consolekit )" DEPEND=3D"${COMMON_DEPEND} >=3Ddev-lang/perl-5 >=3Dsys-devel/gettext-0.10.40 @@ -70,7 +71,6 @@ DEPEND=3D"${COMMON_DEPEND} # gnome-base/gdm does not provide gnome.desktop anymore =20 pkg_setup() { - # TODO: Add support for systemd G2CONF=3D"${G2CONF} --disable-deprecation-flags --disable-schemas-compile