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 51C401382C5 for ; Tue, 26 Jan 2021 06:49:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35C5AE0CCC; Tue, 26 Jan 2021 06:49:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A894CE0CCC for ; Tue, 26 Jan 2021 06:49:03 +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 2DD15340D9B for ; Tue, 26 Jan 2021 06:49:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B0F4C for ; Tue, 26 Jan 2021 06:49:00 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1611641560.eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/stgit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/stgit/stgit-0.23.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf X-VCS-Branch: master Date: Tue, 26 Jan 2021 06:49:00 +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: b7f134e3-0909-461c-94ee-3c6218b10ea2 X-Archives-Hash: 9c991ce5bef874ef38f05734edc510d6 commit: eb24d7406ecb8d83f22e527b292b3ac2b03d8ecf Author: Yixun Lan gentoo org> AuthorDate: Tue Jan 26 06:12:40 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Tue Jan 26 06:12:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb24d740 dev-vcs/stgit: fix homepage Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Yixun Lan gentoo.org> dev-vcs/stgit/stgit-0.23.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-vcs/stgit/stgit-0.23.ebuild b/dev-vcs/stgit/stgit-0.23.ebuild index 65c2f479166..e86274dcb43 100644 --- a/dev-vcs/stgit/stgit-0.23.ebuild +++ b/dev-vcs/stgit/stgit-0.23.ebuild @@ -3,13 +3,13 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=no inherit bash-completion-r1 distutils-r1 DESCRIPTION="Manage a stack of patches using GIT as a backend" -HOMEPAGE="http://www.procode.org/stgit/" +HOMEPAGE="https://stacked-git.github.io" UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz"