From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1299412-garchives=archives.gentoo.org@lists.gentoo.org> 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 054C4139345 for <garchives@archives.gentoo.org>; Mon, 5 Jul 2021 17:42:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D52DE09DE; Mon, 5 Jul 2021 17:42:29 +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 10A88E09DE for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 17:42:28 +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 C986B342B0D for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 17:42:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B870797 for <gentoo-commits@lists.gentoo.org>; Mon, 5 Jul 2021 17:42:26 +0000 (UTC) From: "John Helmert III" <ajak@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" <ajak@gentoo.org> Message-ID: <1625448616.833da1349cff01ccea594ac104d603961b480a71.ajak@gentoo> Subject: [gentoo-commits] proj/security:ajak-cvetool commit in: bin/ X-VCS-Repository: proj/security X-VCS-Files: bin/cvetool bin/cvetool.py X-VCS-Directories: bin/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 833da1349cff01ccea594ac104d603961b480a71 X-VCS-Branch: ajak-cvetool Date: Mon, 5 Jul 2021 17:42:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 93078bce-0ba6-4c65-8b3b-c50710a8c228 X-Archives-Hash: d5d74d18bc02896ddf9990376a6cab30 commit: 833da1349cff01ccea594ac104d603961b480a71 Author: John Helmert III <ajak <AT> gentoo <DOT> org> AuthorDate: Mon Jul 5 01:29:27 2021 +0000 Commit: John Helmert III <ajak <AT> gentoo <DOT> org> CommitDate: Mon Jul 5 01:30:16 2021 +0000 URL: https://gitweb.gentoo.org/proj/security.git/commit/?id=833da134 cvetool: rename to cvetool.py This is necessary so other tools can import the CVETool class itself Signed-off-by: John Helmert III <ajak <AT> gentoo.org> bin/{cvetool => cvetool.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/bin/cvetool b/bin/cvetool.py old mode 100755 new mode 100644 similarity index 100% rename from bin/cvetool rename to bin/cvetool.py