summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-shells/bash-completion/ChangeLog5
-rw-r--r--app-shells/bash-completion/bash-completion-20020624.ebuild3
-rw-r--r--app-shells/ccsh/ChangeLog5
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r2.ebuild4
-rw-r--r--app-shells/esh/ChangeLog8
-rw-r--r--app-shells/esh/esh-0.8-r2.ebuild4
-rw-r--r--app-shells/esh/esh-0.8.5.ebuild4
-rw-r--r--app-shells/pdksh/ChangeLog8
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r3.ebuild5
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r4.ebuild5
-rw-r--r--app-shells/sash/ChangeLog13
-rw-r--r--app-shells/sash/sash-3.4-r3.ebuild4
-rw-r--r--app-shells/sash/sash-3.4-r4.ebuild4
-rw-r--r--app-shells/sash/sash-3.4-r5.ebuild4
-rw-r--r--app-shells/zsh/ChangeLog5
-rw-r--r--app-shells/zsh/zsh-4.0.4-r2.ebuild3
16 files changed, 68 insertions, 16 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index 335c81f6ba4a..885908028eb5 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,10 +1,13 @@
# ChangeLog for app-shells/bash-completion
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.10 2002/07/05 11:31:16 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.11 2002/07/25 15:39:00 aliz Exp $
5 Jul 2002; Seemant Kulleen <seemant@gentoo.org>
bash-completion-20020624.ebuild :
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> bash-completion-20020624.ebuild :
+ Added KEYWORDS.
+
typo fix in S= assignment. Closes bug #4564 by yurkjes@iit.edu
24 Jun 2002; Thilo Bangert <bangert@gentoo.org> bash-completion-20020624.ebuild :
diff --git a/app-shells/bash-completion/bash-completion-20020624.ebuild b/app-shells/bash-completion/bash-completion-20020624.ebuild
index ecf0a9fffdea..c43440ae5f7d 100644
--- a/app-shells/bash-completion/bash-completion-20020624.ebuild
+++ b/app-shells/bash-completion/bash-completion-20020624.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.5 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.6 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${PN/-/_}
DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)."
SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2"
HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion"
+KEYWORDS="x86"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-shells/ccsh/ChangeLog b/app-shells/ccsh/ChangeLog
index a3c7d4ce84c0..f3c40f36a30b 100644
--- a/app-shells/ccsh/ChangeLog
+++ b/app-shells/ccsh/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-shells/ccsh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.1 2002/02/01 21:53:09 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ChangeLog,v 1.2 2002/07/25 15:39:00 aliz Exp $
*ccsh-0.0.4-r2 (1 Feb 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> ccsh-0.0.4-r2.ebuild :
+ Added KEYWORDS, SLOT.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild
index 4259e6e08188..984a8fe870fb 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild
@@ -1,11 +1,13 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.4 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.5 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="UNIX Shell for people already familiar with the C language"
SRC_URI="http://download.sourceforge.net/ccsh/${P}.tar.gz"
HOMEPAGE="http://ccsh.sourceforge.net"
+KEYWORDS="x86"
+SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc"
diff --git a/app-shells/esh/ChangeLog b/app-shells/esh/ChangeLog
index 80f42d541409..556b64bd25f7 100644
--- a/app-shells/esh/ChangeLog
+++ b/app-shells/esh/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-shells/esh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.2 2002/04/27 08:09:26 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/ChangeLog,v 1.3 2002/07/25 15:39:00 aliz Exp $
*esh-0.8.5 (26 Apr 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> esh-0.8.5.ebuild :
+ Added KEYWORDS, SLOT.
+
26 Apr 2002; Seemant Kulleen <seemant@gentoo.org> esh-0.8.5.ebuild
files/digest-esh-0.8.5 :
@@ -11,6 +14,9 @@
*esh-0.8-r2 (1 Feb 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> esh-0.8-r2.ebuild :
+ Added KEYWORDS, SLOT.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/app-shells/esh/esh-0.8-r2.ebuild b/app-shells/esh/esh-0.8-r2.ebuild
index d6f55cf9a464..07324862061d 100644
--- a/app-shells/esh/esh-0.8-r2.ebuild
+++ b/app-shells/esh/esh-0.8-r2.ebuild
@@ -1,11 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.7 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.8 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/esh
DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
SRC_URI="http://esh.netpedia.net/${P}.tar.gz"
HOMEPAGE="http://esh.netpedia.net/"
+KEYWORDS="x86"
+SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc
diff --git a/app-shells/esh/esh-0.8.5.ebuild b/app-shells/esh/esh-0.8.5.ebuild
index 5ffdb90322b8..33d5217334fd 100644
--- a/app-shells/esh/esh-0.8.5.ebuild
+++ b/app-shells/esh/esh-0.8.5.ebuild
@@ -1,11 +1,13 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.3 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8.5.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/esh
DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
SRC_URI="http://slon.ttk.ru/esh/${P}.tar.gz"
HOMEPAGE="http://slon.ttk.ru/esh/"
+KEYWORDS="x86"
+SLOT="0"
LICENSE="GPL-2"
DEPEND="virtual/glibc
diff --git a/app-shells/pdksh/ChangeLog b/app-shells/pdksh/ChangeLog
index 4ee22d086c6b..fd42a4d19ce9 100644
--- a/app-shells/pdksh/ChangeLog
+++ b/app-shells/pdksh/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-shells/pdksh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.3 2002/04/14 04:41:57 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/ChangeLog,v 1.4 2002/07/25 15:39:00 aliz Exp $
*pdksh-5.2.14-r4 (13 Apr 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> pdksh-5.2.14-r4.ebuild :
+ Added LICENSE, KEYWORDS, SLOT.
+
13 Apr 2002; Seemant Kulleen <seemant@gentoo.org> pdksh-5.2.14-r4.ebuild :
Updated ebuild syntax from try to || die and removed the CHOST business from
@@ -17,6 +20,9 @@
*pdksh-5.2.14-r3 (1 Feb 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> pdksh-5.2.14-r3.ebuild :
+ Added LICENSE, KEYWORDS, SLOT.
+
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
Added initial ChangeLog which should be updated whenever the package is
diff --git a/app-shells/pdksh/pdksh-5.2.14-r3.ebuild b/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
index e4a5f0d310fc..8966a8c48864 100644
--- a/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
+++ b/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r3.ebuild,v 1.3 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r3.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The Public Domain Korn Shell"
SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz
ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1"
HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/"
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="as-is"
DEPEND=">=sys-libs/glibc-2.1.3"
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
index 6749efbcd035..492486adc9d6 100644
--- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
+++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
@@ -1,12 +1,15 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.3 2002/07/11 06:30:18 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="The Public Domain Korn Shell"
SRC_URI="ftp://ftp.cs.mun.ca/pub/pdksh/${P}.tar.gz
ftp://ftp.cs.mun.ca/pub/pdksh/${P}-patches.1"
HOMEPAGE="http://ww.cs.mun.ca/~michael/pdksh/"
+KEYWORDS="x86"
+SLOT="0"
+LICENSE="as-is"
DEPEND=">=sys-libs/glibc-2.1.3"
diff --git a/app-shells/sash/ChangeLog b/app-shells/sash/ChangeLog
index 3c4ae5d6ee5a..84289300dbdd 100644
--- a/app-shells/sash/ChangeLog
+++ b/app-shells/sash/ChangeLog
@@ -1,9 +1,17 @@
# ChangeLog for app-shells/sash
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.4 2002/07/16 03:07:04 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/ChangeLog,v 1.5 2002/07/25 15:39:00 aliz Exp $
+
+*sash-3.4-r3.ebuild (25 July 2002)
+
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> sash-3.4-r3.ebuild :
+ Added LICENSE, SLOT.
*sash-3.4-r5 (14 Mar 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> sash-3.4-r5.ebuild :
+ Added LICENSE, SLOT.
+
15 Jul 2002; Owen Stampflee <owen@gentoo.org> :
Added KEYWORDS.
@@ -14,6 +22,9 @@
*sash-3.4-r4 (8 Mar 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> sash-3.4-r4.ebuild :
+ Added LICENSE, SLOT.
+
8 Mar 2002; Bruce A. Locke <blocke@shivan.org> sash-3.4-r4.ebuild:
sash is always static now... previous versions were only built statically
diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild
index 898006e59d29..8c0bf794e9c4 100644
--- a/app-shells/sash/sash-3.4-r3.ebuild
+++ b/app-shells/sash/sash-3.4-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.7 2002/07/16 03:07:04 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.8 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small UNIX Shell with readline suppport"
@@ -15,6 +15,8 @@ RDEPEND=""
fi
HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/"
+SLOT="0"
+LICENSE="Freeware"
KEYWORDS="x86 ppc"
diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild
index 801886e6b5d6..6d7211ab2ec3 100644
--- a/app-shells/sash/sash-3.4-r4.ebuild
+++ b/app-shells/sash/sash-3.4-r4.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.3 2002/07/16 03:07:04 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small static UNIX Shell with readline suppport"
SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz
http://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz"
HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/"
+SLOT="0"
+LICENSE="Freeware"
DEPEND="virtual/glibc
>=sys-libs/zlib-1.1.3
diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild
index 4b99385145fe..4479cc0bc82a 100644
--- a/app-shells/sash/sash-3.4-r5.ebuild
+++ b/app-shells/sash/sash-3.4-r5.ebuild
@@ -1,12 +1,14 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.3 2002/07/16 03:07:04 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.4 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small static UNIX Shell with readline suppport"
SRC_URI="http://www.canb.auug.org.au/~dbell/programs/${P}.tar.gz
http://dimavb.st.simbirsk.su/vlk/sash-3.x-readline.diff.gz"
HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/"
+SLOT="0"
+LICENSE="Freeware"
DEPEND="virtual/glibc
>=sys-libs/zlib-1.1.4
diff --git a/app-shells/zsh/ChangeLog b/app-shells/zsh/ChangeLog
index 20b86d1eada1..e6dd54bf8b51 100644
--- a/app-shells/zsh/ChangeLog
+++ b/app-shells/zsh/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for app-shells/zsh
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.5 2002/07/16 03:15:50 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/ChangeLog,v 1.6 2002/07/25 15:39:00 aliz Exp $
*zsh-4.0.4-r2 (3 Mar 2002)
+ 25 Jul 2002; Daniel Ahlberg <aliz@gentoo.org> zsh-4.0.4-r2.ebuild :
+ Added SLOT.
+
15 Jul 2002; Owen Stampflee <owen@gentoo.org> :
Added KEYWORDS.
diff --git a/app-shells/zsh/zsh-4.0.4-r2.ebuild b/app-shells/zsh/zsh-4.0.4-r2.ebuild
index eb9ecb3b85ad..80e4a3cc11d2 100644
--- a/app-shells/zsh/zsh-4.0.4-r2.ebuild
+++ b/app-shells/zsh/zsh-4.0.4-r2.ebuild
@@ -1,13 +1,14 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# This ebuild by Parag Mehta <pm@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.4-r2.ebuild,v 1.4 2002/07/16 03:15:50 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.4-r2.ebuild,v 1.5 2002/07/25 15:39:00 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="UNIX Shell similar to the Korn shell"
SRC_URI="ftp://ftp.zsh.org/pub/${P}.tar.gz"
HOMEPAGE="www.zsh.org/"
+SLOT="0"
LICENSE="ZSH"
DEPEND="virtual/glibc