summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 09:46:53 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:45:32 +0200
commit640df20cc5c85de72d260ef56cf5efc73f02357f (patch)
treef58f92f1933a273aa1dd072e233dae4a2431c94d
parentapp-admin/passook: use HTTPS for GitHub (diff)
downloadgentoo-640df20cc5c85de72d260ef56cf5efc73f02357f.tar.gz
gentoo-640df20cc5c85de72d260ef56cf5efc73f02357f.tar.bz2
gentoo-640df20cc5c85de72d260ef56cf5efc73f02357f.zip
app-admin/rsyslog: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--app-admin/rsyslog/rsyslog-8.19.0.ebuild10
-rw-r--r--app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild10
-rw-r--r--app-admin/rsyslog/rsyslog-8.25.0-r2.ebuild10
-rw-r--r--app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild10
-rw-r--r--app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild10
-rw-r--r--app-admin/rsyslog/rsyslog-8.28.0.ebuild10
6 files changed, 12 insertions, 48 deletions
diff --git a/app-admin/rsyslog/rsyslog-8.19.0.ebuild b/app-admin/rsyslog/rsyslog-8.19.0.ebuild
index 3ba78b8e5b88..931d37209cb5 100644
--- a/app-admin/rsyslog/rsyslog-8.19.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.19.0.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else
diff --git a/app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild b/app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild
index 95e5db46bf79..988544873b7a 100644
--- a/app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.24.0-r2.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else
diff --git a/app-admin/rsyslog/rsyslog-8.25.0-r2.ebuild b/app-admin/rsyslog/rsyslog-8.25.0-r2.ebuild
index 005d142ade3b..d6c48ae2a638 100644
--- a/app-admin/rsyslog/rsyslog-8.25.0-r2.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.25.0-r2.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else
diff --git a/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
index 6fa2943e8d30..fe40592d194f 100644
--- a/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.26.0-r1.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else
diff --git a/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild b/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild
index a200c50c0958..14c282597e3f 100644
--- a/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.27.0-r1.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else
diff --git a/app-admin/rsyslog/rsyslog-8.28.0.ebuild b/app-admin/rsyslog/rsyslog-8.28.0.ebuild
index 7d6bd641b718..245cae88a690 100644
--- a/app-admin/rsyslog/rsyslog-8.28.0.ebuild
+++ b/app-admin/rsyslog/rsyslog-8.28.0.ebuild
@@ -11,15 +11,9 @@ HOMEPAGE="http://www.rsyslog.com/"
BRANCH="8-stable"
if [[ ${PV} == "9999" ]]; then
- EGIT_REPO_URI="
- git://github.com/rsyslog/${PN}.git
- https://github.com/rsyslog/${PN}.git
- "
+ EGIT_REPO_URI="https://github.com/rsyslog/${PN}.git"
- DOC_REPO_URI="
- git://github.com/rsyslog/${PN}-doc.git
- https://github.com/rsyslog/${PN}-doc.git
- "
+ DOC_REPO_URI="https://github.com/rsyslog/${PN}-doc.git"
inherit git-r3
else