summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 04:17:47 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 12:04:16 +0200
commit8e36c26fae2ebac3a93bfc173291a37bf07b738d (patch)
tree75f153d53b41f16c1c899159013851feea215b3f
parentnet-libs/balde: use HTTPS for GitHub, replace defunct HOMEPAGE (diff)
downloadgentoo-8e36c26fae2ebac3a93bfc173291a37bf07b738d.tar.gz
gentoo-8e36c26fae2ebac3a93bfc173291a37bf07b738d.tar.bz2
gentoo-8e36c26fae2ebac3a93bfc173291a37bf07b738d.zip
net-libs/rabbitmq-c: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--net-libs/rabbitmq-c/rabbitmq-c-0.5.0.ebuild6
-rw-r--r--net-libs/rabbitmq-c/rabbitmq-c-0.8.0.ebuild4
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