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 ECDFC15ACFC for ; Mon, 10 Apr 2023 22:17:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBCADE085B; Mon, 10 Apr 2023 22:17:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 8E2BFE084E for ; Mon, 10 Apr 2023 22:17:55 +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 9805A340D7D for ; Mon, 10 Apr 2023 22:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 839ECA43 for ; Mon, 10 Apr 2023 22:17:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1681164817.cbf0eee7efe7cb95b23b172055df0dfd1c6a2b2f.sam@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 x11-misc/spacefm/spacefm-9999.ebuild X-VCS-Directories: x11-misc/spacefm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cbf0eee7efe7cb95b23b172055df0dfd1c6a2b2f X-VCS-Branch: master Date: Mon, 10 Apr 2023 22:17:51 +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: 34fe3ef0-d431-484d-ae94-1c666f532ccd X-Archives-Hash: 6ee74543fed5b28318e32a2f99ff309b commit: cbf0eee7efe7cb95b23b172055df0dfd1c6a2b2f Author: Sam James gentoo org> AuthorDate: Mon Apr 10 22:13:37 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 10 22:13:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbf0eee7 x11-misc/spacefm: update *.github.com HOMEPAGEs Signed-off-by: Sam James gentoo.org> x11-misc/spacefm/spacefm-1.0.6-r1.ebuild | 5 +++-- x11-misc/spacefm/spacefm-9999.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild index bf27995498f1..0e63a546df0d 100644 --- a/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild +++ b/x11-misc/spacefm/spacefm-1.0.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,8 @@ EAPI=7 inherit linux-info optfeature xdg DESCRIPTION="A multi-panel tabbed file manager" -HOMEPAGE="https://ignorantguru.github.com/spacefm/" +HOMEPAGE="https://ignorantguru.github.io/spacefm/" + if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/IgnorantGuru/${PN}.git" EGIT_BRANCH="next" diff --git a/x11-misc/spacefm/spacefm-9999.ebuild b/x11-misc/spacefm/spacefm-9999.ebuild index bf27995498f1..0e63a546df0d 100644 --- a/x11-misc/spacefm/spacefm-9999.ebuild +++ b/x11-misc/spacefm/spacefm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,8 @@ EAPI=7 inherit linux-info optfeature xdg DESCRIPTION="A multi-panel tabbed file manager" -HOMEPAGE="https://ignorantguru.github.com/spacefm/" +HOMEPAGE="https://ignorantguru.github.io/spacefm/" + if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/IgnorantGuru/${PN}.git" EGIT_BRANCH="next"