From 8e36c26fae2ebac3a93bfc173291a37bf07b738d Mon Sep 17 00:00:00 2001 From: David Hicks Date: Sun, 30 Jul 2017 04:17:47 +1000 Subject: [PATCH] net-libs/rabbitmq-c: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild | 6 +++--- net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild index def3473f18df..38842119cb7a 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/alanxz/rabbitmq-c" if [[ ${PV} == *9999* ]]; then inherit git-2 - EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git" + EGIT_REPO_URI="https://github.com/alanxz/${PN}.git" else - SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip" + SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip" KEYWORDS="amd64 ~arm hppa x86" fi diff --git a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild index 02ab0d93adff..cf516e8e61f0 100644 --- a/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild +++ b/net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild @@ -10,9 +10,9 @@ HOMEPAGE="https://github.com/alanxz/rabbitmq-c" if [[ ${PV} == *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/alanxz/rabbitmq-c.git" + EGIT_REPO_URI="https://github.com/alanxz/${PN}.git" else - SRC_URI="https://github.com/alanxz/rabbitmq-c/archive/v${PV}.zip -> ${PN}-v${PV}.zip" + SRC_URI="https://github.com/alanxz/${PN}/archive/v${PV}.zip -> ${PN}-v${PV}.zip" KEYWORDS="amd64 arm ~arm64 hppa x86" fi -- 2.26.2