www-apps/blohg: use HTTPS for GitHub
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 15:01:52 +0000 (01:01 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 09:22:47 +0000 (11:22 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

www-apps/blohg/blohg-0.13-r2.ebuild
www-apps/blohg/blohg-9999.ebuild

index 8119bd49897585e173ce211958a34a1ccfdd83e2..f75ca8fc1b1580948fb03281f8c02fabecbff3ef 100644 (file)
@@ -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}
index b049df4015c28e3e5a7a9d0d7e4369d30714034d..5eb61884b7988412b8d8721d5f2dd02bc1f0b09d 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
@@ -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}