Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/GromacsWrapper/
Date: Sun, 30 Jul 2017 10:04:50
Message-Id: 1501409064.8a2fe401e6313956e66c3ca40562a41764d65cd5.mgorny@gentoo
1 commit: 8a2fe401e6313956e66c3ca40562a41764d65cd5
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:47:50 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2fe401
7
8 sci-chemistry/GromacsWrapper: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild | 6 ++----
13 sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild | 6 ++----
14 sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild | 6 ++----
15 3 files changed, 6 insertions(+), 12 deletions(-)
16
17 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
18 index 8f0b0392ce6..4c953dd73e3 100644
19 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
20 +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 )
28
29 if [[ $PV = *9999* ]]; then
30 scm_eclass=git-2
31 - EGIT_REPO_URI="
32 - git://github.com/orbeckst/${PN}.git
33 - https://github.com/orbeckst/${PN}.git"
34 + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
35 EGIT_BRANCH="develop"
36 SRC_URI=""
37 KEYWORDS=""
38
39 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild
40 index 1e69985d7ef..dc2488dd3b9 100644
41 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild
42 +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.3.2.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2014 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 )
50
51 if [[ $PV = *9999* ]]; then
52 scm_eclass=git-2
53 - EGIT_REPO_URI="
54 - git://github.com/orbeckst/${PN}.git
55 - https://github.com/orbeckst/${PN}.git"
56 + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
57 EGIT_BRANCH="develop"
58 SRC_URI=""
59 KEYWORDS=""
60
61 diff --git a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
62 index 046d3d73e5e..3e946ea31dd 100644
63 --- a/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
64 +++ b/sci-chemistry/GromacsWrapper/GromacsWrapper-0.5.1.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 +# Copyright 1999-2017 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=6
71 @@ -7,9 +7,7 @@ PYTHON_COMPAT=( python2_7 )
72
73 if [[ $PV = *9999* ]]; then
74 scm_eclass=git-2
75 - EGIT_REPO_URI="
76 - git://github.com/orbeckst/${PN}.git
77 - https://github.com/orbeckst/${PN}.git"
78 + EGIT_REPO_URI="https://github.com/orbeckst/${PN}.git"
79 EGIT_BRANCH="develop"
80 SRC_URI=""
81 KEYWORDS=""