From 6ee4ee254df88d8df0567eb52661c6c4eb038402 Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Wed, 20 Sep 2000 16:46:17 +0000 Subject: *** empty log message *** --- app-shells/sash/files/digest-sash-3.4-r1 | 1 - app-shells/sash/sash-3.4-r1.ebuild | 33 -------------------------------- 2 files changed, 34 deletions(-) delete mode 100644 app-shells/sash/files/digest-sash-3.4-r1 delete mode 100644 app-shells/sash/sash-3.4-r1.ebuild (limited to 'app-shells/sash') 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 -# $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 - -} - - - - - -- cgit v1.2.3-65-gdbad