net-libs/rabbitmq-c: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 18:17:47 +0000 (04:17 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 10:04:16 +0000 (12:04 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild
net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild

index def3473f18df7812d3286f30c93b42020100fdf4..38842119cb7ae4f0b876c455b4addcb9d5d1c20d 100644 (file)
@@ -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
 
index 02ab0d93adffbf619bd90e2e80858006889254ed..cf516e8e61f0fb8ae4e1cfc35e5b216ce83429c9 100644 (file)
@@ -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