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: app-shells/mpibash/
Date: Sun, 30 Jul 2017 08:47:55
Message-Id: 1501404427.06c70756def0a0558858f9c8962adb212c30f1ee.mgorny@gentoo
1 commit: 06c70756def0a0558858f9c8962adb212c30f1ee
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 01:34:35 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:47:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06c70756
7
8 app-shells/mpibash: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-shells/mpibash/mpibash-1.2.ebuild | 2 +-
13 app-shells/mpibash/mpibash-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-shells/mpibash/mpibash-1.2.ebuild b/app-shells/mpibash/mpibash-1.2.ebuild
17 index 18a0ea24633..594ac6bc88c 100644
18 --- a/app-shells/mpibash/mpibash-1.2.ebuild
19 +++ b/app-shells/mpibash/mpibash-1.2.ebuild
20 @@ -6,7 +6,7 @@ EAPI=5
21 inherit autotools-utils multilib
22
23 if [[ ${PV} = 9999 ]]; then
24 - EGIT_REPO_URI="git://github.com/lanl/MPI-Bash.git https://github.com/lanl/MPI-Bash.git"
25 + EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
26 inherit git-r3
27 KEYWORDS=""
28 AUTOTOOLS_AUTORECONF=1
29
30 diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild
31 index 18a0ea24633..594ac6bc88c 100644
32 --- a/app-shells/mpibash/mpibash-9999.ebuild
33 +++ b/app-shells/mpibash/mpibash-9999.ebuild
34 @@ -6,7 +6,7 @@ EAPI=5
35 inherit autotools-utils multilib
36
37 if [[ ${PV} = 9999 ]]; then
38 - EGIT_REPO_URI="git://github.com/lanl/MPI-Bash.git https://github.com/lanl/MPI-Bash.git"
39 + EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
40 inherit git-r3
41 KEYWORDS=""
42 AUTOTOOLS_AUTORECONF=1