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 825C41382C5 for ; Fri, 29 Jan 2021 11:08:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6766E0C50; Fri, 29 Jan 2021 11:08:43 +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 98EBEE0C50 for ; Fri, 29 Jan 2021 11:08:43 +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 8EB803410A7 for ; Fri, 29 Jan 2021 11:08:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C17753 for ; Fri, 29 Jan 2021 11:08:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1611918413.0ce1a92238eb77aaf2c4a13e526f98b54e048852.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xdoctest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xdoctest/xdoctest-0.15.3.ebuild X-VCS-Directories: dev-python/xdoctest/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0ce1a92238eb77aaf2c4a13e526f98b54e048852 X-VCS-Branch: master Date: Fri, 29 Jan 2021 11:08:41 +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: 332e1646-d66e-475f-a684-896da94802e0 X-Archives-Hash: 73c48a813dfb9f55e122beda8248fc04 commit: 0ce1a92238eb77aaf2c4a13e526f98b54e048852 Author: Michał Górny gentoo org> AuthorDate: Fri Jan 29 11:06:53 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 29 11:06:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ce1a922 dev-python/xdoctest: Restore accidentally removed HOMEPAGE Signed-off-by: Michał Górny gentoo.org> dev-python/xdoctest/xdoctest-0.15.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/xdoctest/xdoctest-0.15.3.ebuild b/dev-python/xdoctest/xdoctest-0.15.3.ebuild index 3859ad1c316..8453e2c4d62 100644 --- a/dev-python/xdoctest/xdoctest-0.15.3.ebuild +++ b/dev-python/xdoctest/xdoctest-0.15.3.ebuild @@ -9,6 +9,7 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="A rewrite of Python's builtin doctest module but without all the weirdness" +HOMEPAGE="https://github.com/Erotemic/xdoctest/" SRC_URI=" https://github.com/Erotemic/xdoctest/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"