diff options
author | 2002-05-30 01:54:49 +0000 | |
---|---|---|
committer | 2002-05-30 01:54:49 +0000 | |
commit | 03e0e45cf6d2f4966a2475f83a73ff110c5fa2cf (patch) | |
tree | c4db7b96acbcf0c512ea5e183d8e983ab6025ac2 | |
parent | and the ebuild as well (diff) | |
download | historical-03e0e45cf6d2f4966a2475f83a73ff110c5fa2cf.tar.gz historical-03e0e45cf6d2f4966a2475f83a73ff110c5fa2cf.tar.bz2 historical-03e0e45cf6d2f4966a2475f83a73ff110c5fa2cf.zip |
Added -ko to prevent $Header: $ expansion so users don't have to remember
to change it back when createing an ebuild.
-rw-r--r-- | header.txt | 2 | ||||
-rw-r--r-- | skel.ChangeLog | 2 | ||||
-rw-r--r-- | skel.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/header.txt b/header.txt index b461f03b3d2e..374b5cea0b33 100644 --- a/header.txt +++ b/header.txt @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author First Last <flast@gentoo.org> -# $Header: /home/cvsroot/gentoo-x86/header.txt,v 1.3 2000/07/31 03:09:42 drobbins Exp $ +# $Header: $ diff --git a/skel.ChangeLog b/skel.ChangeLog index fbb74725e4c9..6c18e9accda4 100644 --- a/skel.ChangeLog +++ b/skel.ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for <CATEGORY>/<PACKAGE_NAME> # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /home/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2002/02/05 00:57:47 gbevin Exp $ +# $Header: $ *<PACKAGE_NAME>-<PACKAGE_VERSION>-<PACKAGE_RELEASE> (DD MMM YYYY) diff --git a/skel.ebuild b/skel.ebuild index 02c00bccad9f..6652a8772a10 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /home/cvsroot/gentoo-x86/skel.ebuild,v 1.6 2002/05/07 03:58:19 drobbins Exp $ +# $Header: $ # NOTE: The comments in this file are for instruction and documentation. # They're not meant to appear with your final, production ebuild. Please |