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 7F1D3139335 for ; Mon, 28 Jun 2021 19:20:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6820E0825; Mon, 28 Jun 2021 19:20:38 +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 96AD2E0825 for ; Mon, 28 Jun 2021 19:20:38 +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 2F580335DAF for ; Mon, 28 Jun 2021 19:20:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81805581 for ; Mon, 28 Jun 2021 19:20:35 +0000 (UTC) From: "Guilherme Amadio" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Guilherme Amadio" Message-ID: <1624908023.6b62b77a5d31a5fadcb61b100d95a174d85917c7.amadio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/cvmfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/cvmfs/cvmfs-2.7.3.ebuild net-fs/cvmfs/cvmfs-2.8.1.ebuild X-VCS-Directories: net-fs/cvmfs/ X-VCS-Committer: amadio X-VCS-Committer-Name: Guilherme Amadio X-VCS-Revision: 6b62b77a5d31a5fadcb61b100d95a174d85917c7 X-VCS-Branch: master Date: Mon, 28 Jun 2021 19:20:35 +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: 3f12b8ac-b66b-4511-8b3d-2647fab79f41 X-Archives-Hash: fc7b9379dd5588c68516b4339e6a1b29 commit: 6b62b77a5d31a5fadcb61b100d95a174d85917c7 Author: Guilherme Amadio gentoo org> AuthorDate: Mon Jun 28 19:20:17 2021 +0000 Commit: Guilherme Amadio gentoo org> CommitDate: Mon Jun 28 19:20:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b62b77a net-fs/cvmfs: update HOMEPAGE Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Guilherme Amadio gentoo.org> net-fs/cvmfs/cvmfs-2.7.3.ebuild | 2 +- net-fs/cvmfs/cvmfs-2.8.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-fs/cvmfs/cvmfs-2.7.3.ebuild b/net-fs/cvmfs/cvmfs-2.7.3.ebuild index fbc3082281a..f52b8b8ddfe 100644 --- a/net-fs/cvmfs/cvmfs-2.7.3.ebuild +++ b/net-fs/cvmfs/cvmfs-2.7.3.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake linux-info bash-completion-r1 DESCRIPTION="HTTP read-only file system for distributing software" -HOMEPAGE="http://cernvm.cern.ch/portal/filesystem" +HOMEPAGE="https://cernvm.cern.ch/fs/" SRC_URI="https://ecsft.cern.ch/dist/cvmfs/${P}/source.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/net-fs/cvmfs/cvmfs-2.8.1.ebuild b/net-fs/cvmfs/cvmfs-2.8.1.ebuild index 48b4b4a1173..f1aa0fc16ee 100644 --- a/net-fs/cvmfs/cvmfs-2.8.1.ebuild +++ b/net-fs/cvmfs/cvmfs-2.8.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake linux-info bash-completion-r1 DESCRIPTION="HTTP read-only file system for distributing software" -HOMEPAGE="http://cernvm.cern.ch/portal/filesystem" +HOMEPAGE="https://cernvm.cern.ch/fs/" SRC_URI="https://ecsft.cern.ch/dist/cvmfs/${P}/source.tar.gz -> ${P}.tar.gz" LICENSE="BSD"