From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 915E1139694 for ; Sun, 30 Jul 2017 09:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC6AE1FC24C; Sun, 30 Jul 2017 09:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D1EF1FC24E for ; Sun, 30 Jul 2017 09:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8A46341A47 for ; Sun, 30 Jul 2017 09:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E67F074CD for ; Sun, 30 Jul 2017 09:23:00 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501406567.0695daf0bb5a5b5511d34443e8a2c4c008c8f862.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/blohg/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/blohg/blohg-0.13-r2.ebuild www-apps/blohg/blohg-9999.ebuild X-VCS-Directories: www-apps/blohg/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0695daf0bb5a5b5511d34443e8a2c4c008c8f862 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:23:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 544cf15c-a517-4b90-8518-ce906f00fa73 X-Archives-Hash: 305af37772e61a902a1862b98214ebd2 commit: 0695daf0bb5a5b5511d34443e8a2c4c008c8f862 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 15:01:52 2017 +0000 Commit: Michał Górny gentoo 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}