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 527F8138350 for ; Sat, 28 Mar 2020 20:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7ECF7E0BE4; Sat, 28 Mar 2020 20:07:08 +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 5DA65E0BE4 for ; Sat, 28 Mar 2020 20:07:08 +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 466D334F97A for ; Sat, 28 Mar 2020 20:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0BB61A4 for ; Sat, 28 Mar 2020 20:07:05 +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: <1585380891.7ac226844fa1a34cad29ca6b068c13a8f67305a9.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: bin/, /, catalyst/ X-VCS-Repository: proj/catalyst X-VCS-Files: AUTHORS README TODO bin/catalyst catalyst/main.py X-VCS-Directories: catalyst/ bin/ / X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 7ac226844fa1a34cad29ca6b068c13a8f67305a9 X-VCS-Branch: master Date: Sat, 28 Mar 2020 20:07:05 +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: b974a007-d5f1-4489-81ec-0e5fbf14f8c0 X-Archives-Hash: d9df31a707b8a3403cd40cca514576f4 commit: 7ac226844fa1a34cad29ca6b068c13a8f67305a9 Author: Matt Turner gentoo org> AuthorDate: Sat Mar 28 06:49:05 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 28 07:34:51 2020 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7ac22684 catalyst: Remove left over $Id$ Signed-off-by: Matt Turner gentoo.org> AUTHORS | 2 -- README | 2 -- TODO | 2 -- bin/catalyst | 1 - catalyst/main.py | 1 - 5 files changed, 8 deletions(-) diff --git a/AUTHORS b/AUTHORS index 3bf969bd..41366b8c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,3 @@ -# $Id$ - The copyright for catalyst is held by the Gentoo Foundation and by each of the individual contributors. diff --git a/README b/README index 530abb35..6dc6a149 100644 --- a/README +++ b/README @@ -1,5 +1,3 @@ -# $Id$ - Licensing ======================== diff --git a/TODO b/TODO index a2ee05dd..bf397840 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,3 @@ -# $Id$ - This file is a rough list of changes that need to be made to catalyst. Global: diff --git a/bin/catalyst b/bin/catalyst index 72a4cb4d..d0d3d639 100755 --- a/bin/catalyst +++ b/bin/catalyst @@ -5,7 +5,6 @@ # Release Engineering Team # Andrew Gaffney # Chris Gianelloni -# $Id$ from __future__ import print_function diff --git a/catalyst/main.py b/catalyst/main.py index 01c456ea..e15d67d9 100644 --- a/catalyst/main.py +++ b/catalyst/main.py @@ -4,7 +4,6 @@ # Release Engineering Team # Andrew Gaffney # Chris Gianelloni -# $Id$ import argparse import datetime