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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8FA58158090 for ; Fri, 6 May 2022 23:46:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7B79E0825; Fri, 6 May 2022 23:46:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A5BDBE0825 for ; Fri, 6 May 2022 23:46:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E47643415F3 for ; Fri, 6 May 2022 23:46:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F642445 for ; Fri, 6 May 2022 23:46:20 +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: <1651880760.705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6.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-1.5.ebuild X-VCS-Directories: dev-vcs/stgit/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6 X-VCS-Branch: master Date: Fri, 6 May 2022 23:46:20 +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: b7d9d074-85c2-4492-a3ab-444a413c9ac9 X-Archives-Hash: 15d3d04e56917aab1169b61f902af542 commit: 705bd7479a5a30cb75fc5bb29155f02c2d6b1ad6 Author: Yixun Lan gentoo org> AuthorDate: Fri May 6 23:45:38 2022 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri May 6 23:46:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=705bd747 dev-vcs/stgit: update SRC_URI Signed-off-by: Yixun Lan gentoo.org> dev-vcs/stgit/stgit-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/stgit/stgit-1.5.ebuild b/dev-vcs/stgit/stgit-1.5.ebuild index f9e8edc7ca9c..ee720e163bc4 100644 --- a/dev-vcs/stgit/stgit-1.5.ebuild +++ b/dev-vcs/stgit/stgit-1.5.ebuild @@ -13,7 +13,7 @@ UPSTREAM_VER= [[ -n ${UPSTREAM_VER} ]] && \ UPSTREAM_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${P}-upstream-patches-${UPSTREAM_VER}.tar.xz" -SRC_URI="https://github.com/ctmarinas/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz +SRC_URI="https://github.com/stacked-git/stgit/archive/v${PV}.tar.gz -> ${P}.tar.gz ${UPSTREAM_PATCHSET_URI}" LICENSE="GPL-2"