commit: e70b236ee8c92fb4ee5591a76df7dc8651e06660 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Jun 29 11:39:06 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jun 29 14:08:25 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70b236e
dev-libs/papi: use HTTPS Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-libs/papi/papi-6.0.0.1-r1.ebuild | 6 +++--- dev-libs/papi/papi-6.0.0.1-r2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/papi/papi-6.0.0.1-r1.ebuild b/dev-libs/papi/papi-6.0.0.1-r1.ebuild index a4801fba366c..aa62e602ab7a 100644 --- a/dev-libs/papi/papi-6.0.0.1-r1.ebuild +++ b/dev-libs/papi/papi-6.0.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,8 +6,8 @@ EAPI=7 inherit autotools fortran-2 toolchain-funcs DESCRIPTION="Performance Application Programming Interface" -HOMEPAGE="http://icl.cs.utk.edu/papi/" -SRC_URI="http://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz" +HOMEPAGE="https://icl.cs.utk.edu/papi/" +SRC_URI="https://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz" S="${WORKDIR}/${P}/src" LICENSE="BSD" 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 a81ecf3c13bf..b9e9db7b2516 100644 --- a/dev-libs/papi/papi-6.0.0.1-r2.ebuild +++ b/dev-libs/papi/papi-6.0.0.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,8 +6,8 @@ EAPI=8 inherit autotools fortran-2 toolchain-funcs DESCRIPTION="Performance Application Programming Interface" -HOMEPAGE="http://icl.cs.utk.edu/papi/" -SRC_URI="http://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz" +HOMEPAGE="https://icl.cs.utk.edu/papi/" +SRC_URI="https://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz" S="${WORKDIR}/${P}/src" LICENSE="BSD"
