aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2016-04-02 10:38:08 +0200
committerUlrich Müller <ulm@gentoo.org>2016-04-02 10:38:08 +0200
commit3d3e03c8f83de3b9fde8589c995d0f70c641556b (patch)
tree91322d68b64315838065f9325155091623336546 /eclass-writing/text.xml
parentMakefile: construct the full dependency tree instead of pattern matching (diff)
downloaddevmanual-3d3e03c8f83de3b9fde8589c995d0f70c641556b.tar.gz
devmanual-3d3e03c8f83de3b9fde8589c995d0f70c641556b.tar.bz2
devmanual-3d3e03c8f83de3b9fde8589c995d0f70c641556b.zip
Update years in example ebuild and eclass headers.
Also escape any VCS keywords that could potentially be expanded.
Diffstat (limited to 'eclass-writing/text.xml')
-rw-r--r--eclass-writing/text.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 63aaf9c..1a115b1 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -176,9 +176,9 @@ a single function, <c>domacosapp</c>.
</p>
<codesample lang="ebuild">
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# &#36;Id&#36;
#
# Original Author: Ciaran McCreesh &lt;ciaranm@gentoo.org&gt;
@@ -263,9 +263,9 @@ something like the following:
</p>
<codesample lang="ebuild">
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# &#36;Id&#36;
# Original Author: Ciaran McCreesh &lt;ciaranm@gentoo.org&gt;
# Purpose: Demonstration of EXPORT_FUNCTIONS. Defines simple wrappers for the
@@ -306,9 +306,9 @@ for an eclass to invoke die from the global scope. For example:
</p>
<codesample lang="ebuild">
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id$
+# &#36;Id&#36;
# Purpose: Demonstration of die upon invalid EAPI usage.