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 02CE3139694 for ; Sun, 30 Jul 2017 09:23:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA5A71FC255; Sun, 30 Jul 2017 09:23:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B781F1FC253 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 DCE06341AAD 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 2BF1C74D0 for ; Sun, 30 Jul 2017 09:23:01 +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: <1501406569.7b68107c83e28d27cb9d81137e50cf7363c07cfa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/pybugz/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/pybugz/pybugz-0.12.1.ebuild www-client/pybugz/pybugz-0.13.ebuild www-client/pybugz/pybugz-9999.ebuild X-VCS-Directories: www-client/pybugz/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7b68107c83e28d27cb9d81137e50cf7363c07cfa X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:23:01 +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: 7d8af5e7-5358-49c7-b6df-fb5980871e39 X-Archives-Hash: 23cabc31e92b652952b358cca3d82aff commit: 7b68107c83e28d27cb9d81137e50cf7363c07cfa Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 15:06:22 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:22:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b68107c www-client/pybugz: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 www-client/pybugz/pybugz-0.12.1.ebuild | 3 +-- www-client/pybugz/pybugz-0.13.ebuild | 3 +-- www-client/pybugz/pybugz-9999.ebuild | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/www-client/pybugz/pybugz-0.12.1.ebuild b/www-client/pybugz/pybugz-0.12.1.ebuild index 54eabc2cf24..8c60c0ae338 100644 --- a/www-client/pybugz/pybugz-0.12.1.ebuild +++ b/www-client/pybugz/pybugz-0.12.1.ebuild @@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/williamh/pybugz.git - https://github.com/williamh/pybugz.git" + EGIT_REPO_URI="https://github.com/williamh/pybugz.git" inherit git-r3 else SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/www-client/pybugz/pybugz-0.13.ebuild b/www-client/pybugz/pybugz-0.13.ebuild index 54eabc2cf24..8c60c0ae338 100644 --- a/www-client/pybugz/pybugz-0.13.ebuild +++ b/www-client/pybugz/pybugz-0.13.ebuild @@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/williamh/pybugz.git - https://github.com/williamh/pybugz.git" + EGIT_REPO_URI="https://github.com/williamh/pybugz.git" inherit git-r3 else SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" diff --git a/www-client/pybugz/pybugz-9999.ebuild b/www-client/pybugz/pybugz-9999.ebuild index f44d892acfb..50fd5e4d8a9 100644 --- a/www-client/pybugz/pybugz-9999.ebuild +++ b/www-client/pybugz/pybugz-9999.ebuild @@ -6,8 +6,7 @@ PYTHON_COMPAT=( python3_4 python3_5 ) PYTHON_REQ_USE="readline(+)" if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/williamh/pybugz.git - https://github.com/williamh/pybugz.git" + EGIT_REPO_URI="https://github.com/williamh/pybugz.git" inherit git-r3 else SRC_URI="https://github.com/williamh/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"