Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: bin/, /, catalyst/
Date: Sat, 28 Mar 2020 20:07:09
Message-Id: 1585380891.7ac226844fa1a34cad29ca6b068c13a8f67305a9.mattst88@gentoo
1 commit: 7ac226844fa1a34cad29ca6b068c13a8f67305a9
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 06:49:05 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 07:34:51 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=7ac22684
7
8 catalyst: Remove left over $Id$
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 AUTHORS | 2 --
13 README | 2 --
14 TODO | 2 --
15 bin/catalyst | 1 -
16 catalyst/main.py | 1 -
17 5 files changed, 8 deletions(-)
18
19 diff --git a/AUTHORS b/AUTHORS
20 index 3bf969bd..41366b8c 100644
21 --- a/AUTHORS
22 +++ b/AUTHORS
23 @@ -1,5 +1,3 @@
24 -# $Id$
25 -
26 The copyright for catalyst is held by the Gentoo Foundation and by each
27 of the individual contributors.
28
29
30 diff --git a/README b/README
31 index 530abb35..6dc6a149 100644
32 --- a/README
33 +++ b/README
34 @@ -1,5 +1,3 @@
35 -# $Id$
36 -
37 Licensing
38 ========================
39
40
41 diff --git a/TODO b/TODO
42 index a2ee05dd..bf397840 100644
43 --- a/TODO
44 +++ b/TODO
45 @@ -1,5 +1,3 @@
46 -# $Id$
47 -
48 This file is a rough list of changes that need to be made to catalyst.
49
50 Global:
51
52 diff --git a/bin/catalyst b/bin/catalyst
53 index 72a4cb4d..d0d3d639 100755
54 --- a/bin/catalyst
55 +++ b/bin/catalyst
56 @@ -5,7 +5,6 @@
57 # Release Engineering Team <releng@g.o>
58 # Andrew Gaffney <agaffney@g.o>
59 # Chris Gianelloni <wolf31o2@××××××××.org>
60 -# $Id$
61
62
63 from __future__ import print_function
64
65 diff --git a/catalyst/main.py b/catalyst/main.py
66 index 01c456ea..e15d67d9 100644
67 --- a/catalyst/main.py
68 +++ b/catalyst/main.py
69 @@ -4,7 +4,6 @@
70 # Release Engineering Team <releng@g.o>
71 # Andrew Gaffney <agaffney@g.o>
72 # Chris Gianelloni <wolf31o2@××××××××.org>
73 -# $Id$
74
75 import argparse
76 import datetime