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 9CEF9138334 for ; Wed, 27 Feb 2019 04:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70129E0874; Wed, 27 Feb 2019 04:25:38 +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 42D66E0874 for ; Wed, 27 Feb 2019 04:25:38 +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 E6729335CE9 for ; Wed, 27 Feb 2019 04:25:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8563A555 for ; Wed, 27 Feb 2019 04:25:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1551241273.81da0c8fb086c6f83cd6b155e345fe86992e90c3.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/pyephem/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild X-VCS-Directories: sci-astronomy/pyephem/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 81da0c8fb086c6f83cd6b155e345fe86992e90c3 X-VCS-Branch: master Date: Wed, 27 Feb 2019 04:25:35 +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: 5e2a95b5-9c6e-4d94-a9dd-1fe532fc3338 X-Archives-Hash: e57156e0b2e44ef76574abe4d22a7fa7 commit: 81da0c8fb086c6f83cd6b155e345fe86992e90c3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 24 18:45:12 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Wed Feb 27 04:21:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81da0c8f sci-astronomy/pyephem: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild | 4 ++-- sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild b/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild index 10c8bdb996b..4bba49a96d6 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.5.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4} ) inherit distutils-r1 DESCRIPTION="Astronomical routines for the python programming language" -HOMEPAGE="http://rhodesmill.org/pyephem/" +HOMEPAGE="https://rhodesmill.org/pyephem/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3" diff --git a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild b/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild index 1a2ddf41ddf..62b5f19683a 100644 --- a/sci-astronomy/pyephem/pyephem-3.7.6.0.ebuild +++ b/sci-astronomy/pyephem/pyephem-3.7.6.0.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 DESCRIPTION="Astronomical routines for the python programming language" -HOMEPAGE="http://rhodesmill.org/pyephem/" +HOMEPAGE="https://rhodesmill.org/pyephem/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-3"