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 2FF01138334 for ; Mon, 16 Dec 2019 12:15:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EBF3E084E; Mon, 16 Dec 2019 12:15:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 28C61E084E for ; Mon, 16 Dec 2019 12:15:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D584134D444 for ; Mon, 16 Dec 2019 12:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7380F8B0 for ; Mon, 16 Dec 2019 12:15:39 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1576498533.05503e0285015b1002faf51f5f1bcad8b778a846.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ntirpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ntirpc/ntirpc-1.7.1.ebuild net-libs/ntirpc/ntirpc-1.7.4.ebuild X-VCS-Directories: net-libs/ntirpc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 05503e0285015b1002faf51f5f1bcad8b778a846 X-VCS-Branch: master Date: Mon, 16 Dec 2019 12:15:39 +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: 7f3f027b-1c52-4788-9544-fed85e549745 X-Archives-Hash: 48822177655330fe739a2aa592471f03 commit: 05503e0285015b1002faf51f5f1bcad8b778a846 Author: Lars Wendler gentoo org> AuthorDate: Mon Dec 16 12:15:33 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Dec 16 12:15:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05503e02 net-libs/ntirpc: Fixed remaining HomepageInSrcUri issues Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> net-libs/ntirpc/ntirpc-1.7.1.ebuild | 4 ++-- net-libs/ntirpc/ntirpc-1.7.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-libs/ntirpc/ntirpc-1.7.1.ebuild b/net-libs/ntirpc/ntirpc-1.7.1.ebuild index 07720adb249..888c3fea116 100644 --- a/net-libs/ntirpc/ntirpc-1.7.1.ebuild +++ b/net-libs/ntirpc/ntirpc-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -7,7 +7,7 @@ inherit cmake-multilib DESCRIPTION="Transport Independent RPC library for nfs-ganesha" HOMEPAGE="https://github.com/nfs-ganesha/ntirpc" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nfs-ganesha/ntirpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/net-libs/ntirpc/ntirpc-1.7.4.ebuild b/net-libs/ntirpc/ntirpc-1.7.4.ebuild index a6136e93581..97b6f9397ab 100644 --- a/net-libs/ntirpc/ntirpc-1.7.4.ebuild +++ b/net-libs/ntirpc/ntirpc-1.7.4.ebuild @@ -7,7 +7,7 @@ inherit cmake-multilib DESCRIPTION="Transport Independent RPC library for nfs-ganesha" HOMEPAGE="https://github.com/nfs-ganesha/ntirpc" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nfs-ganesha/ntirpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"