summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Thibaut <murphy@gentoo.org>2002-08-16 02:37:45 +0000
committerMaarten Thibaut <murphy@gentoo.org>2002-08-16 02:37:45 +0000
commitf1f8b05af32f0dc39f481a028ebd53c1629950f7 (patch)
tree7243a326066306a916eb07c323c6cc159d491bd9 /app-shells
parentAdding sparc/sparc64 keywords (diff)
downloadhistorical-f1f8b05af32f0dc39f481a028ebd53c1629950f7.tar.gz
historical-f1f8b05af32f0dc39f481a028ebd53c1629950f7.tar.bz2
historical-f1f8b05af32f0dc39f481a028ebd53c1629950f7.zip
Adding sparc/sparc64 keywords
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/bash-completion-20020624.ebuild4
-rw-r--r--app-shells/bash-completion/bash-completion-20020727.ebuild4
-rw-r--r--app-shells/bash-completion/bash-completion-20020812.ebuild4
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r2.ebuild4
-rw-r--r--app-shells/esh/esh-0.8-r2.ebuild4
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r3.ebuild4
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r4.ebuild4
-rw-r--r--app-shells/psh/psh-0.009-r1.ebuild4
-rw-r--r--app-shells/psh/psh-0.009-r2.ebuild4
-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/scsh/scsh-0.6.1-r1.ebuild4
-rw-r--r--app-shells/tcsh/tcsh-6.10-r3.ebuild4
-rw-r--r--app-shells/tcsh/tcsh-6.11.ebuild4
-rw-r--r--app-shells/zsh/zsh-4.0.4-r2.ebuild4
-rw-r--r--app-shells/zsh/zsh-4.0.5.ebuild4
17 files changed, 34 insertions, 34 deletions
diff --git a/app-shells/bash-completion/bash-completion-20020624.ebuild b/app-shells/bash-completion/bash-completion-20020624.ebuild
index 18d9447897bc..e62595fcf639 100644
--- a/app-shells/bash-completion/bash-completion-20020624.ebuild
+++ b/app-shells/bash-completion/bash-completion-20020624.ebuild
@@ -1,13 +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.8 2002/07/29 02:28:09 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020624.ebuild,v 1.9 2002/08/16 02:37:45 murphy 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 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-shells/bash-completion/bash-completion-20020727.ebuild b/app-shells/bash-completion/bash-completion-20020727.ebuild
index 11742b7a976d..412208e172ed 100644
--- a/app-shells/bash-completion/bash-completion-20020727.ebuild
+++ b/app-shells/bash-completion/bash-completion-20020727.ebuild
@@ -1,13 +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-20020727.ebuild,v 1.2 2002/07/29 02:28:09 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020727.ebuild,v 1.3 2002/08/16 02:37:45 murphy 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 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-shells/bash-completion/bash-completion-20020812.ebuild b/app-shells/bash-completion/bash-completion-20020812.ebuild
index a6e8d3f5594d..557d01340012 100644
--- a/app-shells/bash-completion/bash-completion-20020812.ebuild
+++ b/app-shells/bash-completion/bash-completion-20020812.ebuild
@@ -1,13 +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-20020812.ebuild,v 1.2 2002/08/14 11:54:43 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020812.ebuild,v 1.3 2002/08/16 02:37:45 murphy 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 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild
index 6770de24d667..5e74e78fde02 100644
--- a/app-shells/ccsh/ccsh-0.0.4-r2.ebuild
+++ b/app-shells/ccsh/ccsh-0.0.4-r2.ebuild
@@ -1,12 +1,12 @@
# 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/ccsh/ccsh-0.0.4-r2.ebuild,v 1.6 2002/07/29 02:49:46 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r2.ebuild,v 1.7 2002/08/16 02:37:45 murphy 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 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
SLOT="0"
LICENSE="GPL-2"
diff --git a/app-shells/esh/esh-0.8-r2.ebuild b/app-shells/esh/esh-0.8-r2.ebuild
index 07324862061d..25b438181056 100644
--- a/app-shells/esh/esh-0.8-r2.ebuild
+++ b/app-shells/esh/esh-0.8-r2.ebuild
@@ -1,12 +1,12 @@
# 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.8 2002/07/25 15:39:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r2.ebuild,v 1.9 2002/08/16 02:37:45 murphy 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"
+KEYWORDS="x86 sparc sparc64"
SLOT="0"
LICENSE="GPL-2"
diff --git a/app-shells/pdksh/pdksh-5.2.14-r3.ebuild b/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
index 2cbba842168f..7797bce9bb8c 100644
--- a/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
+++ b/app-shells/pdksh/pdksh-5.2.14-r3.ebuild
@@ -1,13 +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/pdksh/pdksh-5.2.14-r3.ebuild,v 1.6 2002/07/29 02:24:21 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r3.ebuild,v 1.7 2002/08/16 02:37:45 murphy 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 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
SLOT="0"
LICENSE="as-is"
diff --git a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
index d1fd68e56eb2..e2dd3a630cba 100644
--- a/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
+++ b/app-shells/pdksh/pdksh-5.2.14-r4.ebuild
@@ -1,13 +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/pdksh/pdksh-5.2.14-r4.ebuild,v 1.5 2002/07/29 02:24:21 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r4.ebuild,v 1.6 2002/08/16 02:37:45 murphy 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 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
SLOT="0"
LICENSE="as-is"
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild
index 137fb3a47183..2beb459cd0e3 100644
--- a/app-shells/psh/psh-0.009-r1.ebuild
+++ b/app-shells/psh/psh-0.009-r1.ebuild
@@ -1,13 +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/psh/psh-0.009-r1.ebuild,v 1.5 2002/08/01 11:58:59 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.6 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
LICENSE="Artistic | GPL-2"
-KEYWORDS="x86"
+KEYWORDS="x86 sparc sparc64"
SLOT="0"
DEPEND=">=sys-devel/perl-5"
diff --git a/app-shells/psh/psh-0.009-r2.ebuild b/app-shells/psh/psh-0.009-r2.ebuild
index a999dd6c4656..091cd5f83223 100644
--- a/app-shells/psh/psh-0.009-r2.ebuild
+++ b/app-shells/psh/psh-0.009-r2.ebuild
@@ -1,6 +1,6 @@
# 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/psh/psh-0.009-r2.ebuild,v 1.2 2002/07/29 03:46:35 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.3 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
@@ -8,7 +8,7 @@ SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
LICENSE="Artistic | GPL-2"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
DEPEND=">=sys-devel/perl-5"
RDEPEND="${DEPEND}"
diff --git a/app-shells/sash/sash-3.4-r3.ebuild b/app-shells/sash/sash-3.4-r3.ebuild
index 62bfdbed7e6d..c83f92f8ba59 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-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-r3.ebuild,v 1.9 2002/07/25 15:44:04 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r3.ebuild,v 1.10 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small UNIX Shell with readline suppport"
@@ -18,7 +18,7 @@ HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/"
SLOT="0"
LICENSE="Freeware"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/app-shells/sash/sash-3.4-r4.ebuild b/app-shells/sash/sash-3.4-r4.ebuild
index 6d7211ab2ec3..b8c90fb22625 100644
--- a/app-shells/sash/sash-3.4-r4.ebuild
+++ b/app-shells/sash/sash-3.4-r4.ebuild
@@ -1,6 +1,6 @@
# 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.4 2002/07/25 15:39:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r4.ebuild,v 1.5 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small static UNIX Shell with readline suppport"
@@ -15,7 +15,7 @@ DEPEND="virtual/glibc
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )"
RDEPEND=""
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_unpack() {
unpack ${P}.tar.gz
cd ${S}
diff --git a/app-shells/sash/sash-3.4-r5.ebuild b/app-shells/sash/sash-3.4-r5.ebuild
index 4479cc0bc82a..c473eaad28ef 100644
--- a/app-shells/sash/sash-3.4-r5.ebuild
+++ b/app-shells/sash/sash-3.4-r5.ebuild
@@ -1,6 +1,6 @@
# 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.4 2002/07/25 15:39:00 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r5.ebuild,v 1.5 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A small static UNIX Shell with readline suppport"
@@ -15,7 +15,7 @@ DEPEND="virtual/glibc
readline? ( >=sys-libs/readline-4.1 >=sys-libs/ncurses-5.2 )"
RDEPEND=""
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_unpack() {
unpack ${P}.tar.gz
diff --git a/app-shells/scsh/scsh-0.6.1-r1.ebuild b/app-shells/scsh/scsh-0.6.1-r1.ebuild
index bb254c6b1504..49f579d6e1dc 100644
--- a/app-shells/scsh/scsh-0.6.1-r1.ebuild
+++ b/app-shells/scsh/scsh-0.6.1-r1.ebuild
@@ -1,6 +1,6 @@
# 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/scsh/scsh-0.6.1-r1.ebuild,v 1.5 2002/07/29 02:36:13 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.1-r1.ebuild,v 1.6 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Scsh is a Unix shell embedded in Scheme"
@@ -9,7 +9,7 @@ HOMEPAGE="http://www.scsh.net/"
SLOT="0"
LICENSE="as-is | BSD | GPL"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
DEPEND="virtual/glibc"
RDEPEND="${DEPEND}"
diff --git a/app-shells/tcsh/tcsh-6.10-r3.ebuild b/app-shells/tcsh/tcsh-6.10-r3.ebuild
index d3a8c2880753..635824eb3225 100644
--- a/app-shells/tcsh/tcsh-6.10-r3.ebuild
+++ b/app-shells/tcsh/tcsh-6.10-r3.ebuild
@@ -1,6 +1,6 @@
# 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/tcsh/tcsh-6.10-r3.ebuild,v 1.3 2002/07/16 03:12:06 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10-r3.ebuild,v 1.4 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}.00
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
@@ -11,7 +11,7 @@ DEPEND="virtual/glibc
perl? ( sys-devel/perl )"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
LICENSE="BSD"
src_unpack() {
diff --git a/app-shells/tcsh/tcsh-6.11.ebuild b/app-shells/tcsh/tcsh-6.11.ebuild
index 21d25d1d3eda..772ebb47a23a 100644
--- a/app-shells/tcsh/tcsh-6.11.ebuild
+++ b/app-shells/tcsh/tcsh-6.11.ebuild
@@ -1,6 +1,6 @@
# 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/tcsh/tcsh-6.11.ebuild,v 1.2 2002/07/16 03:12:06 owen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.11.ebuild,v 1.3 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}.00
DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
@@ -14,7 +14,7 @@ HOMEPAGE="http://www.tcsh.org/"
SLOT="0"
LICENSE="BSD"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_unpack() {
unpack ${A}
diff --git a/app-shells/zsh/zsh-4.0.4-r2.ebuild b/app-shells/zsh/zsh-4.0.4-r2.ebuild
index 2b0627aafc75..e0e8a2afea70 100644
--- a/app-shells/zsh/zsh-4.0.4-r2.ebuild
+++ b/app-shells/zsh/zsh-4.0.4-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 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.6 2002/08/01 11:58:59 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.4-r2.ebuild,v 1.7 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
@@ -14,7 +14,7 @@ LICENSE="ZSH"
DEPEND="virtual/glibc
>=sys-libs/ncurses-5.1"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_compile() {
./configure --prefix=/ --host=${CHOST} \
diff --git a/app-shells/zsh/zsh-4.0.5.ebuild b/app-shells/zsh/zsh-4.0.5.ebuild
index 0a04f05d85fc..1adc29f98b20 100644
--- a/app-shells/zsh/zsh-4.0.5.ebuild
+++ b/app-shells/zsh/zsh-4.0.5.ebuild
@@ -1,6 +1,6 @@
# 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/zsh/zsh-4.0.5.ebuild,v 1.1 2002/08/12 18:15:10 cselkirk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-4.0.5.ebuild,v 1.2 2002/08/16 02:37:45 murphy Exp $
S=${WORKDIR}/${P}
@@ -15,7 +15,7 @@ DEPEND="virtual/glibc
RDEPEND="${DEPEND}"
-KEYWORDS="x86 ppc"
+KEYWORDS="x86 ppc sparc sparc64"
src_compile() {
./configure --prefix=/usr --host=${CHOST} \