diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:54:31 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:25 +0200 |
commit | 71e06d6a0bb64643983bc08fbbd1b919760ce192 (patch) | |
tree | 441e6f3bae50e78ffcd1f0d87df22562826cf132 /sci-chemistry/votca-csg | |
parent | sci-chemistry/votca-xtp: use HTTPS for GitHub and doc links (diff) | |
download | gentoo-71e06d6a0bb64643983bc08fbbd1b919760ce192.tar.gz gentoo-71e06d6a0bb64643983bc08fbbd1b919760ce192.tar.bz2 gentoo-71e06d6a0bb64643983bc08fbbd1b919760ce192.zip |
sci-chemistry/votca-csg: use HTTPS for GitHub and doc links
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry/votca-csg')
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 8 | ||||
-rw-r--r-- | 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 9f4687729524..f8a45defd418 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 8942a57b2d9f..b3ef0f312d81 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 } |