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 7AB721382C5 for ; Wed, 4 Apr 2018 23:04:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9A2A2E0B17; Wed, 4 Apr 2018 23:04:30 +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 5161BE0B13 for ; Wed, 4 Apr 2018 23:04:30 +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 2F016335C51 for ; Wed, 4 Apr 2018 23:04:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9970F280 for ; Wed, 4 Apr 2018 23:04:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522882980.a5fdca4d6964ccbf714736c2bc86a2fd7bd51ca4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/spacefm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/spacefm/spacefm-1.0.5-r2.ebuild x11-misc/spacefm/spacefm-1.0.6.ebuild x11-misc/spacefm/spacefm-9999.ebuild X-VCS-Directories: x11-misc/spacefm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a5fdca4d6964ccbf714736c2bc86a2fd7bd51ca4 X-VCS-Branch: master Date: Wed, 4 Apr 2018 23:04:26 +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: c273fd53-9658-4169-b251-6dea17379d84 X-Archives-Hash: 06584dafe932b0b6ead671aa8bf97b21 commit: a5fdca4d6964ccbf714736c2bc86a2fd7bd51ca4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 4 22:42:21 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 4 23:03:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5fdca4d x11-misc/spacefm: Drop obsolete gnome2_icon_savelist, sort deps Package-Manager: Portage-2.3.28, Repoman-2.3.9 x11-misc/spacefm/spacefm-1.0.5-r2.ebuild | 8 +------- x11-misc/spacefm/spacefm-1.0.6.ebuild | 20 +++++++------------- x11-misc/spacefm/spacefm-9999.ebuild | 20 +++++++------------- 3 files changed, 15 insertions(+), 33 deletions(-) diff --git a/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild b/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild index 75d9c6230b1..bcf8d506218 100644 --- a/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.5-r2.ebuild @@ -32,9 +32,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig sys-devel/gettext" -PATCHES=( - "${FILESDIR}"/${PN}-include-sysmacros.patch -) +PATCHES=( "${FILESDIR}"/${PN}-include-sysmacros.patch ) src_configure() { econf \ @@ -47,10 +45,6 @@ src_configure() { $(use_with gtk3 gtk3 "yes") } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update diff --git a/x11-misc/spacefm/spacefm-1.0.6.ebuild b/x11-misc/spacefm/spacefm-1.0.6.ebuild index fefb9fc512a..d7f32ee9c49 100644 --- a/x11-misc/spacefm/spacefm-1.0.6.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.6.ebuild @@ -26,21 +26,19 @@ RDEPEND="dev-libs/glib:2 virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf - gtk2? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) - !gtk2? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/libX11 x11-misc/shared-mime-info - video-thumbnails? ( media-video/ffmpegthumbnailer ) - startup-notification? ( x11-libs/startup-notification )" + gtk2? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) + !gtk2? ( x11-libs/gtk+:3 ) + startup-notification? ( x11-libs/startup-notification ) + video-thumbnails? ( media-video/ffmpegthumbnailer )" DEPEND="${RDEPEND} dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext + virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${PN}-9999-include-sysmacros.patch -) +PATCHES=( "${FILESDIR}"/${PN}-9999-include-sysmacros.patch ) src_configure() { econf \ @@ -53,10 +51,6 @@ src_configure() { $(use_with gtk3 gtk3 "yes") } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild index fefb9fc512a..d7f32ee9c49 100644 --- a/x11-misc/spacefm/spacefm-9999.ebuild +++ b/x11-misc/spacefm/spacefm-9999.ebuild @@ -26,21 +26,19 @@ RDEPEND="dev-libs/glib:2 virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf - gtk2? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) - !gtk2? ( x11-libs/gtk+:3 ) x11-libs/pango x11-libs/libX11 x11-misc/shared-mime-info - video-thumbnails? ( media-video/ffmpegthumbnailer ) - startup-notification? ( x11-libs/startup-notification )" + gtk2? ( gtk3? ( x11-libs/gtk+:3 ) !gtk3? ( x11-libs/gtk+:2 ) ) + !gtk2? ( x11-libs/gtk+:3 ) + startup-notification? ( x11-libs/startup-notification ) + video-thumbnails? ( media-video/ffmpegthumbnailer )" DEPEND="${RDEPEND} dev-util/intltool - virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext + virtual/pkgconfig" -PATCHES=( - "${FILESDIR}"/${PN}-9999-include-sysmacros.patch -) +PATCHES=( "${FILESDIR}"/${PN}-9999-include-sysmacros.patch ) src_configure() { econf \ @@ -53,10 +51,6 @@ src_configure() { $(use_with gtk3 gtk3 "yes") } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postinst() { xdg_desktop_database_update xdg_mimeinfo_database_update