From: David Hicks Date: Sat, 29 Jul 2017 15:07:50 +0000 (+1000) Subject: www-misc/fcgiwrap: use HTTPS for GitHub X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=676789cdc3cb3655c4f84990e2c0e355c011ed8b;p=gentoo.git www-misc/fcgiwrap: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild index 5e0057fceac2..e30a45f61524 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" IUSE="systemd" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" + EGIT_REPO_URI="https://github.com/gnosek/${PN}.git" else SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="amd64 ~arm x86" diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild index c2894ba93aa4..b6310e79a9d5 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0_pre20150419.ebuild @@ -14,7 +14,7 @@ SLOT="0" IUSE="systemd" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" + EGIT_REPO_URI="https://github.com/gnosek/${PN}.git" else MY_REV="99c942c90063c73734e56bacaa65f947772d9186" MY_P="gnosek-fcgiwrap-${MY_REV:0:7}" diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index 05f9fe836c13..a51f3f4835ab 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -14,7 +14,7 @@ SLOT="0" IUSE="systemd" if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="git://github.com/gnosek/${PN}.git" + EGIT_REPO_URI="https://github.com/gnosek/${PN}.git" else SRC_URI="https://github.com/gnosek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm ~x86"