From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D0903138A1F for ; Sun, 20 Apr 2014 18:17:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36023E09B6; Sun, 20 Apr 2014 18:17:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4C26DE09B3 for ; Sun, 20 Apr 2014 18:17:39 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56B4233FE58 for ; Sun, 20 Apr 2014 18:17:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 8975018748 for ; Sun, 20 Apr 2014 18:17:35 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1398008907.5a05ec26ffd5f6acd7fa998dbb5b2924fd4c0360.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/gnome-session/files/, gnome-base/gnome-session/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/gnome-session/files/gnome-session-3.8.4-blacklist-nv25.patch gnome-base/gnome-session/gnome-session-3.12.0.ebuild gnome-base/gnome-session/gnome-session-9999.ebuild X-VCS-Directories: gnome-base/gnome-session/files/ gnome-base/gnome-session/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 5a05ec26ffd5f6acd7fa998dbb5b2924fd4c0360 X-VCS-Branch: master Date: Sun, 20 Apr 2014 18:17:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 60db1a67-fe9c-4cae-834c-ef5a7eee495d X-Archives-Hash: 1ed51c8d8cb71ad8ed7c918d40a4ce3b commit: 5a05ec26ffd5f6acd7fa998dbb5b2924fd4c0360 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Apr 20 14:47:21 2014 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Apr 20 15:48:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5a05ec26 gnome-base/gnome-session: QAed gnome-session-properties is no more. Fix a potential problem on install where xsltproc would not be found yet needed for configure to succeed due to --enable-man being the default. This is an issue inherited from previous ebuilds. * Avoid automagic for old upower, the rest of gnome 3.12 will pull a more modern version and we cannot have both on the system. * Drop unneeded patch. * Fix keywords. * Sync live ebuild. --- .../files/gnome-session-3.8.4-blacklist-nv25.patch | 22 ------------------ .../gnome-session/gnome-session-3.12.0.ebuild | 16 +++++++++---- gnome-base/gnome-session/gnome-session-9999.ebuild | 27 ++++++++++------------ 3 files changed, 24 insertions(+), 41 deletions(-) diff --git a/gnome-base/gnome-session/files/gnome-session-3.8.4-blacklist-nv25.patch b/gnome-base/gnome-session/files/gnome-session-3.8.4-blacklist-nv25.patch deleted file mode 100644 index 3f28c2b..0000000 --- a/gnome-base/gnome-session/files/gnome-session-3.8.4-blacklist-nv25.patch +++ /dev/null @@ -1,22 +0,0 @@ -From f11f157d507495589b0f4930f4fcc431c87bc121 Mon Sep 17 00:00:00 2001 -From: Ray Strode -Date: Tue, 12 Nov 2013 13:32:45 +0000 -Subject: data: blacklist nv25 - -It doesn't work very well. - -https://bugzilla.gnome.org/show_bug.cgi?id=711347 ---- -diff --git a/data/hardware-compatibility b/data/hardware-compatibility -index 927ba8b..48b7946 100644 ---- a/data/hardware-compatibility -+++ b/data/hardware-compatibility -@@ -27,3 +27,6 @@ - - # Gallium has softpipe; we explicitly enable llvmpipe - -softpipe -+ -+# nouveau vieux NV25 doesn't work too well -+-Mesa DRI nv25 --- -cgit v0.9.2 diff --git a/gnome-base/gnome-session/gnome-session-3.12.0.ebuild b/gnome-base/gnome-session/gnome-session-3.12.0.ebuild index cc3cd8d..bb2c3ff 100644 --- a/gnome-base/gnome-session/gnome-session-3.12.0.ebuild +++ b/gnome-base/gnome-session/gnome-session-3.12.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-session/gnome-session-3.10.1.ebuild,v 1.6 2014/03/29 21:00:14 tetromino Exp $ +# $Header: $ EAPI="5" GCONF_DEBUG="yes" @@ -12,7 +12,7 @@ HOMEPAGE="https://git.gnome.org/browse/gnome-session" LICENSE="GPL-2 LGPL-2 FDL-1.1" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-solaris" IUSE="doc elibc_FreeBSD gconf ipv6 systemd" # x11-misc/xdg-user-dirs{,-gtk} are needed to create the various XDG_*_DIRs, and @@ -58,6 +58,7 @@ RDEPEND="${COMMON_DEPEND} DEPEND="${COMMON_DEPEND} >=dev-lang/perl-5 >=sys-devel/gettext-0.10.40 + dev-libs/libxslt >=dev-util/intltool-0.40.6 virtual/pkgconfig !=gnome-base/gconf-2:2 ) + systemd? ( >=sys-apps/systemd-183:0= ) " # Pure-runtime deps from the session files should *NOT* be added here # Otherwise, things like gdm pull in gnome-shell @@ -60,12 +60,12 @@ RDEPEND="${COMMON_DEPEND} >=gnome-base/gsettings-desktop-schemas-0.1.7 >=x11-themes/gnome-themes-standard-2.91.92 sys-apps/dbus[X] - systemd? ( >=sys-apps/systemd-183 ) !systemd? ( sys-auth/consolekit ) " DEPEND="${COMMON_DEPEND} >=dev-lang/perl-5 >=sys-devel/gettext-0.10.40 + dev-libs/libxslt >=dev-util/intltool-0.40.6 virtual/pkgconfig !