commit: 7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 17 16:48:52 2019 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Feb 18 19:41:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac83153
app-misc/openastro-data: use HTTPS. Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11089 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> app-misc/openastro-data/openastro-data-1.8.ebuild | 7 ++----- 1 file 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 34fb99b4659..f864371491f 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}
