summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2002-08-09 00:33:51 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2002-08-09 00:33:51 +0000
commit4e8cfffa30de38d947ef4be54893958323be38b8 (patch)
tree2b38c7dda98387a1f5ec011b7d64cfa114bf9656 /app-misc
parentmade better (diff)
downloadgentoo-2-4e8cfffa30de38d947ef4be54893958323be38b8.tar.gz
gentoo-2-4e8cfffa30de38d947ef4be54893958323be38b8.tar.bz2
gentoo-2-4e8cfffa30de38d947ef4be54893958323be38b8.zip
Fixed syntax errors
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/linux_logo/ChangeLog6
-rw-r--r--app-misc/screen/ChangeLog32
2 files changed, 17 insertions, 21 deletions
diff --git a/app-misc/linux_logo/ChangeLog b/app-misc/linux_logo/ChangeLog
index ca662d791258..1e7bb29eea0e 100644
--- a/app-misc/linux_logo/ChangeLog
+++ b/app-misc/linux_logo/ChangeLog
@@ -1,14 +1,14 @@
# ChangeLog for app-misc/linux_logo
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/linux_logo/ChangeLog,v 1.3 2002/08/09 00:32:41 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/linux_logo/ChangeLog,v 1.4 2002/08/09 00:33:51 karltk Exp $
*linux_logo-4.02 (04 Jun 2002)
24 Jul 2002; Seemant Kulleen <seemant@gentoo.org> linux_logo-4.02.ebuild :
- Now installs into the live filesystem, instead of into ${D}. Thanks to:
+ Now installs into the live filesystem, instead of into ${D}. Thanks to
theim@umd.umich.edu (Todd Heim) in bug #5511.
04 Jun 2002; J.Alberto Suárez L. <bass@gentoo.org> linux_logo-4.02.ebuild:
- First relase.
+ First relase. Ebuild submitted by Harri Hautakangas <harri@hautakangas.com>.
diff --git a/app-misc/screen/ChangeLog b/app-misc/screen/ChangeLog
index 718a98368a7c..55c56a1dd32b 100644
--- a/app-misc/screen/ChangeLog
+++ b/app-misc/screen/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for app-misc/screen
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.8 2002/08/03 16:15:09 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/ChangeLog,v 1.9 2002/08/09 00:29:49 karltk Exp $
*screen-3.9.11-r3 (27 Jul 2002)
@@ -8,42 +8,42 @@
Added ppc to KEYWORDS.
- 27 Jul 2002; Michael M Nazaroff <naz@gentoo.org> screen-3.9.11-r3.ebuild
+ 27 Jul 2002; Michael M Nazaroff <naz@gentoo.org> screen-3.9.11-r3.ebuild :
Small typo fix.. /dev/ptys/* in ebuild instead of /dev/pty/*. Don't think
needs revision bump.
*screen-3.9.11-r3 (3 Jun 2002)
- 16 Jun 2002; Michael M Nazaroff <naz@gentoo.org> screen-3.9.11-r3.ebuild
+ 16 Jun 2002; Michael M Nazaroff <naz@gentoo.org> screen-3.9.11-r3.ebuild :
Added in sandbox_predict to help correct a sandbox violation trying to test
- /dev/pty/* , this should take care of the issue.
+ /dev/pty/* , this should take care of the issue.
*screen-3.9.11-r3 (3 Jun 2002)
- 3 Jun 2002; Michael M Nazaroff <naz@gentoo.org> screen-3.9.11-r3.ebuild
+ 3 Jun 2002; Michael M Nazaroff <naz@gentoo.org> screen-3.9.11-r3.ebuild :
- Added in sandbox_predict to help correct a sandbox violation trying to test
- /dev/pty/s0, this should take care of the issue.
+ Added in sandbox_predict to help correct a sandbox violation trying to test
+ /dev/pty/s0, this should take care of the issue.
*screen-3.9.11-r2 (7 Mar 2002)
- 7 Mar 2002; Jared H. Hudson <jhhudso@gentoo.org> screen-3.9.11-r2.ebuild
+ 7 Mar 2002; Jared H. Hudson <jhhudso@gentoo.org> screen-3.9.11-r2.ebuild :
Removed sandbox file (addwrite /dev/vc) since it is no longer necessary
with portage-1.8.18
-
+
*screen-3.9.11-r1 (6 Mar 2002)
- 6 Mar 2002; Jared H. Hudson <jhhudso@gentoo.org> screen-3.9.11-r1.ebuild
+ 6 Mar 2002; Jared H. Hudson <jhhudso@gentoo.org> screen-3.9.11-r1.ebuild :
Fixed sandbox error where configure attempts to write to tty
to see if it has permissions to.
-
+
*screen-3.9.11 (21 Mar 2002)
- 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> screen-3.9.11.ebuild
+ 21 Mar 2002; Seemant Kulleen <seemant@gentoo.org> screen-3.9.11.ebuild :
Version upgrade patch submitted by Matthew Kennedy -- this renders the texi
patch from the older version unnecessary, and adds missing documentation
@@ -52,9 +52,5 @@
*screen-3.9.9 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
+
+ Added initial ChangeLog.