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: dev-util/cwdiff/
Date: Sun, 30 Jul 2017 09:38:15
Message-Id: 1501407474.1fc2ee9d5731524ca2c97d2c87e9243c097c4958.mgorny@gentoo
1 commit: 1fc2ee9d5731524ca2c97d2c87e9243c097c4958
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 15:50:38 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:37:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fc2ee9d
7
8 dev-util/cwdiff: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-util/cwdiff/cwdiff-0.3.0.ebuild | 4 ++--
13 dev-util/cwdiff/cwdiff-0.3.1.ebuild | 4 ++--
14 dev-util/cwdiff/cwdiff-0.4.0.ebuild | 4 ++--
15 dev-util/cwdiff/cwdiff-9999.ebuild | 4 ++--
16 4 files changed, 8 insertions(+), 8 deletions(-)
17
18 diff --git a/dev-util/cwdiff/cwdiff-0.3.0.ebuild b/dev-util/cwdiff/cwdiff-0.3.0.ebuild
19 index ee48ba792c4..95a7d578300 100644
20 --- a/dev-util/cwdiff/cwdiff-0.3.0.ebuild
21 +++ b/dev-util/cwdiff/cwdiff-0.3.0.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2017 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28
29 if [ "${PV}" = "9999" ]; then
30 - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
31 + EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
32 inherit git-r3
33 KEYWORDS=""
34 else
35
36 diff --git a/dev-util/cwdiff/cwdiff-0.3.1.ebuild b/dev-util/cwdiff/cwdiff-0.3.1.ebuild
37 index ee48ba792c4..95a7d578300 100644
38 --- a/dev-util/cwdiff/cwdiff-0.3.1.ebuild
39 +++ b/dev-util/cwdiff/cwdiff-0.3.1.ebuild
40 @@ -1,10 +1,10 @@
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
47 if [ "${PV}" = "9999" ]; then
48 - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
49 + EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
50 inherit git-r3
51 KEYWORDS=""
52 else
53
54 diff --git a/dev-util/cwdiff/cwdiff-0.4.0.ebuild b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
55 index d557ff0b388..77fac3a5742 100644
56 --- a/dev-util/cwdiff/cwdiff-0.4.0.ebuild
57 +++ b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
58 @@ -1,10 +1,10 @@
59 -# Copyright 1999-2015 Gentoo Foundation
60 +# Copyright 1999-2017 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=5
64
65 if [ "${PV}" = "9999" ]; then
66 - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
67 + EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
68 inherit git-r3
69 KEYWORDS=""
70 else
71
72 diff --git a/dev-util/cwdiff/cwdiff-9999.ebuild b/dev-util/cwdiff/cwdiff-9999.ebuild
73 index efe999c2870..59f7eb49bc9 100644
74 --- a/dev-util/cwdiff/cwdiff-9999.ebuild
75 +++ b/dev-util/cwdiff/cwdiff-9999.ebuild
76 @@ -1,10 +1,10 @@
77 -# Copyright 1999-2016 Gentoo Foundation
78 +# Copyright 1999-2017 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80
81 EAPI=6
82
83 if [ "${PV}" = "9999" ]; then
84 - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
85 + EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
86 inherit git-r3
87 KEYWORDS=""
88 else