diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-03 10:30:00 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-02-13 14:09:23 +0100 |
commit | c1e098c6538fd66aa2546904b19b210fdfce792f (patch) | |
tree | e4848ed596598de286641b2907557c83ba909c8d /sci-astronomy/xephem | |
parent | dev-vcs/stgit: remove unused patch(es) (diff) | |
download | gentoo-c1e098c6538fd66aa2546904b19b210fdfce792f.tar.gz gentoo-c1e098c6538fd66aa2546904b19b210fdfce792f.tar.bz2 gentoo-c1e098c6538fd66aa2546904b19b210fdfce792f.zip |
sci-astronomy/xephem: use HTTPS, add missing eclass
Closes: https://github.com/gentoo/gentoo/pull/16560
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-astronomy/xephem')
-rw-r--r-- | sci-astronomy/xephem/xephem-3.7.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-astronomy/xephem/xephem-3.7.7.ebuild b/sci-astronomy/xephem/xephem-3.7.7.ebuild index 08bb2a9bbe44..8e82118e4642 100644 --- a/sci-astronomy/xephem/xephem-3.7.7.ebuild +++ b/sci-astronomy/xephem/xephem-3.7.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils toolchain-funcs +inherit desktop eutils toolchain-funcs DESCRIPTION="Interactive tool for astronomical ephemeris and sky simulation" -HOMEPAGE="http://www.clearskyinstitute.com/xephem" +HOMEPAGE="https://www.clearskyinstitute.com/xephem" SRC_URI="http://97.74.56.125/free/${P}.tar.gz" LICENSE="XEphem" |