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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7708B158066 for ; Wed, 4 Sep 2024 11:45:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D336E2A60; Wed, 4 Sep 2024 11:45:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 87706E2A60 for ; Wed, 4 Sep 2024 11:45:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C9506343003 for ; Wed, 4 Sep 2024 11:45:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EA9A1F25 for ; Wed, 4 Sep 2024 11:45:49 +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: <1725450336.43a561985a2da5bba49c55e1fdcd1a0d7104bedc.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.6-r1.ebuild X-VCS-Directories: x11-misc/spacefm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 43a561985a2da5bba49c55e1fdcd1a0d7104bedc X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:45:49 +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: 15e7b6c7-8194-41a7-9326-b09fe232d031 X-Archives-Hash: ff3bd9b7649c96fcd2047dd01469b125 commit: 43a561985a2da5bba49c55e1fdcd1a0d7104bedc Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 3 17:40:22 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 4 11:45:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a56198 x11-misc/spacefm: drop 1.0.6-r1 Signed-off-by: Andreas Sturmlechner gentoo.org> x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 70 -------------------------------- 1 file changed, 70 deletions(-) diff --git a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild deleted file mode 100644 index 0e63a546df0d..000000000000 --- a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info optfeature xdg - -DESCRIPTION="A multi-panel tabbed file manager" -HOMEPAGE="https://ignorantguru.github.io/spacefm/" - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://github.com/IgnorantGuru/${PN}.git" - EGIT_BRANCH="next" - inherit git-r3 -else - KEYWORDS="amd64 x86" - SRC_URI="https://github.com/IgnorantGuru/spacefm/archive/${PV}.tar.gz -> ${P}.tar.gz" -fi - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -IUSE="+startup-notification +video-thumbnails" - -RDEPEND="dev-libs/glib:2 - dev-util/desktop-file-utils - virtual/udev - virtual/freedesktop-icon-theme - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/gtk+:3 - x11-libs/pango - x11-libs/libX11 - x11-misc/shared-mime-info - startup-notification? ( x11-libs/startup-notification ) - video-thumbnails? ( media-video/ffmpegthumbnailer )" -DEPEND="${RDEPEND}" -BDEPEND="dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${PN}-9999-include-sysmacros.patch - "${FILESDIR}"/${PN}-fno-common.patch -) - -src_configure() { - econf \ - $(use_enable startup-notification) \ - $(use_enable video-thumbnails) \ - --disable-hal \ - --enable-inotify \ - --disable-pixmaps \ - --with-gtk3 -} - -pkg_postinst() { - xdg_pkg_postinst - - optfeature "mounting as non-root user" sys-apps/udevil sys-apps/pmount sys-fs/udisks - optfeature "supporting ftp/nfs/smb/ssh URLs in the path bar" sys-apps/udevil - optfeature "performing as root" x11-misc/ktsuss kde-plasma/kde-cli-tools[kdesu] - # sys-apps/util-linux is required for eject - optfeature "other optional dependencies" sys-apps/dbus sys-process/lsof sys-apps/util-linux - - if ! has_version 'sys-fs/udisks' ; then - elog "When using SpaceFM without udisks, and without the udisks-daemon running," - elog "you may need to enable kernel polling for device media changes to be detected." - elog "See /usr/share/doc/${PF}/html/spacefm-manual-en.html#devices-kernpoll" - fi -}