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 C4BA1158094 for ; Wed, 10 Aug 2022 04:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 108E0E0EA3; Wed, 10 Aug 2022 04:48:08 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E6066E0EA3 for ; Wed, 10 Aug 2022 04:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 082CC341109 for ; Wed, 10 Aug 2022 04:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 635BB526 for ; Wed, 10 Aug 2022 04:48:05 +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: <1660106871.32001fbd7d3ed48b74946b29d9154c9acc2cd25f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.6.1.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 32001fbd7d3ed48b74946b29d9154c9acc2cd25f X-VCS-Branch: master Date: Wed, 10 Aug 2022 04:48:05 +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: 14263249-fa10-45ca-a819-4301524bb8a8 X-Archives-Hash: 9b7f3fb91cbdc83ae5e0f2492729af72 commit: 32001fbd7d3ed48b74946b29d9154c9acc2cd25f Author: Sam James gentoo org> AuthorDate: Wed Aug 10 04:47:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 10 04:47:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32001fbd net-fs/nfs-utils: update HOMEPAGE Signed-off-by: Sam James gentoo.org> net-fs/nfs-utils/nfs-utils-2.6.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild b/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild index 907d935c3310..207d20ce46cd 100644 --- a/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.6.1.ebuild @@ -6,9 +6,9 @@ EAPI=7 inherit autotools linux-info systemd DESCRIPTION="NFS client and server daemons" -HOMEPAGE="http://linux-nfs.org/" +HOMEPAGE="http://linux-nfs.org/ https://git.linux-nfs.org/?p=steved/nfs-utils.git" -if [[ "${PV}" = *_rc* ]] ; then +if [[ ${PV} == *_rc* ]] ; then MY_PV="$(ver_rs 1- -)" SRC_URI="http://git.linux-nfs.org/?p=steved/nfs-utils.git;a=snapshot;h=refs/tags/${PN}-${MY_PV};sf=tgz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${PN}-${MY_PV}"