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-accessibility/espeakup/
Date: Sun, 30 Jul 2017 08:36:18
Message-Id: 1501403755.dd1d9af3f53772ea875216eeecc348d988516cf3.mgorny@gentoo
1 commit: dd1d9af3f53772ea875216eeecc348d988516cf3
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:21:48 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1d9af3
7
8 app-accessibility/espeakup: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-accessibility/espeakup/espeakup-0.80.ebuild | 4 ++--
13 app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild
17 index c8efba15138..95a1e0ea06b 100644
18 --- a/app-accessibility/espeakup/espeakup-0.80.ebuild
19 +++ b/app-accessibility/espeakup/espeakup-0.80.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2013 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
27 if [[ ${PV} == "9999" ]] ; then
28 - EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
29 + EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
30 inherit git-r3
31 else
32 EGIT_COMMIT=v${PV}
33
34 diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild
35 index c8efba15138..95a1e0ea06b 100644
36 --- a/app-accessibility/espeakup/espeakup-9999.ebuild
37 +++ b/app-accessibility/espeakup/espeakup-9999.ebuild
38 @@ -1,10 +1,10 @@
39 -# Copyright 1999-2013 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44
45 if [[ ${PV} == "9999" ]] ; then
46 - EGIT_REPO_URI="git://github.com/williamh/espeakup.git"
47 + EGIT_REPO_URI="https://github.com/williamh/espeakup.git"
48 inherit git-r3
49 else
50 EGIT_COMMIT=v${PV}