Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: catalyst/, catalyst/base/, bin/, doc/
Date: Sat, 28 Mar 2020 20:07:10
Message-Id: 1585380896.5851a4ee991caaa29a605cee3951076c6d9932e8.mattst88@gentoo
1 commit: 5851a4ee991caaa29a605cee3951076c6d9932e8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 06:52:41 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 07:34:56 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=5851a4ee
7
8 catalyst: Remove "Maintained by" sections
9
10 They're not useful and out of date to boot.
11
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 bin/catalyst | 7 -------
15 catalyst/base/resume.py | 5 -----
16 catalyst/fileops.py | 5 -----
17 catalyst/main.py | 7 -------
18 catalyst/version.py | 7 -------
19 doc/catalyst.1.txt | 2 +-
20 6 files changed, 1 insertion(+), 32 deletions(-)
21
22 diff --git a/bin/catalyst b/bin/catalyst
23 index d0d3d639..d3448fd8 100755
24 --- a/bin/catalyst
25 +++ b/bin/catalyst
26 @@ -1,12 +1,5 @@
27 #!/usr/bin/python -OO
28
29 -# Maintained in full by:
30 -# Catalyst Team <catalyst@g.o>
31 -# Release Engineering Team <releng@g.o>
32 -# Andrew Gaffney <agaffney@g.o>
33 -# Chris Gianelloni <wolf31o2@××××××××.org>
34 -
35 -
36 from __future__ import print_function
37
38 import sys
39
40 diff --git a/catalyst/base/resume.py b/catalyst/base/resume.py
41 index b2100735..4234f8b9 100644
42 --- a/catalyst/base/resume.py
43 +++ b/catalyst/base/resume.py
44 @@ -1,10 +1,5 @@
45 #!/usr/bin/python
46
47 -# Maintained in full by:
48 -# Catalyst Team <catalyst@g.o>
49 -# Release Engineering Team <releng@g.o>
50 -# Copyright 2013 Brian Dolbec <dolsen@g.o>
51 -
52 '''resume.py
53
54 Performs autoresume tracking file operations such as
55
56 diff --git a/catalyst/fileops.py b/catalyst/fileops.py
57 index 878e6303..f7df4a01 100644
58 --- a/catalyst/fileops.py
59 +++ b/catalyst/fileops.py
60 @@ -1,8 +1,3 @@
61 -
62 -# Maintained in full by:
63 -# Catalyst Team <catalyst@g.o>
64 -# Release Engineering Team <releng@g.o>
65 -
66 '''fileops.py
67
68 Performs file operations such as pack/unpack,
69
70 diff --git a/catalyst/main.py b/catalyst/main.py
71 index e15d67d9..23093e97 100644
72 --- a/catalyst/main.py
73 +++ b/catalyst/main.py
74 @@ -1,10 +1,3 @@
75 -
76 -# Maintained in full by:
77 -# Catalyst Team <catalyst@g.o>
78 -# Release Engineering Team <releng@g.o>
79 -# Andrew Gaffney <agaffney@g.o>
80 -# Chris Gianelloni <wolf31o2@××××××××.org>
81 -
82 import argparse
83 import datetime
84 import os
85
86 diff --git a/catalyst/version.py b/catalyst/version.py
87 index 91b0a743..25c121f7 100644
88 --- a/catalyst/version.py
89 +++ b/catalyst/version.py
90 @@ -1,10 +1,3 @@
91 -# Maintained in full by:
92 -# Catalyst Team <catalyst@g.o>
93 -# Release Engineering Team <releng@g.o>
94 -# Copyright: 2011 Brian Harring <ferringb@×××××.com>
95 -# License: BSD/GPL2
96 -# Copied & edited by: Brian Dolbec <dolsen@g.o>
97 -
98 '''Version information and/or git version information
99 '''
100
101
102 diff --git a/doc/catalyst.1.txt b/doc/catalyst.1.txt
103 index 5a7a4d64..dc6c7acb 100644
104 --- a/doc/catalyst.1.txt
105 +++ b/doc/catalyst.1.txt
106 @@ -120,7 +120,7 @@ NOTES
107 stager projects, both of which were used to create pre-1.4 Gentoo releases.
108
109 *catalyst* was originally conceived and coded by both Daniel Robbins and
110 -John Davis. It is currently maintained by Chris Gianelloni and Eric Edgar and
111 +John Davis. It is currently maintained by the Catalyst Project Team and
112 has been mostly re-written.