commit: bbd55e4ad71361b829325522daabeeb6d59809ed
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 18:52:11 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 10:04:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd55e4a
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 02324ee7d8d..17eef63d0d8 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 b30032ce58e..8459c4c4970 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
}