summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-shells/psh/psh-1.8.1-r2.ebuild')
-rw-r--r--app-shells/psh/psh-1.8.1-r2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/app-shells/psh/psh-1.8.1-r2.ebuild b/app-shells/psh/psh-1.8.1-r2.ebuild
deleted file mode 100644
index 3ee78ccc88c2..000000000000
--- a/app-shells/psh/psh-1.8.1-r2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
-HOMEPAGE="https://gnp.github.io/psh/"
-SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-# Package warrants USE doc & examples
-IUSE="readline"
-
-RDEPEND="
- readline? (
- dev-perl/Term-ReadLine-Gnu
- dev-perl/TermReadKey
- )
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST="do parallel"
-myinst="SITEPREFIX=${D}/usr"
-
-PATCHES=(
- "${FILESDIR}/${P}-defined-array.patch"
-)
-
-src_install() {
- perl-module_src_install
- dodoc examples/complete-examples doc/*
-}