From bbd55e4ad71361b829325522daabeeb6d59809ed Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 04:52:11 +1000 Subject: sci-chemistry/votca-xtp: use HTTPS for GitHub and doc links Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild | 4 ++-- sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild index 02324ee7d8d3..17eef63d0d82 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild @@ -15,7 +15,7 @@ if [ "${PV}" != "9999" ]; then S="${WORKDIR}/${P#votca-}" else inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="amd64 x86" fi @@ -66,6 +66,6 @@ pkg_postinst() { einfo einfo "Please read and cite:" einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)" - einfo "http://dx.doi.org/10.1021/ct200388s" + einfo "https://dx.doi.org/10.1021/ct200388s" einfo } diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild index b30032ce58e3..8459c4c4970c 100644 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ if [ "${PV}" != "9999" ]; then S="${WORKDIR}/${P#votca-}" else inherit git-r3 - EGIT_REPO_URI="git://github.com/${PN/-//}.git https://github.com/${PN/-//}.git" + EGIT_REPO_URI="https://github.com/${PN/-//}.git" KEYWORDS="" fi @@ -66,6 +66,6 @@ pkg_postinst() { einfo einfo "Please read and cite:" einfo "VOTCA-CTP, J. Chem. Theo. Comp. 7, 3335-3345 (2011)" - einfo "http://dx.doi.org/10.1021/ct200388s" + einfo "https://dx.doi.org/10.1021/ct200388s" einfo } -- cgit v1.2.3-65-gdbad