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 92ACE1382C5 for ; Wed, 13 Jan 2021 21:06:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4DEBE08E0; Wed, 13 Jan 2021 21:06:56 +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 BC570E08E0 for ; Wed, 13 Jan 2021 21:06:56 +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 9A991340D85 for ; Wed, 13 Jan 2021 21:06:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F19546B for ; Wed, 13 Jan 2021 21:06:54 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1610570433.ac80edad7027140fe8aea99792e035b1cd7a3b6d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/acl2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/acl2/acl2-7.1.ebuild sci-mathematics/acl2/acl2-8.3.ebuild X-VCS-Directories: sci-mathematics/acl2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ac80edad7027140fe8aea99792e035b1cd7a3b6d X-VCS-Branch: master Date: Wed, 13 Jan 2021 21:06:54 +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: be804658-3b56-4187-8242-52aa13fc4fc8 X-Archives-Hash: 1f041d79747a64627d2e2fde2fef8609 commit: ac80edad7027140fe8aea99792e035b1cd7a3b6d Author: Andrew Ammerlaan riseup net> AuthorDate: Wed Jan 13 20:40:33 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Wed Jan 13 20:40:33 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ac80edad sci-mathematics/acl2: use https for homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-mathematics/acl2/acl2-7.1.ebuild | 4 ++-- sci-mathematics/acl2/acl2-8.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-mathematics/acl2/acl2-7.1.ebuild b/sci-mathematics/acl2/acl2-7.1.ebuild index 774c5a6d3..04a8bdd7a 100644 --- a/sci-mathematics/acl2/acl2-7.1.ebuild +++ b/sci-mathematics/acl2/acl2-7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils DESCRIPTION="Industrial strength theorem prover" -HOMEPAGE="http://www.cs.utexas.edu/users/moore/acl2/" +HOMEPAGE="https://www.cs.utexas.edu/users/moore/acl2/" MY_PN=${PN}-devel SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/sci-mathematics/acl2/acl2-8.3.ebuild b/sci-mathematics/acl2/acl2-8.3.ebuild index a360cd404..63326e257 100644 --- a/sci-mathematics/acl2/acl2-8.3.ebuild +++ b/sci-mathematics/acl2/acl2-8.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit eutils DESCRIPTION="Industrial strength theorem prover" -HOMEPAGE="http://www.cs.utexas.edu/users/moore/acl2/" +HOMEPAGE="https://www.cs.utexas.edu/users/moore/acl2/" MY_PN=${PN}-devel SRC_URI="https://github.com/${MY_PN}/${MY_PN}/releases/download/${PV}/${P}.tar.gz"