summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-09-20 16:46:17 +0000
committerAchim Gottinger <achim@gentoo.org>2000-09-20 16:46:17 +0000
commit6ee4ee254df88d8df0567eb52661c6c4eb038402 (patch)
treede5e56e2d8d36c688492445becdd600dd731148e /app-shells/sash
parent*** empty log message *** (diff)
downloadgentoo-2-6ee4ee254df88d8df0567eb52661c6c4eb038402.tar.gz
gentoo-2-6ee4ee254df88d8df0567eb52661c6c4eb038402.tar.bz2
gentoo-2-6ee4ee254df88d8df0567eb52661c6c4eb038402.zip
*** empty log message ***
Diffstat (limited to 'app-shells/sash')
-rw-r--r--app-shells/sash/files/digest-sash-3.4-r11
-rw-r--r--app-shells/sash/sash-3.4-r1.ebuild33
2 files changed, 0 insertions, 34 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
-
-}
-
-
-
-
-