summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:25:11 +0000
commite3b270271258e0e61c3c4cc7939d24cc798f0a32 (patch)
treeea3571a7c6739bde646e3336a1cb8edee2bf06b8 /app-shells
parentCleanup (diff)
downloadgentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.gz
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.tar.bz2
gentoo-2-e3b270271258e0e61c3c4cc7939d24cc798f0a32.zip
Cleanup
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/ccsh/ccsh-0.0.4-r1.ebuild33
-rw-r--r--app-shells/ccsh/files/digest-ccsh-0.0.4-r11
-rw-r--r--app-shells/esh/esh-0.8-r1.ebuild43
-rw-r--r--app-shells/esh/files/digest-esh-0.8-r11
-rw-r--r--app-shells/pdksh/files/digest-pdksh-5.2.14-r22
-rw-r--r--app-shells/pdksh/pdksh-5.2.14-r2.ebuild43
-rw-r--r--app-shells/psh/files/digest-psh-0.008-r11
-rw-r--r--app-shells/psh/psh-0.008-r1.ebuild34
-rw-r--r--app-shells/sash/files/digest-sash-3.4-r22
-rw-r--r--app-shells/sash/sash-3.4-r2.ebuild50
-rw-r--r--app-shells/tcsh/files/digest-tcsh-6.101
-rw-r--r--app-shells/tcsh/tcsh-6.10.ebuild32
-rw-r--r--app-shells/zsh/files/digest-zsh-3.1.91
-rw-r--r--app-shells/zsh/zsh-3.1.9.ebuild38
14 files changed, 0 insertions, 282 deletions
diff --git a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild b/app-shells/ccsh/ccsh-0.0.4-r1.ebuild
deleted file mode 100644
index 7bbbdd5ee72f..000000000000
--- a/app-shells/ccsh/ccsh-0.0.4-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/ccsh/ccsh-0.0.4-r1.ebuild,v 1.5 2000/11/01 04:44:12 achim Exp $
-
-P=ccsh-0.0.4
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="UNIX Shell for people already familiar with the C language"
-SRC_URI="http://download.sourceforge.net/ccsh/"${A}
-HOMEPAGE="http://ccsh.sourceforge.net"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
- cd ${S}
-
- make CFLAGS="${CFLAGS}" all
-}
-
-src_install() {
- cd ${S}
- into /
- dobin ccsh
- into /usr
- newman ccsh.man ccsh.1
- dodoc ChangeLog COPYING README TODO
-}
-
-
-
-
-
diff --git a/app-shells/ccsh/files/digest-ccsh-0.0.4-r1 b/app-shells/ccsh/files/digest-ccsh-0.0.4-r1
deleted file mode 100644
index 25a513ed0f28..000000000000
--- a/app-shells/ccsh/files/digest-ccsh-0.0.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 042a8596065e49dccf154b661e2444a9 ccsh-0.0.4.tar.gz
diff --git a/app-shells/esh/esh-0.8-r1.ebuild b/app-shells/esh/esh-0.8-r1.ebuild
deleted file mode 100644
index c83a5316cd19..000000000000
--- a/app-shells/esh/esh-0.8-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/esh/esh-0.8-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $
-
-P=esh-0.8
-A=${P}.tar.gz
-S=${WORKDIR}/esh
-DESCRIPTION="A UNIX Shell with a simplified Scheme syntax"
-SRC_URI="http://esh.netpedia.net/"${A}
-HOMEPAGE="http://esh.netpedia.net/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1"
-
-src_compile() {
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:^CFLAGS=:CFLAGS=${CFLAGS} :" \
- -e "s:^LIB=:LIB=-lncurses :" Makefile.orig > Makefile
- try make
-}
-
-src_install() {
- cd ${S}
- into /
- dobin esh
- into /usr
- doinfo doc/esh.info
- dodoc CHANGELOG CREDITS GC_README HEADER LICENSE READLNE-HACKS TODO
- docinto html
- dodoc doc/*.html
- docinto examples
- dodoc examples/*
- insinto /usr/share/emacs/site-lisp/
- doins emacs/esh-mode.el
-}
-
-
-
-
-
diff --git a/app-shells/esh/files/digest-esh-0.8-r1 b/app-shells/esh/files/digest-esh-0.8-r1
deleted file mode 100644
index 4ea7be5f1d42..000000000000
--- a/app-shells/esh/files/digest-esh-0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b59022b88bae24420156d25869b8be54 esh-0.8.tar.gz
diff --git a/app-shells/pdksh/files/digest-pdksh-5.2.14-r2 b/app-shells/pdksh/files/digest-pdksh-5.2.14-r2
deleted file mode 100644
index 82565d42669d..000000000000
--- a/app-shells/pdksh/files/digest-pdksh-5.2.14-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 871106b3bd937e1afba9f2ef7c43aef3 pdksh-5.2.14.tar.gz
-MD5 c91364eb3de43a052c53d263000fe14c pdksh-5.2.14-patches.1
diff --git a/app-shells/pdksh/pdksh-5.2.14-r2.ebuild b/app-shells/pdksh/pdksh-5.2.14-r2.ebuild
deleted file mode 100644
index ba2ddf0fae44..000000000000
--- a/app-shells/pdksh/pdksh-5.2.14-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/pdksh/pdksh-5.2.14-r2.ebuild,v 1.1 2000/11/26 20:54:17 achim Exp $
-
-P=pdksh-5.2.14
-A="${P}.tar.gz ${P}-patches.1"
-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/"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- patch -p2 < ${DISTDIR}/${P}-patches.1
-}
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-}
-
-src_install() {
- cd ${S}
- into /
- dobin ksh
- into /usr
- doman ksh.1
- dodoc BUG-REPORTS ChangeLog* CONTRIBUTORS LEGAL NEWS NOTES PROJECTS README
- docinto etc
- dodoc etc/*
-}
-
-
-
-
-
-
diff --git a/app-shells/psh/files/digest-psh-0.008-r1 b/app-shells/psh/files/digest-psh-0.008-r1
deleted file mode 100644
index 731787034eee..000000000000
--- a/app-shells/psh/files/digest-psh-0.008-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 8a37eeb6afb9b9fedc24cc29fbac6973 psh-0.008.tar.gz
diff --git a/app-shells/psh/psh-0.008-r1.ebuild b/app-shells/psh/psh-0.008-r1.ebuild
deleted file mode 100644
index c2a2cf0ee9fd..000000000000
--- a/app-shells/psh/psh-0.008-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.008-r1.ebuild,v 1.6 2000/12/19 00:15:06 achim Exp $
-
-P=psh-0.008
-A=${P}.tar.gz
-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/"${A}
-HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
-
-DEPEND=">=sys-devel/perl-5"
-
-src_compile() {
- cd ${S}
- perl Makefile.PL
- try make
-}
-
-src_install() {
- cd ${S}
- make PREFIX=${D}/usr prefix=${D}/usr install
- dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO
- dodoc examples/complete-examples
-}
-
-
-
-
-
-
-
-
diff --git a/app-shells/sash/files/digest-sash-3.4-r2 b/app-shells/sash/files/digest-sash-3.4-r2
deleted file mode 100644
index 7974abfbe86e..000000000000
--- a/app-shells/sash/files/digest-sash-3.4-r2
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9c631eb171371b69276ff6692100beb6 sash-3.4.tar.gz
-MD5 43cbfb670d42e6e15b58f3b528f75ca0 sash-3.x-readline.diff.gz
diff --git a/app-shells/sash/sash-3.4-r2.ebuild b/app-shells/sash/sash-3.4-r2.ebuild
deleted file mode 100644
index c68694b990d5..000000000000
--- a/app-shells/sash/sash-3.4-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/sash/sash-3.4-r2.ebuild,v 1.5 2001/04/13 13:28:45 achim Exp $
-
-P=sash-3.4
-A="${P}.tar.gz sash-3.x-readline.diff.gz"
-S=${WORKDIR}/${P}
-DESCRIPTION="A small 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"
-
-DEPEND="virtual/glibc
- >=sys-libs/zlib-1.1.3
- readline? ( >=sys-libs/readline-4.1 )"
-
-HOMEPAGE="http://www.canb.auug.org.au/~dbell/ http://dimavb.st.simbirsk.su/vlk/"
-
-src_unpack() {
- unpack ${P}.tar.gz
- cd ${S}
- if [ "`use readline`" ]
- then
- gzip -dc ${DISTDIR}/sash-3.x-readline.diff.gz | patch -p1
- fi
- cp Makefile Makefile.orig
- sed -e "s:-O3:${CFLAGS}:" \
- -e "s:-ltermcap:-lncurses:" Makefile.orig > Makefile
-}
-src_compile() {
- cd ${S}
-
- try make LDFLAGS=\"\"
-}
-
-src_install() {
- cd ${S}
- into /
- dobin sash
- into /usr
- doman sash.1
- dodoc README
-
-}
-
-
-
-
-
-
diff --git a/app-shells/tcsh/files/digest-tcsh-6.10 b/app-shells/tcsh/files/digest-tcsh-6.10
deleted file mode 100644
index a75616c35624..000000000000
--- a/app-shells/tcsh/files/digest-tcsh-6.10
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f459c423074d85dfaa55439eb908a053 tcsh-6.10.tar.gz
diff --git a/app-shells/tcsh/tcsh-6.10.ebuild b/app-shells/tcsh/tcsh-6.10.ebuild
deleted file mode 100644
index c632ccb3191e..000000000000
--- a/app-shells/tcsh/tcsh-6.10.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/tcsh/tcsh-6.10.ebuild,v 1.2 2001/01/18 18:22:11 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}.00
-DESCRIPTION="Enhanced version of the Berkeley C shell (csh)"
-#ugh, astron.com doesn't support passive ftp... maybe another source?
-SRC_URI="ftp://ftp.astron.com/pub/tcsh/"${A}
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/ --mandir=/usr/man --host=${CHOST}
- try make
-}
-
-src_install() {
- cd ${S}
- try make DESTDIR=${D} install install.man
- try perl tcsh.man2html
- dosym tcsh /bin/csh
- dodoc FAQ Fixes NewThings Ported README WishList Y2K
- docinto html
- dodoc tcsh.html/*.html
-}
-
-
-
diff --git a/app-shells/zsh/files/digest-zsh-3.1.9 b/app-shells/zsh/files/digest-zsh-3.1.9
deleted file mode 100644
index 31b8f40ebef2..000000000000
--- a/app-shells/zsh/files/digest-zsh-3.1.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b69ed3f04d2a3eb676f8d2ace562270a zsh-3.1.9.tar.gz
diff --git a/app-shells/zsh/zsh-3.1.9.ebuild b/app-shells/zsh/zsh-3.1.9.ebuild
deleted file mode 100644
index 4c677b6d44e9..000000000000
--- a/app-shells/zsh/zsh-3.1.9.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-shells/zsh/zsh-3.1.9.ebuild,v 1.4 2001/01/20 01:13:36 achim Exp $
-
-P=zsh-3.1.9
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="UNIX Shell similar to the Korn shell"
-SRC_URI="ftp://ftp.zsh.org/pub/"${A}
-HOMEPAGE="www.zsh.org/"
-
-DEPEND=">=sys-libs/glibc-2.1.3
- >=sys-libs/gpm-1.19.3
- >=sys-libs/ncurses-5.1"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info \
- --libdir=/usr/lib --host=${CHOST}
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info \
- libdir=${D}/usr/lib \
- install.bin install.man install.modules
- prepman
- dodoc ChangeLog META-FAQ README
- docinto StartupFiles
- dodoc StartupFiles/z*
-
-}
-
-
-
-