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 F35B3139695 for ; Sun, 30 Jul 2017 09:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A1311FC207; Sun, 30 Jul 2017 09:16:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 29CDD1FC203 for ; Sun, 30 Jul 2017 09:16:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7B9D4341A43 for ; Sun, 30 Jul 2017 09:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3092C74CD for ; Sun, 30 Jul 2017 09:15:58 +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: <1501406144.6e52272db2fe3062d64554f295366faf9a181b43.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtslib/rtslib-3.0_pre4.ebuild dev-python/rtslib/rtslib-9999.ebuild X-VCS-Directories: dev-python/rtslib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6e52272db2fe3062d64554f295366faf9a181b43 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:15:58 +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: a739bcd3-25ac-4525-8993-bc64eb604f5b X-Archives-Hash: e750f61d442d519e9527fd0ab0d0ad50 commit: 6e52272db2fe3062d64554f295366faf9a181b43 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 10:31:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:15:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e52272d dev-python/rtslib: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/rtslib/rtslib-3.0_pre4.ebuild | 5 ++--- dev-python/rtslib/rtslib-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-python/rtslib/rtslib-3.0_pre4.ebuild b/dev-python/rtslib/rtslib-3.0_pre4.ebuild index d06b7d24258..6d946acafaf 100644 --- a/dev-python/rtslib/rtslib-3.0_pre4.ebuild +++ b/dev-python/rtslib/rtslib-3.0_pre4.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 @@ -16,8 +16,7 @@ IUSE="" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else MY_PV=${PV/_/-} diff --git a/dev-python/rtslib/rtslib-9999.ebuild b/dev-python/rtslib/rtslib-9999.ebuild index d06b7d24258..6d946acafaf 100644 --- a/dev-python/rtslib/rtslib-9999.ebuild +++ b/dev-python/rtslib/rtslib-9999.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 @@ -16,8 +16,7 @@ IUSE="" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/Datera/${PN}.git - https://github.com/Datera/${PN}.git" + EGIT_REPO_URI="https://github.com/Datera/${PN}.git" KEYWORDS="" else MY_PV=${PV/_/-}