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 5D5A31382C5 for ; Sat, 19 Dec 2020 19:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 064322BC028; Sat, 19 Dec 2020 19:56:08 +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 BAC412BC026 for ; Sat, 19 Dec 2020 19:56:07 +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 CD03734101A for ; Sat, 19 Dec 2020 19:56:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFF7C451 for ; Sat, 19 Dec 2020 19:56:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608087686.c27fd976e4dc4fd1ce269a002a9d00c979e53287.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:wip/mattst88 commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/build.py X-VCS-Directories: targets/stage1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c27fd976e4dc4fd1ce269a002a9d00c979e53287 X-VCS-Branch: wip/mattst88 Date: Sat, 19 Dec 2020 19:56:02 +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: 96a765ea-4747-472a-b03e-f54634526b27 X-Archives-Hash: 13d9e64d3bbacdbdf9f307a57cd30ca3 commit: c27fd976e4dc4fd1ce269a002a9d00c979e53287 Author: Matt Turner gentoo org> AuthorDate: Wed Dec 16 03:00:25 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 16 03:01:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c27fd976 catalyst: Remove dead comment Fixes: 220df6a5d255 ("catalyst: Drop ancient portage support") Signed-off-by: Matt Turner gentoo.org> targets/stage1/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/stage1/build.py b/targets/stage1/build.py index fec1162c..85675511 100755 --- a/targets/stage1/build.py +++ b/targets/stage1/build.py @@ -9,7 +9,6 @@ from portage.util import grabfile_package, stack_lists # this loads files from the profiles ... # wrap it here to take care of the different # ways portage handles stacked profiles -# last case is for portage-2.1_pre* def scan_profile(path): 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 3C1A813835A for ; Mon, 18 Jan 2021 19:53:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F1FE07FE; Mon, 18 Jan 2021 19:53:49 +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 70A4BE07FE for ; Mon, 18 Jan 2021 19:53:49 +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 721CA340EEF for ; Mon, 18 Jan 2021 19:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B45DF4A4 for ; Mon, 18 Jan 2021 19:53:45 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608087686.c27fd976e4dc4fd1ce269a002a9d00c979e53287.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:pending/mattst88 commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/build.py X-VCS-Directories: targets/stage1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c27fd976e4dc4fd1ce269a002a9d00c979e53287 X-VCS-Branch: pending/mattst88 Date: Mon, 18 Jan 2021 19:53:45 +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: e390852b-5d8c-41b0-9020-51152fc9a3eb X-Archives-Hash: a9c239b434e22bdab3c9596db42bd5d2 Message-ID: <20210118195345.WHIGN0ltG00jYSZOGrBV5y16RVYNV3Jmv5vDjc3s5sY@z> commit: c27fd976e4dc4fd1ce269a002a9d00c979e53287 Author: Matt Turner gentoo org> AuthorDate: Wed Dec 16 03:00:25 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 16 03:01:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c27fd976 catalyst: Remove dead comment Fixes: 220df6a5d255 ("catalyst: Drop ancient portage support") Signed-off-by: Matt Turner gentoo.org> targets/stage1/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/stage1/build.py b/targets/stage1/build.py index fec1162c..85675511 100755 --- a/targets/stage1/build.py +++ b/targets/stage1/build.py @@ -9,7 +9,6 @@ from portage.util import grabfile_package, stack_lists # this loads files from the profiles ... # wrap it here to take care of the different # ways portage handles stacked profiles -# last case is for portage-2.1_pre* def scan_profile(path): 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 E049A1382C5 for ; Wed, 16 Dec 2020 16:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC2BFE08F6; Wed, 16 Dec 2020 16:00:55 +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 D502AE08F6 for ; Wed, 16 Dec 2020 16:00:55 +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 E7583340DCE for ; Wed, 16 Dec 2020 16:00:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5F0FECA for ; Wed, 16 Dec 2020 16:00:53 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608087686.c27fd976e4dc4fd1ce269a002a9d00c979e53287.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/stage1/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/stage1/build.py X-VCS-Directories: targets/stage1/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c27fd976e4dc4fd1ce269a002a9d00c979e53287 X-VCS-Branch: master Date: Wed, 16 Dec 2020 16:00:53 +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: f4b408e8-6a5e-452a-8b9e-d7fabbd6596f X-Archives-Hash: b9a8fef6ef9427722a5a14837ea5a668 Message-ID: <20201216160053._p3sq6pa0pVaEyX3bMJ0ohxbESCIu5FBNE-FIuKc8Ps@z> commit: c27fd976e4dc4fd1ce269a002a9d00c979e53287 Author: Matt Turner gentoo org> AuthorDate: Wed Dec 16 03:00:25 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Dec 16 03:01:26 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=c27fd976 catalyst: Remove dead comment Fixes: 220df6a5d255 ("catalyst: Drop ancient portage support") Signed-off-by: Matt Turner gentoo.org> targets/stage1/build.py | 1 - 1 file changed, 1 deletion(-) diff --git a/targets/stage1/build.py b/targets/stage1/build.py index fec1162c..85675511 100755 --- a/targets/stage1/build.py +++ b/targets/stage1/build.py @@ -9,7 +9,6 @@ from portage.util import grabfile_package, stack_lists # this loads files from the profiles ... # wrap it here to take care of the different # ways portage handles stacked profiles -# last case is for portage-2.1_pre* def scan_profile(path):