summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-08-09 00:27:20 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-08-09 00:27:20 +0000
commit98bde1449cf0d899ce99fef8d89df0bc2ad8a877 (patch)
tree5bcb3e806db16fc4e0438e665b041d7223cad715 /app-text/yudit
parentFixed minor well-formedness flaws. (diff)
downloadgentoo-2-98bde1449cf0d899ce99fef8d89df0bc2ad8a877.tar.gz
gentoo-2-98bde1449cf0d899ce99fef8d89df0bc2ad8a877.tar.bz2
gentoo-2-98bde1449cf0d899ce99fef8d89df0bc2ad8a877.zip
Fixed syntax errors
Diffstat (limited to 'app-text/yudit')
-rw-r--r--app-text/yudit/ChangeLog24
1 files changed, 3 insertions, 21 deletions
diff --git a/app-text/yudit/ChangeLog b/app-text/yudit/ChangeLog
index fdd750f16ce1..bace824c34cd 100644
--- a/app-text/yudit/ChangeLog
+++ b/app-text/yudit/ChangeLog
@@ -1,29 +1,11 @@
-# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
+# ChangeLog for app-text/yudit
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.2 2002/08/02 17:42:50 phoenix Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/yudit/ChangeLog,v 1.3 2002/08/09 00:27:20 karltk Exp $
*yudit-2.6 (14 May 2002)
2 Aug 2002; phoen][x <phoenix@gentoo.org> yudit-2.6.ebuild :
Added KEYWORDS, SLOT.
- 14 May 2002; Grant Goodyear <g2boojum@gentoo.org> :
-
+ 14 May 2002; Grant Goodyear <g2boojum@gentoo.org> yudit-2.6.ebuild files/digest-yudit-2.6 :
New package. Thanks to Nicolas Fugier.
-
--- Explanation of ChangeLog format:
-
- Every new version or revision of the package should be marked by a '*'
- seperator line as above. Changes since the last revision 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 comment.
-
- This means that you start with header line that has the following format,
- indented two spaces:
-
- DD MMM YYYY; your_name <your_email> changed_file1, changed_file2: Your
- explanation should follow. It should be indented and wrapped at a line width
- 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.