commit: 0695daf0bb5a5b5511d34443e8a2c4c008c8f862
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 15:01:52 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:22:47 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0695daf0
www-apps/blohg: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
www-apps/blohg/blohg-0.13-r2.ebuild | 5 ++---
www-apps/blohg/blohg-9999.ebuild | 5 ++---
2 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/www-apps/blohg/blohg-0.13-r2.ebuild
b/www-apps/blohg/blohg-0.13-r2.ebuild
index 8119bd49897..f75ca8fc1b1 100644
--- a/www-apps/blohg/blohg-0.13-r2.ebuild
+++ b/www-apps/blohg/blohg-0.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
GIT_ECLASS=""
if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
- EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
- https://github.com/rafaelmartins/blohg"
+ EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
fi
inherit distutils-r1 ${GIT_ECLASS}
diff --git a/www-apps/blohg/blohg-9999.ebuild b/www-apps/blohg/blohg-9999.ebuild
index b049df4015c..5eb61884b79 100644
--- a/www-apps/blohg/blohg-9999.ebuild
+++ b/www-apps/blohg/blohg-9999.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
@@ -8,8 +8,7 @@ PYTHON_COMPAT=( python2_7 )
GIT_ECLASS=""
if [[ ${PV} = *9999* ]]; then
GIT_ECLASS="git-r3"
- EGIT_REPO_URI="git://github.com/rafaelmartins/blohg.git
- https://github.com/rafaelmartins/blohg"
+ EGIT_REPO_URI="https://github.com/rafaelmartins/blohg"
fi
inherit distutils-r1 ${GIT_ECLASS}