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 191CD13933E for ; Fri, 2 Jul 2021 10:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 20A07E0887; Fri, 2 Jul 2021 10:12:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 030C7E0887 for ; Fri, 2 Jul 2021 10:12:02 +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 0A17033C6B6 for ; Fri, 2 Jul 2021 10:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3E97C2 for ; Fri, 2 Jul 2021 10:12:00 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1625220710.e225adcf94b6df601e15b4fe8a946921a0afef4a.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/eigen/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/eigen/eigen-3.3.7-r1.ebuild dev-cpp/eigen/eigen-3.3.9.ebuild X-VCS-Directories: dev-cpp/eigen/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: e225adcf94b6df601e15b4fe8a946921a0afef4a X-VCS-Branch: master Date: Fri, 2 Jul 2021 10:12:00 +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: f2094b5d-9035-4dfa-948e-25453ee23fe2 X-Archives-Hash: f6da42431d40a5d7753e59d10c82afda commit: e225adcf94b6df601e15b4fe8a946921a0afef4a Author: Marek Szuba gentoo org> AuthorDate: Fri Jul 2 10:11:00 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Fri Jul 2 10:11:50 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e225adcf dev-cpp/eigen: use HTTPS in HOMEPAGE Signed-off-by: Marek Szuba gentoo.org> dev-cpp/eigen/eigen-3.3.7-r1.ebuild | 2 +- dev-cpp/eigen/eigen-3.3.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild index 6e6a9e5aa2c..68821a80607 100644 --- a/dev-cpp/eigen/eigen-3.3.7-r1.ebuild +++ b/dev-cpp/eigen/eigen-3.3.7-r1.ebuild @@ -7,7 +7,7 @@ FORTRAN_NEEDED="test" inherit cmake cuda fortran-2 DESCRIPTION="C++ template library for linear algebra" -HOMEPAGE="http://eigen.tuxfamily.org/index.php?title=Main_Page" +HOMEPAGE="https://eigen.tuxfamily.org/index.php?title=Main_Page" SRC_URI="https://gitlab.com/libeigen/eigen/-/archive/${PV}/${P}.tar.bz2 -> ${P}-gitlab.tar.bz2" LICENSE="MPL-2.0" diff --git a/dev-cpp/eigen/eigen-3.3.9.ebuild b/dev-cpp/eigen/eigen-3.3.9.ebuild index 93009123698..8637aa3d83c 100644 --- a/dev-cpp/eigen/eigen-3.3.9.ebuild +++ b/dev-cpp/eigen/eigen-3.3.9.ebuild @@ -7,7 +7,7 @@ FORTRAN_NEEDED="test" inherit cmake cuda fortran-2 DESCRIPTION="C++ template library for linear algebra" -HOMEPAGE="http://eigen.tuxfamily.org/index.php?title=Main_Page" +HOMEPAGE="https://eigen.tuxfamily.org/index.php?title=Main_Page" SRC_URI="https://gitlab.com/lib${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" LICENSE="MPL-2.0"