From: David Hicks Date: Sat, 29 Jul 2017 15:50:38 +0000 (+1000) Subject: dev-util/cwdiff: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1fc2ee9d5731524ca2c97d2c87e9243c097c4958;p=gentoo.git dev-util/cwdiff: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/dev-util/cwdiff/cwdiff-0.3.0.ebuild b/dev-util/cwdiff/cwdiff-0.3.0.ebuild index ee48ba792c40..95a7d5783001 100644 --- a/dev-util/cwdiff/cwdiff-0.3.0.ebuild +++ b/dev-util/cwdiff/cwdiff-0.3.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git" + EGIT_REPO_URI="https://github.com/junghans/${PN}.git" inherit git-r3 KEYWORDS="" else diff --git a/dev-util/cwdiff/cwdiff-0.3.1.ebuild b/dev-util/cwdiff/cwdiff-0.3.1.ebuild index ee48ba792c40..95a7d5783001 100644 --- a/dev-util/cwdiff/cwdiff-0.3.1.ebuild +++ b/dev-util/cwdiff/cwdiff-0.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git" + EGIT_REPO_URI="https://github.com/junghans/${PN}.git" inherit git-r3 KEYWORDS="" else diff --git a/dev-util/cwdiff/cwdiff-0.4.0.ebuild b/dev-util/cwdiff/cwdiff-0.4.0.ebuild index d557ff0b388f..77fac3a57420 100644 --- a/dev-util/cwdiff/cwdiff-0.4.0.ebuild +++ b/dev-util/cwdiff/cwdiff-0.4.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git" + EGIT_REPO_URI="https://github.com/junghans/${PN}.git" inherit git-r3 KEYWORDS="" else diff --git a/dev-util/cwdiff/cwdiff-9999.ebuild b/dev-util/cwdiff/cwdiff-9999.ebuild index efe999c28707..59f7eb49bc90 100644 --- a/dev-util/cwdiff/cwdiff-9999.ebuild +++ b/dev-util/cwdiff/cwdiff-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2016 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/junghans/${PN}.git https://github.com/junghans/${PN}.git" + EGIT_REPO_URI="https://github.com/junghans/${PN}.git" inherit git-r3 KEYWORDS="" else