diff options
author | Ulrich Müller <ulm@gentoo.org> | 2017-02-26 17:39:50 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2017-02-28 22:41:03 +0100 |
commit | 1b9cba36793d2e841718986932833845fc73ef68 (patch) | |
tree | aea17a5755f9b32b005e364c46b78ac88028078d /quickstart/text.xml | |
parent | ebuild-writing: The ebuild header doesn't have an $Id$ line any more. (diff) | |
download | devmanual-1b9cba36793d2e841718986932833845fc73ef68.tar.gz devmanual-1b9cba36793d2e841718986932833845fc73ef68.tar.bz2 devmanual-1b9cba36793d2e841718986932833845fc73ef68.zip |
Remove CVS $Id$ lines from all ebuild examples.
Diffstat (limited to 'quickstart/text.xml')
-rw-r--r-- | quickstart/text.xml | 15 |
1 files changed, 5 insertions, 10 deletions
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 -# $Id$ 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 -# $Id$ 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 -# $Id$ 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 -# $Id$ 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 -# $Id$ EAPI=5 |