summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-30 01:50:38 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 11:37:54 +0200
commit1fc2ee9d5731524ca2c97d2c87e9243c097c4958 (patch)
tree1b34c3f9d90bda99538a2c94699dbe7567794552
parentdev-util/buildbot-www: use HTTPS for GitHub and HOMEPAGE (diff)
downloadgentoo-1fc2ee9d5731524ca2c97d2c87e9243c097c4958.tar.gz
gentoo-1fc2ee9d5731524ca2c97d2c87e9243c097c4958.tar.bz2
gentoo-1fc2ee9d5731524ca2c97d2c87e9243c097c4958.zip
dev-util/cwdiff: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
-rw-r--r--dev-util/cwdiff/cwdiff-0.3.0.ebuild4
-rw-r--r--dev-util/cwdiff/cwdiff-0.3.1.ebuild4
-rw-r--r--dev-util/cwdiff/cwdiff-0.4.0.ebuild4
-rw-r--r--dev-util/cwdiff/cwdiff-9999.ebuild4
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/cwdiff/cwdiff-0.3.0.ebuild b/dev-util/cwdiff/cwdiff-0.3.0.ebuild
index ee48ba792c40..95a7d5783001 100644
--- a/dev-util/cwdiff/cwdiff-0.3.0.ebuild
+++ b/dev-util/cwdiff/cwdiff-0.3.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
+ EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
inherit git-r3
KEYWORDS=""
else
diff --git a/dev-util/cwdiff/cwdiff-0.3.1.ebuild b/dev-util/cwdiff/cwdiff-0.3.1.ebuild
index ee48ba792c40..95a7d5783001 100644
--- a/dev-util/cwdiff/cwdiff-0.3.1.ebuild
+++ b/dev-util/cwdiff/cwdiff-0.3.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
+ EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
inherit git-r3
KEYWORDS=""
else
diff --git a/dev-util/cwdiff/cwdiff-0.4.0.ebuild b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
index d557ff0b388f..77fac3a57420 100644
--- a/dev-util/cwdiff/cwdiff-0.4.0.ebuild
+++ b/dev-util/cwdiff/cwdiff-0.4.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
+ EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
inherit git-r3
KEYWORDS=""
else
diff --git a/dev-util/cwdiff/cwdiff-9999.ebuild b/dev-util/cwdiff/cwdiff-9999.ebuild
index efe999c28707..59f7eb49bc90 100644
--- a/dev-util/cwdiff/cwdiff-9999.ebuild
+++ b/dev-util/cwdiff/cwdiff-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
if [ "${PV}" = "9999" ]; then
- EGIT_REPO_URI="git://github.com/junghans/${PN}.git https://github.com/junghans/${PN}.git"
+ EGIT_REPO_URI="https://github.com/junghans/${PN}.git"
inherit git-r3
KEYWORDS=""
else