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/emacspeak/
Date: Sun, 30 Jul 2017 08:36:14
Message-Id: 1501403754.2240534b9490f99d4198c67ce4b159bf9d892f58.mgorny@gentoo
1 commit: 2240534b9490f99d4198c67ce4b159bf9d892f58
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Fri Jul 28 23:20:28 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 08:35:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2240534b
7
8 app-accessibility/emacspeak: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-accessibility/emacspeak/emacspeak-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-accessibility/emacspeak/emacspeak-9999.ebuild b/app-accessibility/emacspeak/emacspeak-9999.ebuild
16 index 2d661d9d9ea..203cdea8432 100644
17 --- a/app-accessibility/emacspeak/emacspeak-9999.ebuild
18 +++ b/app-accessibility/emacspeak/emacspeak-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -9,7 +9,7 @@ DISABLE_AUTOFORMATTING=1
26 inherit eutils readme.gentoo elisp
27
28 if [[ ${PV} == "9999" ]] ; then
29 - EGIT_REPO_URI="git://github.com/tvraman/emacspeak.git"
30 + EGIT_REPO_URI="https://github.com/tvraman/emacspeak.git"
31 inherit git-r3
32 else
33 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"