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 /quickstart/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 'quickstart/text.xml')
-rw-r--r--quickstart/text.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/quickstart/text.xml b/quickstart/text.xml
index 561e4cd..e919716 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -34,9 +34,9 @@ can see real ebuilds in the main tree).
</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;
EAPI=5
@@ -206,9 +206,9 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</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;
EAPI=5
@@ -271,9 +271,9 @@ this is done via <c>inherit eutils</c> at the top of the ebuild. Here's
</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;
EAPI=5
@@ -329,9 +329,9 @@ replacement iconv for <c>libc</c> implementations which don't have their own.
</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;
EAPI=5
@@ -373,9 +373,9 @@ Another more complicated example, this time based upon
</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;
EAPI=5