commit:     71e06d6a0bb64643983bc08fbbd1b919760ce192
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 18:54:31 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 10:04:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e06d6a

sci-chemistry/votca-csg: use HTTPS for GitHub and doc links

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 sci-chemistry/votca-csg/votca-csg-1.4.ebuild  |  8 ++++----
 sci-chemistry/votca-csg/votca-csg-9999.ebuild | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild 
b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
index 9f468772952..f8a45defd41 100644
--- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
@@ -17,7 +17,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
 
@@ -52,13 +52,13 @@ src_unpack() {
        else
                git-r3_src_unpack
                if use doc; then
-                       EGIT_REPO_URI="git://github.com/${PN/-//}-manual.git 
https://github.com/${PN/-//}-manual.git";
+                       EGIT_REPO_URI="https://github.com/${PN/-//}-manual.git";
                        EGIT_BRANCH="master"
                        EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-manual"\
                                git-r3_src_unpack
                fi
                if use examples; then
-                       EGIT_REPO_URI="git://github.com/${PN/-//}-tutorials.git 
https://github.com/${PN/-//}-tutorials.git";
+                       
EGIT_REPO_URI="https://github.com/${PN/-//}-tutorials.git";
                        EGIT_BRANCH="master"
                        EGIT_CHECKOUT_DIR="${WORKDIR}/${PN#votca-}-tutorials"\
                                git-r3_src_unpack
@@ -108,6 +108,6 @@ pkg_postinst() {
        einfo
        einfo "Please read and cite:"
        einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
-       einfo "http://dx.doi.org/10.1021/ct900369w";
+       einfo "https://dx.doi.org/10.1021/ct900369w";
        einfo
 }

diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild 
b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
index 8942a57b2d9..b3ef0f312d8 100644
--- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
+++ b/sci-chemistry/votca-csg/votca-csg-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
@@ -17,7 +17,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
 
@@ -52,13 +52,13 @@ src_unpack() {
        else
                git-r3_src_unpack
                if use doc; then
-                       EGIT_REPO_URI="git://github.com/${PN/-//}-manual.git 
https://github.com/${PN/-//}-manual.git";
+                       EGIT_REPO_URI="https://github.com/${PN/-//}-manual.git";
                        EGIT_BRANCH="master"
                        EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}-manual"\
                                git-r3_src_unpack
                fi
                if use examples; then
-                       EGIT_REPO_URI="git://github.com/${PN/-//}-tutorials.git 
https://github.com/${PN/-//}-tutorials.git";
+                       
EGIT_REPO_URI="https://github.com/${PN/-//}-tutorials.git";
                        EGIT_BRANCH="master"
                        EGIT_CHECKOUT_DIR="${WORKDIR}/${PN#votca-}-tutorials"\
                                git-r3_src_unpack
@@ -108,6 +108,6 @@ pkg_postinst() {
        einfo
        einfo "Please read and cite:"
        einfo "VOTCA, J. Chem. Theory Comput. 5, 3211 (2009). "
-       einfo "http://dx.doi.org/10.1021/ct900369w";
+       einfo "https://dx.doi.org/10.1021/ct900369w";
        einfo
 }

Reply via email to