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 0A30E15852A for ; Wed, 21 Aug 2024 19:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37556E29B8; Wed, 21 Aug 2024 19:08:20 +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 B2259E2A3F for ; Wed, 21 Aug 2024 19:08:19 +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 BABD4340C42 for ; Wed, 21 Aug 2024 19:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20C721F01 for ; Wed, 21 Aug 2024 19:08:17 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1724267251.348f214bb19be2c84e5f6251acb7f1114000acad.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/papi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/papi/papi-6.0.0.1-r2.ebuild X-VCS-Directories: dev-libs/papi/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 348f214bb19be2c84e5f6251acb7f1114000acad X-VCS-Branch: master Date: Wed, 21 Aug 2024 19:08:17 +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: edd85b79-6888-47fb-b40a-209b2ff16d4b X-Archives-Hash: 7c45910fb52f1a8ad9918a01066e9855 commit: 348f214bb19be2c84e5f6251acb7f1114000acad Author: Eli Schwartz gentoo org> AuthorDate: Wed Aug 21 18:26:01 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Wed Aug 21 19:07:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348f214b dev-libs/papi: update HOMEPAGE, SRC_URI to follow subdomain redirect Signed-off-by: Eli Schwartz gentoo.org> dev-libs/papi/papi-6.0.0.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/papi/papi-6.0.0.1-r2.ebuild b/dev-libs/papi/papi-6.0.0.1-r2.ebuild index c34705f99e5f..60412b6cb2fe 100644 --- a/dev-libs/papi/papi-6.0.0.1-r2.ebuild +++ b/dev-libs/papi/papi-6.0.0.1-r2.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit autotools flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Performance Application Programming Interface" -HOMEPAGE="https://icl.cs.utk.edu/papi/" -SRC_URI="https://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz" +HOMEPAGE="https://icl.utk.edu/papi/" +SRC_URI="https://icl.utk.edu/projects/${PN}/downloads/${P}.tar.gz" S="${WORKDIR}/${P}/src" LICENSE="BSD"