Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pyephem/
Date: Wed, 27 Feb 2019 04:25:39
Message-Id: 1551241273.81da0c8fb086c6f83cd6b155e345fe86992e90c3.bman@gentoo
1 commit: 81da0c8fb086c6f83cd6b155e345fe86992e90c3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 24 18:45:12 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 04:21:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81da0c8f
7
8 sci-astronomy/pyephem: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild | 4 ++--
14 sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild b/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild
18 index 10c8bdb996b..4bba49a96d6 100644
19 --- a/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild
20 +++ b/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} )
28 inherit distutils-r1
29
30 DESCRIPTION="Astronomical routines for the python programming language"
31 -HOMEPAGE="http://rhodesmill.org/pyephem/"
32 +HOMEPAGE="https://rhodesmill.org/pyephem/"
33 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
34
35 LICENSE="LGPL-3"
36
37 diff --git a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild b/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild
38 index 1a2ddf41ddf..62b5f19683a 100644
39 --- a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild
40 +++ b/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
48 inherit distutils-r1
49
50 DESCRIPTION="Astronomical routines for the python programming language"
51 -HOMEPAGE="http://rhodesmill.org/pyephem/"
52 +HOMEPAGE="https://rhodesmill.org/pyephem/"
53 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
54
55 LICENSE="LGPL-3"