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 A0E2A1382C5 for ; Tue, 9 Feb 2021 09:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE284E097B; Tue, 9 Feb 2021 09:50:16 +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 B9E4FE097B for ; Tue, 9 Feb 2021 09:50:16 +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 2E422340C19 for ; Tue, 9 Feb 2021 09:50:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C82DC3 for ; Tue, 9 Feb 2021 09:50:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1612864210.3b2f7e525f1733b0a576d8c51ee29fc765ea759c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/git/git-2.26.2.ebuild dev-vcs/git/git-2.28.0.ebuild dev-vcs/git/git-2.29.2.ebuild dev-vcs/git/git-2.30.0.ebuild dev-vcs/git/git-2.30.1.ebuild dev-vcs/git/git-9999-r1.ebuild dev-vcs/git/git-9999-r2.ebuild dev-vcs/git/git-9999-r3.ebuild dev-vcs/git/git-9999.ebuild X-VCS-Directories: dev-vcs/git/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3b2f7e525f1733b0a576d8c51ee29fc765ea759c X-VCS-Branch: master Date: Tue, 9 Feb 2021 09:50:13 +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: 41e34772-672f-4786-84d2-d646b9bc3d98 X-Archives-Hash: a45b16373a95f7eca35b9e8127d020f5 commit: 3b2f7e525f1733b0a576d8c51ee29fc765ea759c Author: Lars Wendler gentoo org> AuthorDate: Tue Feb 9 09:49:52 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Feb 9 09:50:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2f7e52 dev-vcs/git: "pu" branch has been renamed to "seen" Closes: https://bugs.gentoo.org/763231 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Lars Wendler gentoo.org> dev-vcs/git/git-2.26.2.ebuild | 4 ++-- dev-vcs/git/git-2.28.0.ebuild | 4 ++-- dev-vcs/git/git-2.29.2.ebuild | 4 ++-- dev-vcs/git/git-2.30.0.ebuild | 4 ++-- dev-vcs/git/git-2.30.1.ebuild | 4 ++-- dev-vcs/git/git-9999-r1.ebuild | 4 ++-- dev-vcs/git/git-9999-r2.ebuild | 4 ++-- dev-vcs/git/git-9999-r3.ebuild | 4 ++-- dev-vcs/git/git-9999.ebuild | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dev-vcs/git/git-2.26.2.ebuild b/dev-vcs/git/git-2.26.2.ebuild index 364b8295ddd..c4ac2f48da9 100644 --- a/dev-vcs/git/git-2.26.2.ebuild +++ b/dev-vcs/git/git-2.26.2.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-2.28.0.ebuild b/dev-vcs/git/git-2.28.0.ebuild index f82b03b5140..d725b8e79c3 100644 --- a/dev-vcs/git/git-2.28.0.ebuild +++ b/dev-vcs/git/git-2.28.0.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-2.29.2.ebuild b/dev-vcs/git/git-2.29.2.ebuild index 7b5b5846318..d73a1120a38 100644 --- a/dev-vcs/git/git-2.29.2.ebuild +++ b/dev-vcs/git/git-2.29.2.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-2.30.0.ebuild b/dev-vcs/git/git-2.30.0.ebuild index 7b5b5846318..d73a1120a38 100644 --- a/dev-vcs/git/git-2.30.0.ebuild +++ b/dev-vcs/git/git-2.30.0.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-2.30.1.ebuild b/dev-vcs/git/git-2.30.1.ebuild index 7b5b5846318..d73a1120a38 100644 --- a/dev-vcs/git/git-2.30.1.ebuild +++ b/dev-vcs/git/git-2.30.1.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild index 3d31a14b4dd..7bb8023418f 100644 --- a/dev-vcs/git/git-9999-r1.ebuild +++ b/dev-vcs/git/git-9999-r1.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 3d31a14b4dd..7bb8023418f 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild index 7b5b5846318..d73a1120a38 100644 --- a/dev-vcs/git/git-9999-r3.ebuild +++ b/dev-vcs/git/git-9999-r3.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild index 3d31a14b4dd..7bb8023418f 100644 --- a/dev-vcs/git/git-9999.ebuild +++ b/dev-vcs/git/git-9999.ebuild @@ -20,12 +20,12 @@ if [[ ${PV} == *9999 ]]; then # 9999-r0: maint # 9999-r1: master # 9999-r2: next - # 9999-r3: pu + # 9999-r3: seen case "${PVR}" in 9999) EGIT_BRANCH=maint ;; 9999-r1) EGIT_BRANCH=master ;; 9999-r2) EGIT_BRANCH=next;; - 9999-r3) EGIT_BRANCH=pu ;; + 9999-r3) EGIT_BRANCH=seen ;; esac fi