diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 04:47:50 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 12:04:24 +0200 |
commit | 8a2fe401e6313956e66c3ca40562a41764d65cd5 (patch) | |
tree | f88e7756123450ba118a38c6bd6a482f9649ccfe /sci-chemistry | |
parent | sci-biology/bioperl-run: use HTTPS for GitHub (diff) | |
download | gentoo-8a2fe401e6313956e66c3ca40562a41764d65cd5.tar.gz gentoo-8a2fe401e6313956e66c3ca40562a41764d65cd5.tar.bz2 gentoo-8a2fe401e6313956e66c3ca40562a41764d65cd5.zip |
sci-chemistry/GromacsWrapper: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'sci-chemistry')
3 files changed, 6 insertions, 12 deletions
diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild index 8f0b0392ce67..4c953dd73e3c 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild index 1e69985d7ef6..dc2488dd3b95 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild index 046d3d73e5e7..3e946ea31dd4 100644 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.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 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 ) if [[ $PV = *9999* ]]; then scm_eclass=git-2 - EGIT_REPO_URI=" - git://github.com/orbeckst/${PN}.git - https://github.com/orbeckst/${PN}.git" + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" |