summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-20 16:44:53 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-20 16:44:53 +0000
commitf7c049ff98c42dd963fd7dc9a1e10da6a0496b56 (patch)
treea6cd3d2628dcbd5b99eb8fee38af79154ef6bdc4 /app-shells
parent*** empty log message *** (diff)
downloadhistorical-f7c049ff98c42dd963fd7dc9a1e10da6a0496b56.tar.gz
historical-f7c049ff98c42dd963fd7dc9a1e10da6a0496b56.tar.bz2
historical-f7c049ff98c42dd963fd7dc9a1e10da6a0496b56.zip
*** empty log message ***
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/sash/files/digest-sash-3.4-r11
-rw-r--r--app-shells/sash/sash-3.4-r1.ebuild33
-rw-r--r--app-shells/zsh/files/digest-zsh-3.0.8-r11
-rw-r--r--app-shells/zsh/zsh-3.0.8-r1.ebuild31
4 files changed, 0 insertions, 66 deletions
diff --git a/app-shells/sash/files/digest-sash-3.4-r1 b/app-shells/sash/files/digest-sash-3.4-r1
deleted file mode 100644
index d8d6a75468ab..000000000000
--- a/app-shells/sash/files/digest-sash-3.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c631eb171371b69276ff6692100beb6 sash-3.4.tar.gz
diff --git a/app-shells/sash/sash-3.4-r1.ebuild b/app-shells/sash/sash-3.4-r1.ebuild
deleted file mode 100644
index 3be2a688d6b5..000000000000
--- a/app-shells/sash/sash-3.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/sash/sash-3.4-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $
-
-P=sash-3.4
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A small UNIX Shell"
-SRC_URI="http://www.canb.auug.org.au/~dbell/programs/"${A}
-HOMEPAGE="http://www.canb.auug.org.au/~dbell/"
-
-src_compile() {
- cd ${S}
- cp Makefile Makefile.orig
- sed -e "s:-O3:${CFLAGS}:" Makefile.orig > Makefile
- try make
-}
-
-src_install() {
- cd ${S}
- into /
- dobin sash
- into /usr
- doman sash.1
- dodoc README
-
-}
-
-
-
-
-
diff --git a/app-shells/zsh/files/digest-zsh-3.0.8-r1 b/app-shells/zsh/files/digest-zsh-3.0.8-r1
deleted file mode 100644
index c9e3bb382c12..000000000000
--- a/app-shells/zsh/files/digest-zsh-3.0.8-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6c4c62da23d2b9d8d7599768193cc782 zsh-3.0.8.tar.gz
diff --git a/app-shells/zsh/zsh-3.0.8-r1.ebuild b/app-shells/zsh/zsh-3.0.8-r1.ebuild
deleted file mode 100644
index 45f724e3c052..000000000000
--- a/app-shells/zsh/zsh-3.0.8-r1.ebuild
+++ /dev/null
@@ -1,31 +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.0.8-r1.ebuild,v 1.3 2000/09/15 20:08:46 drobbins Exp $
-
-P=zsh-3.0.8
-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/"
-
-src_compile() {
- cd ${S}
- try ./configure --prefix=/ --mandir=/usr/man --infodir=/usr/info --host=${CHOST}
- try make
-}
-
-src_install() {
- cd ${S}
- try make prefix=${D} mandir=${D}/usr/man infodir=${D}/usr/info install.bin install.man
- prepman
- dodoc ChangeLog META-FAQ README
- docinto StartupFiles
- dodoc StartupFiles/z*
-
-}
-
-
-
-