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 9D035138334 for ; Tue, 11 Dec 2018 18:36:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52BC2E0C3F; Tue, 11 Dec 2018 18:36:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 13A95E0C3F for ; Tue, 11 Dec 2018 18:36:08 +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 3BFEB335CC8 for ; Tue, 11 Dec 2018 18:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9AA54DB for ; Tue, 11 Dec 2018 18:36:04 +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: <1544553340.b956c6230776b910136cefac4f15c736f30fc497.leio@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/nautilus/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-base/nautilus/nautilus-3.26.4-r1.ebuild X-VCS-Directories: gnome-base/nautilus/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: b956c6230776b910136cefac4f15c736f30fc497 X-VCS-Branch: master Date: Tue, 11 Dec 2018 18:36:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e9694ec-68d9-45c4-86f9-0fa1dac2cd56 X-Archives-Hash: 295008cc8849d1a59392b2f2aa1c0b39 commit: b956c6230776b910136cefac4f15c736f30fc497 Author: Mart Raudsepp gentoo org> AuthorDate: Tue Dec 11 18:35:33 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Tue Dec 11 18:35:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b956c623 gnome-base/nautilus-3.26.4-r1: remove, -r2 available in ::gentoo Main tree version adds a crash fix patch from gnome-3-26 upstream branch, allows tracker-1, fixes introspection optionality and re-enables tests. Signed-off-by: Mart Raudsepp gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11 gnome-base/nautilus/nautilus-3.26.4-r1.ebuild | 116 -------------------------- 1 file changed, 116 deletions(-) diff --git a/gnome-base/nautilus/nautilus-3.26.4-r1.ebuild b/gnome-base/nautilus/nautilus-3.26.4-r1.ebuild deleted file mode 100644 index 80e0ab5a..00000000 --- a/gnome-base/nautilus/nautilus-3.26.4-r1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -GNOME2_LA_PUNT="yes" # Needed with USE 'sendto' - -inherit gnome.org gnome2-utils meson readme.gentoo-r1 virtualx xdg - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="https://wiki.gnome.org/Apps/Nautilus" - -LICENSE="GPL-2+ LGPL-2+ FDL-1.1" -SLOT="0" -IUSE="exif gnome gtk-doc +introspection packagekit +previewer selinux sendto tracker xmp" - -KEYWORDS="~alpha ~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" - -# FIXME: tests fails under Xvfb, but pass when building manually -# "FAIL: check failed in nautilus-file.c, line 8307" -# need org.gnome.SessionManager service (aka gnome-session) but cannot find it -RESTRICT="test" - -# Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92 -# and 2.30.0 -COMMON_DEPEND=" - >=app-arch/gnome-autoar-0.2.1 - >=dev-libs/glib-2.51.2:2[dbus] - >=x11-libs/pango-1.28.3 - >=x11-libs/gtk+-3.22.6:3[introspection?] - >=dev-libs/libxml2-2.7.8:2 - >=gnome-base/gnome-desktop-3:3= - - >=gnome-base/gsettings-desktop-schemas-3.8.0 - x11-libs/libX11 - - exif? ( >=media-libs/libexif-0.6.20 ) - introspection? ( >=dev-libs/gobject-introspection-0.6.4:= ) - selinux? ( >=sys-libs/libselinux-2 ) - tracker? ( >=app-misc/tracker-2:= ) - xmp? ( >=media-libs/exempi-2.1.0:2 ) -" -DEPEND="${COMMON_DEPEND} - >=dev-util/gdbus-codegen-2.33 - >=sys-devel/gettext-0.19.7 - virtual/pkgconfig - x11-base/xorg-proto - - gtk-doc? ( dev-util/gtk-doc ) -" -RDEPEND="${COMMON_DEPEND} - gnome-base/dconf - packagekit? ( app-admin/packagekit-base ) - sendto? ( !