diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-02-17 17:48:52 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-02-18 20:41:34 +0100 |
commit | 7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3 (patch) | |
tree | 38e7a99763ca977b8685eae74272659d7f07321e /app-misc | |
parent | app-text/master-pdf-editor: version bump to 5.3.12. (diff) | |
download | gentoo-7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3.tar.gz gentoo-7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3.tar.bz2 gentoo-7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3.zip |
app-misc/openastro-data: use HTTPS.
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11089
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/openastro-data/openastro-data-1.8.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app-misc/openastro-data/openastro-data-1.8.ebuild b/app-misc/openastro-data/openastro-data-1.8.ebuild index 34fb99b46590..f864371491fa 100644 --- a/app-misc/openastro-data/openastro-data-1.8.ebuild +++ b/app-misc/openastro-data/openastro-data-1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -11,14 +11,11 @@ MY_PN=${PN/-data} MY_PN=${MY_PN}.org-data DESCRIPTION="OpenAstro data files, ephemeris, famous people database, geo database" -HOMEPAGE="http://openastro.org" +HOMEPAGE="https://www.openastro.org" SRC_URI="http://ppa.launchpad.net/pellesimon/ubuntu/pool/main/o/${MY_PN}/${MY_PN}_${PV}.orig.tar.gz" KEYWORDS="~amd64 ~x86" LICENSE="GPL-3+" SLOT="0" -DEPEND="" -RDEPEND="${DEPEND}" - S=${WORKDIR}/${MY_PN}-${PV} |