summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 22:26:10 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 22:26:10 -0700
commitc1de71edb35b118c3244c0d9d1b3f97c93d41969 (patch)
tree501a6cb8f77afb1968c158fe93faa06be05c91c0
parentproj/gentoo: Initial commit (diff)
downloadgentoo-c1de71edb35b118c3244c0d9d1b3f97c93d41969.tar.gz
gentoo-c1de71edb35b118c3244c0d9d1b3f97c93d41969.tar.bz2
gentoo-c1de71edb35b118c3244c0d9d1b3f97c93d41969.zip
Update some skeleton file comments to Git instead of CVS.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r--skel.ChangeLog6
-rw-r--r--skel.ebuild2
2 files changed, 4 insertions, 4 deletions
diff --git a/skel.ChangeLog b/skel.ChangeLog
index 8ffbe38bfdb2..cc34d3838476 100644
--- a/skel.ChangeLog
+++ b/skel.ChangeLog
@@ -39,9 +39,9 @@
Every new version or revision of the package should be marked by a '*'
separator line as above to indicate where in the chronology it was first
- added to our CVS tree. Any changes since the last revision, really _any
+ added to our Git tree. Any changes since the last revision, really _any
changes at all_ have to be added to the top of the file, underneath the
- initial copyright and cvs header comments, in exactly the same format as this
+ initial copyright and file header comments, in exactly the same format as this
comment. If you are modifying older ebuilds, simply note them as changed
files and add your entry to the top of the ChangeLog. Resist the temptation
to "organize" your ChangeLog entries by placing them under the "correct" "*"
@@ -55,7 +55,7 @@
of 80 characters. The changed_files can be omitted if they are obvious; for
example, if you are only modifying the .ebuild file and committing a new rev
of a package. Any details about what exactly changed in the code should be
- added as a message when the changes are committed to cvs, not in this file.
+ added as a message when the changes are committed to Git, not in this file.
-- A word regarding credit:
diff --git a/skel.ebuild b/skel.ebuild
index 60038fb6b6d3..7795a5b55fdb 100644
--- a/skel.ebuild
+++ b/skel.ebuild
@@ -8,7 +8,7 @@
# doesn't mean you can't add your own comments though.
# The 'Header' on the third line should just be left alone. When your ebuild
-# will be committed to cvs, the details on that line will be automatically
+# will be committed to git, the details on that line will be automatically
# generated to contain the correct data.
# The EAPI variable tells the ebuild format in use.