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/skycat/
Date: Fri, 03 Jul 2020 23:23:05
Message-Id: 1593818526.1692f7df6891644cc1b8b9ff0af0b58bc1c86671.bman@gentoo
1 commit: 1692f7df6891644cc1b8b9ff0af0b58bc1c86671
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jul 3 08:10:43 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 3 23:22:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1692f7df
7
8 sci-astronomy/skycat: update HOMEPAGE, use HTTPS, fix LICENSE
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/16559
13 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
14
15 sci-astronomy/skycat/skycat-3.1.2-r2.ebuild | 6 +++---
16 sci-astronomy/skycat/skycat-3.1.3.ebuild | 8 ++++----
17 2 files changed, 7 insertions(+), 7 deletions(-)
18
19 diff --git a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
20 index 6d1350d0d55..d6d75d24af6 100644
21 --- a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
22 +++ b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild
23 @@ -1,14 +1,14 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 inherit autotools flag-o-matic
30
31 DESCRIPTION="ESO astronomical image visualizer with catalog access"
32 -HOMEPAGE="http://archive.eso.org/skycat"
33 +HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html"
34 SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz"
35
36 -LICENSE="GPL-2"
37 +LICENSE="GPL-2+"
38 SLOT="0"
39
40 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
41
42 diff --git a/sci-astronomy/skycat/skycat-3.1.3.ebuild b/sci-astronomy/skycat/skycat-3.1.3.ebuild
43 index 4ade8b0c438..fdc7fd42f7e 100644
44 --- a/sci-astronomy/skycat/skycat-3.1.3.ebuild
45 +++ b/sci-astronomy/skycat/skycat-3.1.3.ebuild
46 @@ -1,4 +1,4 @@
47 -# Copyright 1999-2017 Gentoo Foundation
48 +# Copyright 1999-2020 Gentoo Authors
49 # Distributed under the terms of the GNU General Public License v2
50
51 EAPI=6
52 @@ -6,10 +6,10 @@ EAPI=6
53 inherit autotools flag-o-matic
54
55 DESCRIPTION="ESO astronomical image visualizer with catalog access"
56 -HOMEPAGE="http://archive.eso.org/skycat"
57 -SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz"
58 +HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html"
59 +SRC_URI="https://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz"
60
61 -LICENSE="GPL-2"
62 +LICENSE="GPL-2+"
63 SLOT="0"
64
65 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"