Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyswisseph/
Date: Sun, 30 Jul 2017 09:16:00
Message-Id: 1501406139.4a3fd9449641504065e33e366515f1fe912e3d0d.mgorny@gentoo
1 commit: 4a3fd9449641504065e33e366515f1fe912e3d0d
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 09:50:26 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:15:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3fd944
7
8 dev-python/pyswisseph: use HTTPS for GitHub
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild | 4 ++--
13 dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
17 index 638ee934fb6..0f594661e4a 100644
18 --- a/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
19 +++ b/dev-python/pyswisseph/pyswisseph-2.00.00_p2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris"
27 HOMEPAGE="https://github.com/astrorigin/pyswisseph"
28 if [[ ${PV} == 9999 ]]; then
29 inherit git-r3
30 - EGIT_REPO_URI="git://github.com/astrorigin/pyswisseph.git"
31 + EGIT_REPO_URI="https://github.com/astrorigin/pyswisseph.git"
32 else
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.bz2"
34 KEYWORDS="~amd64 ~x86"
35
36 diff --git a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
37 index b93c6d291f9..8e263a47436 100644
38 --- a/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
39 +++ b/dev-python/pyswisseph/pyswisseph-2.05.01_pre20160529.ebuild
40 @@ -10,7 +10,7 @@ DESCRIPTION="Python extension to the AstroDienst Swiss Ephemeris"
41 HOMEPAGE="https://github.com/astrorigin/pyswisseph"
42 if [[ ${PV} == 9999 ]]; then
43 inherit git-r3
44 - EGIT_REPO_URI="git://github.com/astrorigin/${PN}.git"
45 + EGIT_REPO_URI="https://github.com/astrorigin/${PN}.git"
46 else
47 COMMIT_ID=4f76befee7e39dff96b4c068cc6ce5fa66fb021c
48 SRC_URI="https://github.com/astrorigin/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"