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 49239139695 for ; Sun, 30 Jul 2017 09:16:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0F01FC1DF; Sun, 30 Jul 2017 09:15:59 +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 5B0761FC1DF for ; Sun, 30 Jul 2017 09:15:59 +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 A8673341855 for ; Sun, 30 Jul 2017 09:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F7127491 for ; Sun, 30 Jul 2017 09:15:57 +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: <1501406139.4a3fd9449641504065e33e366515f1fe912e3d0d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild X-VCS-Directories: dev-python/pyswisseph/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4a3fd9449641504065e33e366515f1fe912e3d0d X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:15:57 +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: 6e993b82-bb35-401f-bcb8-fc8abe5dc861 X-Archives-Hash: 926af4d058394572d9bc87f652cbb9e2 commit: 4a3fd9449641504065e33e366515f1fe912e3d0d Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 09:50:26 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:15:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3fd944 dev-python/pyswisseph: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild | 4 ++-- dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild index 638ee934fb6..0f594661e4a 100644 --- a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild +++ b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.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 @@ -14,7 +14,7 @@ DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris" HOMEPAGE="https://github.com/astrorigin/pyswisseph" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/astrorigin/pyswisseph.git" + EGIT_REPO_URI="https://github.com/astrorigin/pyswisseph.git" else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.bz2" KEYWORDS="~amd64 ~x86" diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild index b93c6d291f9..8e263a47436 100644 --- a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild +++ b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris" HOMEPAGE="https://github.com/astrorigin/pyswisseph" if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/astrorigin/${PN}.git" + EGIT_REPO_URI="https://github.com/astrorigin/${PN}.git" else COMMIT_ID=4f76befee7e39dff96b4c068cc6ce5fa66fb021c SRC_URI="https://github.com/astrorigin/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"