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: bin/, ebuild-writing/functions/src_unpack/rpm-sources/, /, ...
Date: Thu, 02 Jan 2020 12:55:06
Message-Id: 1577969677.bafa084b31225e658dc4e056f9a5d639b2be507e.ulm@gentoo
1 commit: bafa084b31225e658dc4e056f9a5d639b2be507e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 2 12:54:37 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 2 12:54:37 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=bafa084b
7
8 Update copyright years.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 bin/gen-eclass-html.sh | 2 +-
13 devbook.xsl | 2 +-
14 ebuild-writing/common-mistakes/text.xml | 2 +-
15 ebuild-writing/eapi/text.xml | 6 +++---
16 ebuild-writing/file-format/text.xml | 2 +-
17 ebuild-writing/functions/src_unpack/rpm-sources/text.xml | 2 +-
18 ebuild-writing/users-and-groups/text.xml | 4 ++--
19 ebuild-writing/using-eclasses/text.xml | 2 +-
20 eclass-writing/text.xml | 6 +++---
21 quickstart/text.xml | 10 +++++-----
22 10 files changed, 19 insertions(+), 19 deletions(-)
23
24 diff --git a/bin/gen-eclass-html.sh b/bin/gen-eclass-html.sh
25 index e1f9e1f..26c42e6 100755
26 --- a/bin/gen-eclass-html.sh
27 +++ b/bin/gen-eclass-html.sh
28 @@ -67,7 +67,7 @@ IFS='' read -r -d '' FOOTER << 'EOF'
29 <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
30 </ul></div>
31 <div class="col-xs-10 col-sm-9 col-md-10">
32 -<strong>Copyright (C) 2001-2019 Gentoo Authors</strong><br><small>
33 +<strong>Copyright (C) 2001-2020 Gentoo Authors</strong><br><small>
34 Gentoo is a trademark of the Gentoo Foundation, Inc.
35 The text of this document is distributed under the
36 <a href="https://www.gnu.org/licenses/gpl-2.0.html">GNU General Public License, version 2</a>.
37
38 diff --git a/devbook.xsl b/devbook.xsl
39 index 4b16010..2a5dea2 100644
40 --- a/devbook.xsl
41 +++ b/devbook.xsl
42 @@ -597,7 +597,7 @@
43 </ul>
44 </div>
45 <div class="col-xs-10 col-sm-9 col-md-10">
46 - <strong>Copyright (C) 2001-2019 Gentoo Authors</strong><br />
47 + <strong>Copyright (C) 2001-2020 Gentoo Authors</strong><br />
48 <small>
49 Gentoo is a trademark of the Gentoo Foundation, Inc.
50 The text of this document is distributed under the
51
52 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
53 index 12e14c1..b0f841a 100644
54 --- a/ebuild-writing/common-mistakes/text.xml
55 +++ b/ebuild-writing/common-mistakes/text.xml
56 @@ -180,7 +180,7 @@ The first two lines <e>must</e> look like this:
57 </p>
58
59 <pre>
60 -# Copyright 1999-2019 Gentoo Authors
61 +# Copyright 1999-2020 Gentoo Authors
62 # Distributed under the terms of the GNU General Public License v2
63 </pre>
64
65
66 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
67 index cb49e35..7d05b15 100644
68 --- a/ebuild-writing/eapi/text.xml
69 +++ b/ebuild-writing/eapi/text.xml
70 @@ -43,7 +43,7 @@ Most developers prefer to set the EAPI version without quotes. However, the PMS
71 </note>
72
73 <codesample lang="ebuild">
74 -# Copyright 1999-2019 Gentoo Authors
75 +# Copyright 1999-2020 Gentoo Authors
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=6
79 @@ -118,7 +118,7 @@ src_compile() {
80 </important>
81
82 <codesample lang="ebuild">
83 -# Copyright 1999-2019 Gentoo Authors
84 +# Copyright 1999-2020 Gentoo Authors
85 # Distributed under the terms of the GNU General Public License v2
86
87 EAPI=1
88 @@ -517,7 +517,7 @@ DEPEND="
89 </important>
90 <p>Example:</p>
91 <codesample lang="ebuild">
92 -# Copyright 1999-2019 Gentoo Authors
93 +# Copyright 1999-2020 Gentoo Authors
94 # Distributed under the terms of the GNU General Public License v2
95
96 EAPI=4
97
98 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
99 index 6c199e0..18e5471 100644
100 --- a/ebuild-writing/file-format/text.xml
101 +++ b/ebuild-writing/file-format/text.xml
102 @@ -151,7 +151,7 @@ header.txt</uri></c> in the top directory of the Gentoo repository.
103 </p>
104
105 <codesample lang="ebuild">
106 -# Copyright 1999-2019 Gentoo Authors
107 +# Copyright 1999-2020 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109 </codesample>
110
111
112 diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
113 index d597d99..9348350 100644
114 --- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
115 +++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
116 @@ -52,7 +52,7 @@ patches. The filename should be <c>suse-fetchmail-6.2.5.54.1.ebuild</c>.
117 </p>
118
119 <codesample lang="ebuild">
120 -# Copyright 1999-2019 Gentoo Authors
121 +# Copyright 1999-2020 Gentoo Authors
122 # Distributed under the terms of the GNU General Public License v2
123
124 EAPI="6"
125
126 diff --git a/ebuild-writing/users-and-groups/text.xml b/ebuild-writing/users-and-groups/text.xml
127 index c556fd9..184f890 100644
128 --- a/ebuild-writing/users-and-groups/text.xml
129 +++ b/ebuild-writing/users-and-groups/text.xml
130 @@ -47,7 +47,7 @@ group ebuilds:
131 </p>
132
133 <pre>
134 -# Copyright 2019 Gentoo Authors
135 +# Copyright 2019-2020 Gentoo Authors
136 # Distributed under the terms of the GNU General Public License v2
137
138 EAPI=7
139 @@ -76,7 +76,7 @@ user ebuilds:
140 </p>
141
142 <pre>
143 -# Copyright 2019 Gentoo Authors
144 +# Copyright 2019-2020 Gentoo Authors
145 # Distributed under the terms of the GNU General Public License v2
146
147 EAPI=7
148
149 diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
150 index bd50796..c46d16f 100644
151 --- a/ebuild-writing/using-eclasses/text.xml
152 +++ b/ebuild-writing/using-eclasses/text.xml
153 @@ -32,7 +32,7 @@ uses three eclasses:
154 </p>
155
156 <codesample lang="ebuild">
157 -# Copyright 1999-2019 Gentoo Authors
158 +# Copyright 1999-2020 Gentoo Authors
159 # Distributed under the terms of the GNU General Public License v2
160
161 EAPI=7
162
163 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
164 index aeae19f..8656966 100644
165 --- a/eclass-writing/text.xml
166 +++ b/eclass-writing/text.xml
167 @@ -611,7 +611,7 @@ a single function, <c>domacosapp</c>.
168 </p>
169
170 <codesample lang="ebuild">
171 -# Copyright 1999-2019 Gentoo Authors
172 +# Copyright 1999-2020 Gentoo Authors
173 # Distributed under the terms of the GNU General Public License v2
174
175 # @ECLASS: macosapp.eclass
176 @@ -698,7 +698,7 @@ something like the following:
177 </p>
178
179 <codesample lang="ebuild">
180 -# Copyright 1999-2019 Gentoo Authors
181 +# Copyright 1999-2020 Gentoo Authors
182 # Distributed under the terms of the GNU General Public License v2
183
184 # @ECLASS: jmake.eclass
185 @@ -759,7 +759,7 @@ for an eclass to invoke die from the global scope. For example:
186 </p>
187
188 <codesample lang="ebuild">
189 -# Copyright 1999-2019 Gentoo Authors
190 +# Copyright 1999-2020 Gentoo Authors
191 # Distributed under the terms of the GNU General Public License v2
192
193 # @ECLASS: eapi-die.eclass
194
195 diff --git a/quickstart/text.xml b/quickstart/text.xml
196 index 24903ec..d98f43f 100644
197 --- a/quickstart/text.xml
198 +++ b/quickstart/text.xml
199 @@ -34,7 +34,7 @@ can see real ebuilds in the main tree).
200 </p>
201
202 <codesample lang="ebuild">
203 -# Copyright 1999-2019 Gentoo Authors
204 +# Copyright 1999-2020 Gentoo Authors
205 # Distributed under the terms of the GNU General Public License v2
206
207 EAPI=6
208 @@ -204,7 +204,7 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</c>:
209 </p>
210
211 <codesample lang="ebuild">
212 -# Copyright 1999-2019 Gentoo Authors
213 +# Copyright 1999-2020 Gentoo Authors
214 # Distributed under the terms of the GNU General Public License v2
215
216 EAPI=5
217 @@ -262,7 +262,7 @@ one must use EAPI 7. Here's <c>app-misc/detox/detox-1.1.0.ebuild</c>:
218 </p>
219
220 <codesample lang="ebuild">
221 -# Copyright 1999-2019 Gentoo Authors
222 +# Copyright 1999-2020 Gentoo Authors
223 # Distributed under the terms of the GNU General Public License v2
224
225 EAPI=7
226 @@ -318,7 +318,7 @@ replacement iconv for <c>libc</c> implementations which don't have their own.
227 </p>
228
229 <codesample lang="ebuild">
230 -# Copyright 1999-2019 Gentoo Authors
231 +# Copyright 1999-2020 Gentoo Authors
232 # Distributed under the terms of the GNU General Public License v2
233
234 EAPI=5
235 @@ -357,7 +357,7 @@ Another more complicated example, this time based upon
236 </p>
237
238 <codesample lang="ebuild">
239 -# Copyright 1999-2019 Gentoo Authors
240 +# Copyright 1999-2020 Gentoo Authors
241 # Distributed under the terms of the GNU General Public License v2
242
243 EAPI=7