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-libs/idlcoyote/
Date: Sun, 30 Jul 2017 10:04:57
Message-Id: 1501409069.b887469506c6b046fe57d048e749ea3d0a31f8f1.mgorny@gentoo
1 commit: b887469506c6b046fe57d048e749ea3d0a31f8f1
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 19:08:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:29 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8874695
7
8 sci-libs/idlcoyote: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-libs/idlcoyote/idlcoyote-20161220.ebuild | 4 ++--
13 sci-libs/idlcoyote/idlcoyote-99999999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-libs/idlcoyote/idlcoyote-20161220.ebuild b/sci-libs/idlcoyote/idlcoyote-20161220.ebuild
17 index d83629ab840..20857bb5a31 100644
18 --- a/sci-libs/idlcoyote/idlcoyote-20161220.ebuild
19 +++ b/sci-libs/idlcoyote/idlcoyote-20161220.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ if [[ ${PV} != 99999999 ]]; then
27 else
28 inherit git-r3
29 GIT_ECLASS="git-r3"
30 - EGIT_REPO_URI=( "git://github.com/idl-coyote/coyote.git" )
31 + EGIT_REPO_URI="https://github.com/idl-coyote/coyote.git"
32 KEYWORDS=""
33 fi
34
35
36 diff --git a/sci-libs/idlcoyote/idlcoyote-99999999.ebuild b/sci-libs/idlcoyote/idlcoyote-99999999.ebuild
37 index d83629ab840..20857bb5a31 100644
38 --- a/sci-libs/idlcoyote/idlcoyote-99999999.ebuild
39 +++ b/sci-libs/idlcoyote/idlcoyote-99999999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -11,7 +11,7 @@ if [[ ${PV} != 99999999 ]]; then
47 else
48 inherit git-r3
49 GIT_ECLASS="git-r3"
50 - EGIT_REPO_URI=( "git://github.com/idl-coyote/coyote.git" )
51 + EGIT_REPO_URI="https://github.com/idl-coyote/coyote.git"
52 KEYWORDS=""
53 fi