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
commit92816a80a1b2d5c22de9d75125cc43ad97b3daea (patch)
tree1ab58cc40f68fb727e11a38d48ace72e6875cb01 /app-shells/psh
parentCleanup (diff)
downloadhistorical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.tar.gz
historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.tar.bz2
historical-92816a80a1b2d5c22de9d75125cc43ad97b3daea.zip
Cleanup
Diffstat (limited to 'app-shells/psh')
-rw-r--r--app-shells/psh/files/digest-psh-0.008-r11
-rw-r--r--app-shells/psh/psh-0.008-r1.ebuild34
2 files changed, 0 insertions, 35 deletions
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
-}
-
-
-
-
-
-
-
-