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 127D9138350 for ; Thu, 16 Jan 2020 06:39:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B34C0E0916; Thu, 16 Jan 2020 06:39:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9A35EE090F for ; Thu, 16 Jan 2020 06:39:22 +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 BE99434E107 for ; Thu, 16 Jan 2020 06:39:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99A4ACC for ; Thu, 16 Jan 2020 06:39:17 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1579156702.86dd55fe750ec8bfed6c980e0ae4abc8c4f08b3c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pdb2pqr/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild X-VCS-Directories: sci-chemistry/pdb2pqr/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 86dd55fe750ec8bfed6c980e0ae4abc8c4f08b3c X-VCS-Branch: master Date: Thu, 16 Jan 2020 06:39: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: 62d3f131-0a09-4933-b4ce-041d8a801129 X-Archives-Hash: 10cbb8af0710dd644b6222e2c1f0130f commit: 86dd55fe750ec8bfed6c980e0ae4abc8c4f08b3c Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 06:35:49 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 06:38:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86dd55fe sci-chemistry/pdb2pqr: Use HTTPS Signed-off-by: Michał Górny gentoo.org> sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild index 8f367caec92..ad95f8f410f 100644 --- a/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild +++ b/sci-chemistry/pdb2pqr/pdb2pqr-1.9.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit scons-utils fortran-2 flag-o-matic python-r1 toolchain-funcs DESCRIPTION="Automated pipeline for performing Poisson-Boltzmann electrostatics calculations" -HOMEPAGE="http://www.poissonboltzmann.org/" +HOMEPAGE="https://www.poissonboltzmann.org/" SRC_URI="https://github.com/Electrostatics/apbs-${PN}/releases/download/${P}/${PN}-src-${PV}.tar.gz" SLOT="0"