Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/contributors/
Date: Mon, 03 Feb 2020 00:08:18
Message-Id: 1580688158.0e002d195a18a3c1ee57605cc0783298106fe060.ulm@gentoo
1 commit: 0e002d195a18a3c1ee57605cc0783298106fe060
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 18 17:18:23 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 3 00:02:38 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0e002d19
7
8 appendices/contributors: Update list of contributors.
9
10 - Add contributors when they have added at least 40 lines (yes, this
11 is quite arbitrary) to a file, based on the script below. This was
12 followed by some manual sanity checks, e.g., whether the line count
13 doesn't originate only from paragraph reformatting.
14
15 for i in $(find . -name .git -prune -o -type f -print); do
16 echo $i
17 git blame -e -w $i
18 done \
19 | awk '
20 /^\./ { file=$1; next }
21 { lines[gensub(/.*\(<([^ <AT> ]*)@.*/, "\\1", 1, $0), file]++ }
22 END {
23 for (x in lines) {
24 split(x, y, SUBSEP)
25 if (lines[x] >= 40)
26 printf "%-15s %-50s %4d\n", y[1], y[2], lines[x]
27 }
28 }' \
29 | sort
30
31 Where contributions to more than three (or to all) subdocuments of any
32 document would have been listed, only the parent document is listed
33 instead.
34
35 - Remove zhen as contributor for appendices/devbook-guide, because all
36 nontrivial lines written by him have been removed (or moved elsewhere),
37 most of them already in 2003:
38 https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?r1=1.19&r2=1.20
39
40 - Change description of halcy0n from "current maintainer" to "previous
41 maintainer", because his last commit was in 2010.
42
43 Closes: https://bugs.gentoo.org/705744
44 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
45
46 appendices/contributors/text.xml | 53 ++++++++++++++++++++++++++++++++++------
47 1 file changed, 45 insertions(+), 8 deletions(-)
48
49 diff --git a/appendices/contributors/text.xml b/appendices/contributors/text.xml
50 index bf0a12d..628346d 100644
51 --- a/appendices/contributors/text.xml
52 +++ b/appendices/contributors/text.xml
53 @@ -45,6 +45,8 @@ This page lists the contributions to the Gentoo Development Guide:
54 <author name="Alin Dobre" email="alin@g.o">
55 <uri link="::tools-reference/echo"/>
56 </author>
57 +<!-- Contributions above this line were to the original (reStructuredText)
58 + version, so they won't appear in the commit history -->
59 <author name="Joseph Jezak" email="josejx@g.o">
60 <uri link="::archs/ppc"/>
61 </author>
62 @@ -52,7 +54,7 @@ This page lists the contributions to the Gentoo Development Guide:
63 Previous maintainer (XSL Stylesheets, legacy Developer Handbook content)
64 </author>
65 <author name="Mark Loeser" email="halcy0n@g.o">
66 - XSL Stylesheets, current maintainer
67 + XSL Stylesheets, previous maintainer
68 </author>
69 <author name="Petteri Räty" email="betelgeuse@g.o">
70 <uri link="::ebuild-writing"/>,
71 @@ -61,11 +63,13 @@ This page lists the contributions to the Gentoo Development Guide:
72 Misc
73 </author>
74 <author name="Ulrich Müller" email="ulm@g.o">
75 - <uri link="::ebuild-writing"/>,
76 - <uri link="::appendices/editor-configuration/emacs"/>,
77 - <uri link="::general-concepts/licenses/"/>,
78 + <uri link="::quickstart/"/>,
79 <uri link="::general-concepts/virtuals/"/>,
80 - <uri link="::ebuild-writing/eapi/"/>
81 + <uri link="::ebuild-writing/"/>,
82 + <uri link="::ebuild-maintenance/"/>,
83 + <uri link="::appendices/editor-configuration/emacs/"/>,
84 + <uri link="::appendices/devbook-guide/"/>,
85 + DTD, XSL stylesheet, eclass conversion
86 </author>
87 <author name="Mike Pagano" email="mpagano@g.o">
88 <uri link="::general-concepts/news"/>
89 @@ -82,10 +86,43 @@ Misc
90 <author name="Daniel Robbins" email="drobbins@g.o">
91 <uri link="::appendices/devbook-guide/">GuideXML guide</uri>
92 </author>
93 -<author name="John P. Davis" email="zhen@g.o">
94 - <uri link="::appendices/devbook-guide/">GuideXML guide</uri>
95 +<author name="Jeremy Olexa" email="darkside@g.o">
96 + <uri link="::general-concepts/use-flags/"/>
97 +</author>
98 +<author name="Julian Ospald" email="hasufell@g.o">
99 + <uri link="::ebuild-writing/common-mistakes/"/>,
100 + <uri link="::tools-reference/find/"/>
101 +</author>
102 +<author name="Alexandre Rostovtsev" email="tetromino@g.o">
103 + <uri link="::general-concepts/slotting/"/>
104 +</author>
105 +<author name="Göktürk Yüksek" email="gokturk@g.o">
106 + <uri link="::general-concepts/projects/"/>,
107 + <uri link="::ebuild-writing/variables/"/>,
108 + <uri link="::ebuild-writing/misc-files/metadata/"/>,
109 + <uri link="::eclass-writing/"/>,
110 + <uri link="::appendices/devbook-guide/"/>,
111 + search functionality
112 +</author>
113 +<author name="Michael Orlitzky" email="mjo@g.o">
114 + <uri link="::ebuild-writing/users-and-groups/"/>,
115 + <uri link="::eclass-writing/"/>
116 +</author>
117 +<author name="Michał Górny" email="mgorny@g.o">
118 + <uri link="::general-concepts/"/>,
119 + <uri link="::ebuild-writing/users-and-groups/"/>,
120 + <uri link="::ebuild-writing/variables/"/>,
121 + <uri link="::ebuild-writing/functions/src_test/"/>,
122 + <uri link="::ebuild-maintenance/"/>
123 +</author>
124 +<author name="Brian Evans" email="grknight@g.o">
125 + <uri link="::ebuild-writing/eapi/"/>,
126 + <uri link="::ebuild-writing/variables/"/>,
127 + <uri link="::ebuild-writing/functions/src_prepare/epatch/"/>
128 +</author>
129 +<author name="Lucas Ramage" email="ramage.lucas@××××××××××.com">
130 + Search functionality
131 </author>
132 -
133 </authors>
134
135 </body>