From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08AAD139694 for ; Sun, 30 Jul 2017 08:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 072661FC174; Sun, 30 Jul 2017 08:36:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD5D11FC174 for ; Sun, 30 Jul 2017 08:36:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B2A6341ABB for ; Sun, 30 Jul 2017 08:36:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 954C074D7 for ; Sun, 30 Jul 2017 08:36:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501403755.dd1d9af3f53772ea875216eeecc348d988516cf3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/espeakup/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/espeakup/espeakup-0.80.ebuild app-accessibility/espeakup/espeakup-9999.ebuild X-VCS-Directories: app-accessibility/espeakup/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dd1d9af3f53772ea875216eeecc348d988516cf3 X-VCS-Branch: master Date: Sun, 30 Jul 2017 08:36:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6eb2c223-c0d4-4155-a0d6-af1164763175 X-Archives-Hash: 6371d23fd9b380fc58bf044b62b01113 commit: dd1d9af3f53772ea875216eeecc348d988516cf3 Author: David Hicks hicks id au> AuthorDate: Fri Jul 28 23:21:48 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 08:35:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd1d9af3 app-accessibility/espeakup: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-accessibility/espeakup/espeakup-0.80.ebuild | 4 ++-- app-accessibility/espeakup/espeakup-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-accessibility/espeakup/espeakup-0.80.ebuild b/app-accessibility/espeakup/espeakup-0.80.ebuild index c8efba15138..95a1e0ea06b 100644 --- a/app-accessibility/espeakup/espeakup-0.80.ebuild +++ b/app-accessibility/espeakup/espeakup-0.80.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/williamh/espeakup.git" + EGIT_REPO_URI="https://github.com/williamh/espeakup.git" inherit git-r3 else EGIT_COMMIT=v${PV} diff --git a/app-accessibility/espeakup/espeakup-9999.ebuild b/app-accessibility/espeakup/espeakup-9999.ebuild index c8efba15138..95a1e0ea06b 100644 --- a/app-accessibility/espeakup/espeakup-9999.ebuild +++ b/app-accessibility/espeakup/espeakup-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 if [[ ${PV} == "9999" ]] ; then - EGIT_REPO_URI="git://github.com/williamh/espeakup.git" + EGIT_REPO_URI="https://github.com/williamh/espeakup.git" inherit git-r3 else EGIT_COMMIT=v${PV}