commit:     1b9cba36793d2e841718986932833845fc73ef68
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 16:39:50 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 21:41:03 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1b9cba36

Remove CVS $Id$ lines from all ebuild examples.

 ebuild-writing/eapi/text.xml                             |  7 ++-----
 ebuild-writing/functions/src_unpack/rpm-sources/text.xml |  3 +--
 ebuild-writing/using-eclasses/text.xml                   |  3 +--
 eclass-writing/text.xml                                  |  9 +++------
 quickstart/text.xml                                      | 15 +++++----------
 5 files changed, 12 insertions(+), 25 deletions(-)

diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
index 6a5de05..a02b5a6 100644
--- a/ebuild-writing/eapi/text.xml
+++ b/ebuild-writing/eapi/text.xml
@@ -44,7 +44,6 @@ Most developers prefer to set the EAPI version without 
quotes. However, the PMS
 <codesample lang="ebuild">
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# &#36;Id&#36;
 
 EAPI=6
 </codesample>
@@ -118,9 +117,8 @@ src_compile() {
                </important>
 
                <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;
 
 EAPI=1
 
@@ -513,9 +511,8 @@ DEPEND="
                </p>
                <p>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;
 
 EAPI=4
 inherit linux-info

diff --git a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml 
b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
index 0046e20..f082aca 100644
--- a/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
+++ b/ebuild-writing/functions/src_unpack/rpm-sources/text.xml
@@ -52,9 +52,8 @@ patches. The filename should be 
<c>suse-fetchmail-6.2.5.54.1.ebuild</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;
 
 inherit eutils versionator rpm
 

diff --git a/ebuild-writing/using-eclasses/text.xml 
b/ebuild-writing/using-eclasses/text.xml
index b0dba01..83170ee 100644
--- a/ebuild-writing/using-eclasses/text.xml
+++ b/ebuild-writing/using-eclasses/text.xml
@@ -32,9 +32,8 @@ uses four eclasses:
 </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;
 
 EAPI=2
 

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:

diff --git a/quickstart/text.xml b/quickstart/text.xml
index a6f15d1..1ce4c61 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -34,9 +34,8 @@ can see real ebuilds in the main tree).
 </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;
 
 EAPI=6
 
@@ -205,9 +204,8 @@ Here's <c>app-misc/detox/detox-1.1.1.ebuild</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;
 
 EAPI=5
 
@@ -270,9 +268,8 @@ this is done via <c>inherit eutils</c> at the top of the 
ebuild. Here's
 </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;
 
 EAPI=5
 
@@ -328,9 +325,8 @@ replacement iconv for <c>libc</c> implementations which 
don't have their own.
 </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;
 
 EAPI=5
 
@@ -372,9 +368,8 @@ Another more complicated example, this time based upon
 </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;
 
 EAPI=5
 

Reply via email to