aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2017-02-26 17:39:50 +0100
committerUlrich Müller <ulm@gentoo.org>2017-02-28 22:41:03 +0100
commit1b9cba36793d2e841718986932833845fc73ef68 (patch)
treeaea17a5755f9b32b005e364c46b78ac88028078d /eclass-writing/text.xml
parentebuild-writing: The ebuild header doesn't have an $Id$ line any more. (diff)
downloaddevmanual-1b9cba36793d2e841718986932833845fc73ef68.tar.gz
devmanual-1b9cba36793d2e841718986932833845fc73ef68.tar.bz2
devmanual-1b9cba36793d2e841718986932833845fc73ef68.zip
Remove CVS $Id$ lines from all ebuild examples.
Diffstat (limited to 'eclass-writing/text.xml')
-rw-r--r--eclass-writing/text.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/eclass-writing/text.xml b/eclass-writing/text.xml
index 1fe2ec1..1aef0c2 100644
--- a/eclass-writing/text.xml
+++ b/eclass-writing/text.xml
@@ -612,9 +612,8 @@ a single function, <c>domacosapp</c>.
</p>
<codesample lang="ebuild">
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# &#36;Id&#36;
# @ECLASS: macosapp.eclass
# @MAINTAINER:
@@ -700,9 +699,8 @@ something like the following:
</p>
<codesample lang="ebuild">
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# &#36;Id&#36;
# @ECLASS: jmake.eclass
# @MAINTAINER:
@@ -762,9 +760,8 @@ for an eclass to invoke die from the global scope. For example:
</p>
<codesample lang="ebuild">
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# &#36;Id&#36;
# @ECLASS: eapi-die.eclass
# @MAINTAINER: