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: sci-astronomy/idlastro/
Date: Sun, 30 Jul 2017 10:04:41
Message-Id: 1501409061.9662cc277d8e101b6c3d30faccf0f4a34033549d.mgorny@gentoo
1 commit: 9662cc277d8e101b6c3d30faccf0f4a34033549d
2 Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
3 AuthorDate: Sat Jul 29 18:38:53 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 10:04:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9662cc27
7
8 sci-astronomy/idlastro: use HTTPS for GitHub, HOMEPAGE and SRC_URI
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 sci-astronomy/idlastro/idlastro-20161220.ebuild | 8 ++++----
13 sci-astronomy/idlastro/idlastro-99999999.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/sci-astronomy/idlastro/idlastro-20161220.ebuild b/sci-astronomy/idlastro/idlastro-20161220.ebuild
17 index 4ccbf6f1896..b126275565a 100644
18 --- a/sci-astronomy/idlastro/idlastro-20161220.ebuild
19 +++ b/sci-astronomy/idlastro/idlastro-20161220.ebuild
20 @@ -1,21 +1,21 @@
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
27 if [[ ${PV} != 99999999 ]]; then
28 - SRC_URI="http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
29 + SRC_URI="https://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
30 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
31 S="${WORKDIR}"
32 else
33 inherit git-r3
34 GIT_ECLASS="git-r3"
35 - EGIT_REPO_URI=( "git://github.com/wlandsman/IDLAstro.git" )
36 + EGIT_REPO_URI="https://github.com/wlandsman/IDLAstro.git"
37 KEYWORDS=""
38 fi
39
40 DESCRIPTION="Astronomical user routines for IDL"
41 -HOMEPAGE="http://idlastro.gsfc.nasa.gov/"
42 +HOMEPAGE="https://idlastro.gsfc.nasa.gov/"
43
44 LICENSE="BSD-2 BSD"
45 SLOT="0"
46
47 diff --git a/sci-astronomy/idlastro/idlastro-99999999.ebuild b/sci-astronomy/idlastro/idlastro-99999999.ebuild
48 index 4ccbf6f1896..b126275565a 100644
49 --- a/sci-astronomy/idlastro/idlastro-99999999.ebuild
50 +++ b/sci-astronomy/idlastro/idlastro-99999999.ebuild
51 @@ -1,21 +1,21 @@
52 -# Copyright 1999-2016 Gentoo Foundation
53 +# Copyright 1999-2017 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=6
57
58 if [[ ${PV} != 99999999 ]]; then
59 - SRC_URI="http://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
60 + SRC_URI="https://idlastro.gsfc.nasa.gov/ftp/astron.tar.gz -> ${P}.tar.gz"
61 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
62 S="${WORKDIR}"
63 else
64 inherit git-r3
65 GIT_ECLASS="git-r3"
66 - EGIT_REPO_URI=( "git://github.com/wlandsman/IDLAstro.git" )
67 + EGIT_REPO_URI="https://github.com/wlandsman/IDLAstro.git"
68 KEYWORDS=""
69 fi
70
71 DESCRIPTION="Astronomical user routines for IDL"
72 -HOMEPAGE="http://idlastro.gsfc.nasa.gov/"
73 +HOMEPAGE="https://idlastro.gsfc.nasa.gov/"
74
75 LICENSE="BSD-2 BSD"
76 SLOT="0"