sci-chemistry/votca-xtp: use HTTPS for GitHub and doc links
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:52:11 +0000 (04:52 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:24 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

sci-chemistry/votca-xtp/votca-xtp-1.4.ebuild
sci-chemistry/votca-xtp/votca-xtp-9999.ebuild

index 02324ee7d8d3bca9f03bdd69684ae3e33b747bfd..17eef63d0d8210ea086bb8bd130a2e61266f8df3 100644 (file)
@@ -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
 }
index b30032ce58e363e6b134ef601444e0411cc0bc2c..8459c4c4970c15a9d4c08f75b16272c336555a6b 100644 (file)
@@ -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
 }