From 92816a80a1b2d5c22de9d75125cc43ad97b3daea Mon Sep 17 00:00:00 2001 From: Achim Gottinger Date: Mon, 30 Apr 2001 09:25:11 +0000 Subject: Cleanup --- app-shells/psh/files/digest-psh-0.008-r1 | 1 - app-shells/psh/psh-0.008-r1.ebuild | 34 -------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 app-shells/psh/files/digest-psh-0.008-r1 delete mode 100644 app-shells/psh/psh-0.008-r1.ebuild (limited to 'app-shells/psh') 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 -# $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 -} - - - - - - - - -- cgit v1.2.3-65-gdbad