From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99122138335 for ; Mon, 18 Feb 2019 19:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E96E0843; Mon, 18 Feb 2019 19:41:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 395BAE0843 for ; Mon, 18 Feb 2019 19:41:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69B29335CEE for ; Mon, 18 Feb 2019 19:41:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F7F6549 for ; Mon, 18 Feb 2019 19:41:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1550518894.7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/openastro-data/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/openastro-data/openastro-data-1.8.ebuild X-VCS-Directories: app-misc/openastro-data/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3 X-VCS-Branch: master Date: Mon, 18 Feb 2019 19:41:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b115aaa0-91b8-4425-bb96-7c489e3c8a73 X-Archives-Hash: cd989b89659e7ddae4e2d5c4af32b9b6 commit: 7ac831539c7564bf527ad3b5f1d26ccce3f2e9c3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 17 16:48:52 2019 +0000 Commit: Patrice Clement gentoo 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 gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11089 Signed-off-by: Patrice Clement 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}