summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:52:11 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:24 +0200
commitbbd55e4ad71361b829325522daabeeb6d59809ed (patch)
tree3a7804df7378b098deb74788b549ba492f95db23 /sci-chemistry/votca-xtp
parentsci-chemistry/GromacsWrapper: use HTTPS for GitHub (diff)
downloadgentoo-bbd55e4ad71361b829325522daabeeb6d59809ed.tar.gz
gentoo-bbd55e4ad71361b829325522daabeeb6d59809ed.tar.bz2
gentoo-bbd55e4ad71361b829325522daabeeb6d59809ed.zip
sci-chemistry/votca-xtp: use HTTPS for GitHub and doc links
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry/votca-xtp')
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild4
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-9999.ebuild6
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
}