diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-03 10:10:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-07-03 19:22:06 -0400 |
commit | 1692f7df6891644cc1b8b9ff0af0b58bc1c86671 (patch) | |
tree | 37351f6ecec75b22d42150339ef40858d1d96e26 /sci-astronomy | |
parent | sci-electronics/fritzing: use HTTPS (diff) | |
download | gentoo-1692f7df6891644cc1b8b9ff0af0b58bc1c86671.tar.gz gentoo-1692f7df6891644cc1b8b9ff0af0b58bc1c86671.tar.bz2 gentoo-1692f7df6891644cc1b8b9ff0af0b58bc1c86671.zip |
sci-astronomy/skycat: update HOMEPAGE, use HTTPS, fix LICENSE
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16559
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-astronomy')
-rw-r--r-- | sci-astronomy/skycat/skycat-3.1.2-r2.ebuild | 6 | ||||
-rw-r--r-- | sci-astronomy/skycat/skycat-3.1.3.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild index 6d1350d0d559..d6d75d24af63 100644 --- a/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild +++ b/sci-astronomy/skycat/skycat-3.1.2-r2.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools flag-o-matic DESCRIPTION="ESO astronomical image visualizer with catalog access" -HOMEPAGE="http://archive.eso.org/skycat" +HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html" SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/sci-astronomy/skycat/skycat-3.1.3.ebuild b/sci-astronomy/skycat/skycat-3.1.3.ebuild index 4ade8b0c438b..fdc7fd42f7ee 100644 --- a/sci-astronomy/skycat/skycat-3.1.3.ebuild +++ b/sci-astronomy/skycat/skycat-3.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,10 +6,10 @@ EAPI=6 inherit autotools flag-o-matic DESCRIPTION="ESO astronomical image visualizer with catalog access" -HOMEPAGE="http://archive.eso.org/skycat" -SRC_URI="http://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz" +HOMEPAGE="https://www.eso.org/sci/observing/tools/skycat.html" +SRC_URI="https://archive.eso.org/cms/tools-documentation/skycat-download/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" |