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 6CAD313835A for ; Fri, 18 Sep 2020 07:23:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 936D4E07D8; Fri, 18 Sep 2020 07:23:39 +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 78404E07D8 for ; Fri, 18 Sep 2020 07:23:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 18D9C340C93 for ; Fri, 18 Sep 2020 07:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9877436F for ; Fri, 18 Sep 2020 07:23:35 +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: <1600413811.051bb577fea902dca26f1938da5ddcd81bbe2cec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygments/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygments/metadata.xml dev-python/pygments/pygments-2.7.1.ebuild X-VCS-Directories: dev-python/pygments/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 051bb577fea902dca26f1938da5ddcd81bbe2cec X-VCS-Branch: master Date: Fri, 18 Sep 2020 07:23: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: 7212e15c-0e42-4b3d-af9a-f15aec5d8e4f X-Archives-Hash: a399bb18ee76a991dcaa9ab01f7967b2 commit: 051bb577fea902dca26f1938da5ddcd81bbe2cec Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 07:17:22 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 07:23:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051bb577 dev-python/pygments: Update metadata for GitHub move Signed-off-by: Michał Górny gentoo.org> dev-python/pygments/metadata.xml | 2 +- dev-python/pygments/pygments-2.7.1.ebuild | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-python/pygments/metadata.xml b/dev-python/pygments/metadata.xml index 1af0e3d5058..f0c75b1c9be 100644 --- a/dev-python/pygments/metadata.xml +++ b/dev-python/pygments/metadata.xml @@ -9,6 +9,6 @@ Pygments - birkenfeld/pygments-main + pygments/pygments diff --git a/dev-python/pygments/pygments-2.7.1.ebuild b/dev-python/pygments/pygments-2.7.1.ebuild index d203e4246cb..490e9a55d2d 100644 --- a/dev-python/pygments/pygments-2.7.1.ebuild +++ b/dev-python/pygments/pygments-2.7.1.ebuild @@ -12,7 +12,10 @@ MY_PN="Pygments" MY_P="${MY_PN}-${PV}" DESCRIPTION="Pygments is a syntax highlighting package written in Python" -HOMEPAGE="https://pygments.org/ https://pypi.org/project/Pygments/" +HOMEPAGE=" + https://pygments.org/ + https://github.com/pygments/pygments/ + https://pypi.org/project/Pygments/" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}"