From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12C74138334 for ; Thu, 13 Sep 2018 09:58:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05B22E0A6E; Thu, 13 Sep 2018 09:58:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5321E0A6E for ; Thu, 13 Sep 2018 09:58:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 67F26335CFE for ; Thu, 13 Sep 2018 09:58:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B80873A4 for ; Thu, 13 Sep 2018 09:58:41 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1536832405.c6a75ada6e2ebe97556b497e7146c3206a5c06ee.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/nautilus/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-base/nautilus/nautilus-3.20.4.ebuild gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild gnome-base/nautilus/nautilus-3.24.2.1.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: c6a75ada6e2ebe97556b497e7146c3206a5c06ee X-VCS-Branch: master Date: Thu, 13 Sep 2018 09:58:41 +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: 67b26103-2d42-4fc7-874e-9dd0bf841149 X-Archives-Hash: 3e88832300200ead7a5bbf0095696803 commit: c6a75ada6e2ebe97556b497e7146c3206a5c06ee Author: Mart Raudsepp gentoo org> AuthorDate: Thu Sep 13 09:53:25 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Sep 13 09:53:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a75ada gnome-base/nautilus: prepare for gvfs-1.34 gvfs-1.34 has ported recent files backend daemon from GtkRecentManager to GBookmarkFile and thus doesn't depend on gtk+ anymore for it. As such it also doesn't give the option to disable recent files support, thus the IUSE will be removed in the bump. Prepare nautilus for that change, as we just need a recent:// handled, which gvfs-1.34 still provides just fine. gvfs[gtk] -> gvfs[gtk(+)] takes care of it. Package-Manager: Portage-2.3.49, Repoman-2.3.10 gnome-base/nautilus/nautilus-3.20.4.ebuild | 2 +- .../nautilus/{nautilus-3.24.2.1.ebuild => nautilus-3.24.2.1-r1.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnome-base/nautilus/nautilus-3.20.4.ebuild b/gnome-base/nautilus/nautilus-3.20.4.ebuild index e32a43a50c2..f4706dbc609 100644 --- a/gnome-base/nautilus/nautilus-3.20.4.ebuild +++ b/gnome-base/nautilus/nautilus-3.20.4.ebuild @@ -64,7 +64,7 @@ PDEPEND=" tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) previewer? ( >=gnome-extra/sushi-0.1.9 ) sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] + >=gnome-base/gvfs-1.14[gtk(+)] " # Need gvfs[gtk] for recent:/// support diff --git a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild b/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild similarity index 98% rename from gnome-base/nautilus/nautilus-3.24.2.1.ebuild rename to gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild index 8a9e47f9365..1f0975815f9 100644 --- a/gnome-base/nautilus/nautilus-3.24.2.1.ebuild +++ b/gnome-base/nautilus/nautilus-3.24.2.1-r1.ebuild @@ -64,7 +64,7 @@ PDEPEND=" tracker? ( >=gnome-extra/nautilus-tracker-tags-0.12 ) previewer? ( >=gnome-extra/sushi-0.1.9 ) sendto? ( >=gnome-extra/nautilus-sendto-3.0.1 ) - >=gnome-base/gvfs-1.14[gtk] + >=gnome-base/gvfs-1.14[gtk(+)] " # Need gvfs[gtk] for recent:/// support