diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 01:01:52 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 11:22:47 +0200 |
commit | 0695daf0bb5a5b5511d34443e8a2c4c008c8f862 (patch) | |
tree | eb06dbdcc3ab7ae9a73c7881dd799b775c4ab8b4 /www-apps | |
parent | sys-cluster/crmsh: use HTTPS for GitHub (diff) | |
download | gentoo-0695daf0bb5a5b5511d34443e8a2c4c008c8f862.tar.gz gentoo-0695daf0bb5a5b5511d34443e8a2c4c008c8f862.tar.bz2 gentoo-0695daf0bb5a5b5511d34443e8a2c4c008c8f862.zip |
www-apps/blohg: use HTTPS for GitHub
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/blohg/blohg-0.13-r2.ebuild | 5 | ||||
-rw-r--r-- | 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 8119bd498975..f75ca8fc1b15 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 b049df4015c2..5eb61884b798 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} |