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: quickstart/, ebuild-writing/functions/src_unpack/rpm-sources/, ...
Date: Tue, 28 Feb 2017 21:41:36
Message-Id: 1488318063.1b9cba36793d2e841718986932833845fc73ef68.ulm@gentoo
1 commit: 1b9cba36793d2e841718986932833845fc73ef68
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 16:39:50 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:41:03 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1b9cba36
7
8 Remove CVS $Id$ lines from all ebuild examples.
9
10 ebuild-writing/eapi/text.xml | 7 ++-----
11 ebuild-writing/functions/src_unpack/rpm-sources/text.xml | 3 +--
12 ebuild-writing/using-eclasses/text.xml | 3 +--
13 eclass-writing/text.xml | 9 +++------
14 quickstart/text.xml | 15 +++++----------
15 5 files changed, 12 insertions(+), 25 deletions(-)
16
17 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
18 index 6a5de05..a02b5a6 100644
19 --- a/ebuild-writing/eapi/text.xml
20 +++ b/ebuild-writing/eapi/text.xml
21 @@ -44,7 +44,6 @@ Most developers prefer to set the EAPI version without quotes. However, the PMS
22 <codesample lang="ebuild">
23 # Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# &#36;Id&#36;
26
27 EAPI=6
28 </codesample>
29 @@ -118,9 +117,8 @@ src_compile() {
30 </important>
31
32 <codesample lang="ebuild">
33 -# Copyright 1999-2016 Gentoo Foundation
34 +# Copyright 1999-2017 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 -# &#36;Id&#36;
37
38 EAPI=1
39
40 @@ -513,9 +511,8 @@ DEPEND="
41 </p>
42 <p>Example:</p>
43 <codesample lang="ebuild">
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 -# &#36;Id&#36;
48
49 EAPI=4
50 inherit linux-info
51
52 diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
53 index 0046e20..f082aca 100644
54 --- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
55 +++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
56 @@ -52,9 +52,8 @@ patches. The filename should be <c>suse-fetchmail-6.2.5.54.1.ebuild</c>.
57 </p>
58
59 <codesample lang="ebuild">
60 -# Copyright 1999-2016 Gentoo Foundation
61 +# Copyright 1999-2017 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# &#36;Id&#36;
64
65 inherit eutils versionator rpm
66
67
68 diff --git a/ebuild-writing/using-eclasses/text.xml b/ebuild-writing/using-eclasses/text.xml
69 index b0dba01..83170ee 100644
70 --- a/ebuild-writing/using-eclasses/text.xml
71 +++ b/ebuild-writing/using-eclasses/text.xml
72 @@ -32,9 +32,8 @@ uses four eclasses:
73 </p>
74
75 <codesample lang="ebuild">
76 -# Copyright 1999-2016 Gentoo Foundation
77 +# Copyright 1999-2017 Gentoo Foundation
78 # Distributed under the terms of the GNU General Public License v2
79 -# &#36;Id&#36;
80
81 EAPI=2
82
83
84 diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
85 index 1fe2ec1..1aef0c2 100644
86 --- a/eclass-writing/text.xml
87 +++ b/eclass-writing/text.xml
88 @@ -612,9 +612,8 @@ a single function, <c>domacosapp</c>.
89 </p>
90
91 <codesample lang="ebuild">
92 -# Copyright 1999-2016 Gentoo Foundation
93 +# Copyright 1999-2017 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# &#36;Id&#36;
96
97 # @ECLASS: macosapp.eclass
98 # @MAINTAINER:
99 @@ -700,9 +699,8 @@ something like the following:
100 </p>
101
102 <codesample lang="ebuild">
103 -# Copyright 1999-2016 Gentoo Foundation
104 +# Copyright 1999-2017 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 -# &#36;Id&#36;
107
108 # @ECLASS: jmake.eclass
109 # @MAINTAINER:
110 @@ -762,9 +760,8 @@ for an eclass to invoke die from the global scope. For example:
111 </p>
112
113 <codesample lang="ebuild">
114 -# Copyright 1999-2016 Gentoo Foundation
115 +# Copyright 1999-2017 Gentoo Foundation
116 # Distributed under the terms of the GNU General Public License v2
117 -# &#36;Id&#36;
118
119 # @ECLASS: eapi-die.eclass
120 # @MAINTAINER:
121
122 diff --git a/quickstart/text.xml b/quickstart/text.xml
123 index a6f15d1..1ce4c61 100644
124 --- a/quickstart/text.xml
125 +++ b/quickstart/text.xml
126 @@ -34,9 +34,8 @@ can see real ebuilds in the main tree).
127 </p>
128
129 <codesample lang="ebuild">
130 -# Copyright 1999-2016 Gentoo Foundation
131 +# Copyright 1999-2017 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# &#36;Id&#36;
134
135 EAPI=6
136
137 @@ -205,9 +204,8 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</c>:
138 </p>
139
140 <codesample lang="ebuild">
141 -# Copyright 1999-2016 Gentoo Foundation
142 +# Copyright 1999-2017 Gentoo Foundation
143 # Distributed under the terms of the GNU General Public License v2
144 -# &#36;Id&#36;
145
146 EAPI=5
147
148 @@ -270,9 +268,8 @@ this is done via <c>inherit eutils</c> at the top of the ebuild. Here's
149 </p>
150
151 <codesample lang="ebuild">
152 -# Copyright 1999-2016 Gentoo Foundation
153 +# Copyright 1999-2017 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 -# &#36;Id&#36;
156
157 EAPI=5
158
159 @@ -328,9 +325,8 @@ replacement iconv for <c>libc</c> implementations which don't have their own.
160 </p>
161
162 <codesample lang="ebuild">
163 -# Copyright 1999-2016 Gentoo Foundation
164 +# Copyright 1999-2017 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# &#36;Id&#36;
167
168 EAPI=5
169
170 @@ -372,9 +368,8 @@ Another more complicated example, this time based upon
171 </p>
172
173 <codesample lang="ebuild">
174 -# Copyright 1999-2016 Gentoo Foundation
175 +# Copyright 1999-2017 Gentoo Foundation
176 # Distributed under the terms of the GNU General Public License v2
177 -# &#36;Id&#36;
178
179 EAPI=5