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 3686B138335 for ; Sun, 14 Oct 2018 20:45:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC25E0822; Sun, 14 Oct 2018 20:45:58 +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 EA12FE0822 for ; Sun, 14 Oct 2018 20:45:57 +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 B836D335CDE for ; Sun, 14 Oct 2018 20:45:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27EE243C for ; Sun, 14 Oct 2018 20:45:55 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1539549945.7671a250e0f896df379eea4eb6d7fc1450484fe3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/apbs/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/apbs/apbs-1.4.1-r2.ebuild X-VCS-Directories: sci-chemistry/apbs/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7671a250e0f896df379eea4eb6d7fc1450484fe3 X-VCS-Branch: master Date: Sun, 14 Oct 2018 20:45:55 +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-Archives-Salt: 1331b60b-7236-4a23-bc33-c10f41b4268c X-Archives-Hash: 698ca0db4f610c292af5cbf6c37b1af2 commit: 7671a250e0f896df379eea4eb6d7fc1450484fe3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 14 20:45:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 14 20:45:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7671a250 sci-chemistry/apbs: https Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 sci-chemistry/apbs/apbs-1.4.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild index 5ab24e0c3cc..108e43bf904 100644 --- a/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild +++ b/sci-chemistry/apbs/apbs-1.4.1-r2.ebuild @@ -11,7 +11,7 @@ inherit cmake-utils distutils-r1 flag-o-matic multilib toolchain-funcs GITHUB_REV="74fcb8676de69ed04ddab8976a8b05a6caaf4d65" DESCRIPTION="Evaluation of electrostatic properties of nanoscale biomolecular systems" -HOMEPAGE="http://www.poissonboltzmann.org/apbs/" +HOMEPAGE="https://www.poissonboltzmann.org/apbs/" #SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz" SRC_URI="https://github.com/Electrostatics/apbs-pdb2pqr/archive/${GITHUB_REV}.zip -> ${P}.zip"