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: sys-cluster/libcircle/
Date: Sun, 30 Jul 2017 09:23:05
Message-Id: 1501406566.84f65fe5eae25dcc475f706e1caf2e32cbf3d840.mgorny@gentoo
1 commit: 84f65fe5eae25dcc475f706e1caf2e32cbf3d840
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 14:49:56 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:22:46 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f65fe5
7
8 sys-cluster/libcircle: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild | 4 ++--
13 sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
17 index 7f7163c13d3..8093e3eee7b 100644
18 --- a/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
19 +++ b/sys-cluster/libcircle/libcircle-0.2.0_rc1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,7 @@ EAPI=5
27 inherit autotools-utils
28
29 if [ "${PV}" = "9999" ]; then
30 - EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git"
31 + EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
32 inherit git-2
33 KEYWORDS=""
34 else
35
36 diff --git a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
37 index 7f7163c13d3..8093e3eee7b 100644
38 --- a/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
39 +++ b/sys-cluster/libcircle/libcircle-0.2.1_rc1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2015 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=5
46 @@ -6,7 +6,7 @@ EAPI=5
47 inherit autotools-utils
48
49 if [ "${PV}" = "9999" ]; then
50 - EGIT_REPO_URI="git://github.com/hpc/${PN}.git https://github.com/hpc/${PN}.git"
51 + EGIT_REPO_URI="https://github.com/hpc/${PN}.git"
52 inherit git-2
53 KEYWORDS=""
54 else