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: ebuild-writing/file-format/, ebuild-writing/using-eclasses/, eclass-writing/, ...
Date: Mon, 01 Jan 2018 11:41:21
Message-Id: 1514806826.f84cfb4dea1a1fe725779018e8a8f9c12dee0470.ulm@gentoo
1 commit: f84cfb4dea1a1fe725779018e8a8f9c12dee0470
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 11:40:26 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 11:40:26 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f84cfb4d
7
8 Update copyright years.
9
10 devbook.xsl | 2 +-
11 ebuild-writing/common-mistakes/text.xml | 2 +-
12 ebuild-writing/eapi/text.xml | 6 +++---
13 ebuild-writing/file-format/text.xml | 2 +-
14 ebuild-writing/functions/src_unpack/rpm-sources/text.xml | 2 +-
15 ebuild-writing/using-eclasses/text.xml | 2 +-
16 eclass-writing/text.xml | 6 +++---
17 quickstart/text.xml | 10 +++++-----
18 8 files changed, 16 insertions(+), 16 deletions(-)
19
20 diff --git a/devbook.xsl b/devbook.xsl
21 index 807b11c..a4e9395 100644
22 --- a/devbook.xsl
23 +++ b/devbook.xsl
24 @@ -546,7 +546,7 @@
25 </ul>
26 </div>
27 <div class="col-xs-10 col-sm-9 col-md-10">
28 - <strong>Copyright (C) 2001-2017 Gentoo Foundation, Inc.</strong><br />
29 + <strong>Copyright (C) 2001-2018 Gentoo Foundation, Inc.</strong><br />
30 <small>
31 Gentoo is a trademark of the Gentoo Foundation, Inc.
32 The text of this document is distributed under the
33
34 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
35 index 1981bd5..c188c1f 100644
36 --- a/ebuild-writing/common-mistakes/text.xml
37 +++ b/ebuild-writing/common-mistakes/text.xml
38 @@ -159,7 +159,7 @@ The first two lines <e>must</e> look like this:
39 </p>
40
41 <pre caption="Valid Header">
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 </pre>
46
47
48 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
49 index 68f27b0..0a2c3aa 100644
50 --- a/ebuild-writing/eapi/text.xml
51 +++ b/ebuild-writing/eapi/text.xml
52 @@ -42,7 +42,7 @@ Most developers prefer to set the EAPI version without quotes. However, the PMS
53 </note>
54
55 <codesample lang="ebuild">
56 -# Copyright 1999-2017 Gentoo Foundation
57 +# Copyright 1999-2018 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59
60 EAPI=6
61 @@ -117,7 +117,7 @@ src_compile() {
62 </important>
63
64 <codesample lang="ebuild">
65 -# Copyright 1999-2017 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=1
70 @@ -523,7 +523,7 @@ DEPEND="
71 </p>
72 <p>Example:</p>
73 <codesample lang="ebuild">
74 -# Copyright 1999-2017 Gentoo Foundation
75 +# Copyright 1999-2018 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77
78 EAPI=4
79
80 diff --git a/ebuild-writing/file-format/text.xml b/ebuild-writing/file-format/text.xml
81 index 5f2bf93..f9e6a4f 100644
82 --- a/ebuild-writing/file-format/text.xml
83 +++ b/ebuild-writing/file-format/text.xml
84 @@ -151,7 +151,7 @@ header.txt</uri></c> in the top directory of the Gentoo repository.
85 </p>
86
87 <codesample lang="ebuild">
88 -# Copyright 1999-2017 Gentoo Foundation
89 +# Copyright 1999-2018 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 </codesample>
92
93
94 diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
95 index f082aca..9382109 100644
96 --- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
97 +++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
98 @@ -52,7 +52,7 @@ patches. The filename should be <c>suse-fetchmail-6.2.5.54.1.ebuild</c>.
99 </p>
100
101 <codesample lang="ebuild">
102 -# Copyright 1999-2017 Gentoo Foundation
103 +# Copyright 1999-2018 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105
106 inherit eutils versionator rpm
107
108 diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
109 index 83170ee..133e6a9 100644
110 --- a/ebuild-writing/using-eclasses/text.xml
111 +++ b/ebuild-writing/using-eclasses/text.xml
112 @@ -32,7 +32,7 @@ uses four eclasses:
113 </p>
114
115 <codesample lang="ebuild">
116 -# Copyright 1999-2017 Gentoo Foundation
117 +# Copyright 1999-2018 Gentoo Foundation
118 # Distributed under the terms of the GNU General Public License v2
119
120 EAPI=2
121
122 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
123 index 1aef0c2..9064616 100644
124 --- a/eclass-writing/text.xml
125 +++ b/eclass-writing/text.xml
126 @@ -612,7 +612,7 @@ a single function, <c>domacosapp</c>.
127 </p>
128
129 <codesample lang="ebuild">
130 -# Copyright 1999-2017 Gentoo Foundation
131 +# Copyright 1999-2018 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133
134 # @ECLASS: macosapp.eclass
135 @@ -699,7 +699,7 @@ something like the following:
136 </p>
137
138 <codesample lang="ebuild">
139 -# Copyright 1999-2017 Gentoo Foundation
140 +# Copyright 1999-2018 Gentoo Foundation
141 # Distributed under the terms of the GNU General Public License v2
142
143 # @ECLASS: jmake.eclass
144 @@ -760,7 +760,7 @@ for an eclass to invoke die from the global scope. For example:
145 </p>
146
147 <codesample lang="ebuild">
148 -# Copyright 1999-2017 Gentoo Foundation
149 +# Copyright 1999-2018 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151
152 # @ECLASS: eapi-die.eclass
153
154 diff --git a/quickstart/text.xml b/quickstart/text.xml
155 index 1ce4c61..b9bc7aa 100644
156 --- a/quickstart/text.xml
157 +++ b/quickstart/text.xml
158 @@ -34,7 +34,7 @@ can see real ebuilds in the main tree).
159 </p>
160
161 <codesample lang="ebuild">
162 -# Copyright 1999-2017 Gentoo Foundation
163 +# Copyright 1999-2018 Gentoo Foundation
164 # Distributed under the terms of the GNU General Public License v2
165
166 EAPI=6
167 @@ -204,7 +204,7 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</c>:
168 </p>
169
170 <codesample lang="ebuild">
171 -# Copyright 1999-2017 Gentoo Foundation
172 +# Copyright 1999-2018 Gentoo Foundation
173 # Distributed under the terms of the GNU General Public License v2
174
175 EAPI=5
176 @@ -268,7 +268,7 @@ this is done via <c>inherit eutils</c> at the top of the ebuild. Here's
177 </p>
178
179 <codesample lang="ebuild">
180 -# Copyright 1999-2017 Gentoo Foundation
181 +# Copyright 1999-2018 Gentoo Foundation
182 # Distributed under the terms of the GNU General Public License v2
183
184 EAPI=5
185 @@ -325,7 +325,7 @@ replacement iconv for <c>libc</c> implementations which don't have their own.
186 </p>
187
188 <codesample lang="ebuild">
189 -# Copyright 1999-2017 Gentoo Foundation
190 +# Copyright 1999-2018 Gentoo Foundation
191 # Distributed under the terms of the GNU General Public License v2
192
193 EAPI=5
194 @@ -368,7 +368,7 @@ Another more complicated example, this time based upon
195 </p>
196
197 <codesample lang="ebuild">
198 -# Copyright 1999-2017 Gentoo Foundation
199 +# Copyright 1999-2018 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201
202 EAPI=5