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 15F7B138359 for ; Fri, 31 Jul 2020 22:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69AACE09A2; Fri, 31 Jul 2020 22:34:02 +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 502B1E09A2 for ; Fri, 31 Jul 2020 22:34:02 +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 5B9A734F540 for ; Fri, 31 Jul 2020 22:34:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1B1301 for ; Fri, 31 Jul 2020 22:33:57 +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: <1596234789.6565714984fa5d14bf4f3c313324a7108ce52cb5.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sphinx/sphinx-1.7.5-r2.ebuild dev-python/sphinx/sphinx-2.0.1-r1.ebuild X-VCS-Directories: dev-python/sphinx/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6565714984fa5d14bf4f3c313324a7108ce52cb5 X-VCS-Branch: master Date: Fri, 31 Jul 2020 22:33:57 +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: 2861def6-981f-4751-93c0-25491d64e63a X-Archives-Hash: b22d83696e7ebae4b19ab856207300c9 commit: 6565714984fa5d14bf4f3c313324a7108ce52cb5 Author: Jakov Smolic sartura hr> AuthorDate: Sun Jun 7 19:39:54 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Jul 31 22:33:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65657149 dev-python/sphinx: update homepage link Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Aaron Bauman gentoo.org> dev-python/sphinx/sphinx-1.7.5-r2.ebuild | 2 +- dev-python/sphinx/sphinx-2.0.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild index 22a4885f32a..927ce2b8cf9 100644 --- a/dev-python/sphinx/sphinx-1.7.5-r2.ebuild +++ b/dev-python/sphinx/sphinx-1.7.5-r2.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="Python documentation generator" -HOMEPAGE="http://www.sphinx-doc.org/" +HOMEPAGE="https://www.sphinx-doc.org/" SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz" LICENSE="BSD" diff --git a/dev-python/sphinx/sphinx-2.0.1-r1.ebuild b/dev-python/sphinx/sphinx-2.0.1-r1.ebuild index d8b720cf8cb..4d651f7dfe6 100644 --- a/dev-python/sphinx/sphinx-2.0.1-r1.ebuild +++ b/dev-python/sphinx/sphinx-2.0.1-r1.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit distutils-r1 DESCRIPTION="Python documentation generator" -HOMEPAGE="http://www.sphinx-doc.org/" +HOMEPAGE="https://www.sphinx-doc.org/" SRC_URI="mirror://pypi/S/${PN^}/${P^}.tar.gz" LICENSE="BSD"