summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-02-18 05:23:54 +0000
committerAron Griffis <agriffis@gentoo.org>2005-02-18 05:23:54 +0000
commit6b5724e0acdd7f970f9bc1bdce65a34fd0d7b5a5 (patch)
treeef5a79c1a94135a33846b534eee16b4ebd3512d6 /app-shells/psh
parentstable on ia64 (diff)
downloadgentoo-2-6b5724e0acdd7f970f9bc1bdce65a34fd0d7b5a5.tar.gz
gentoo-2-6b5724e0acdd7f970f9bc1bdce65a34fd0d7b5a5.tar.bz2
gentoo-2-6b5724e0acdd7f970f9bc1bdce65a34fd0d7b5a5.zip
Add support for USE=readline #82001
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-shells/psh')
-rw-r--r--app-shells/psh/ChangeLog7
-rw-r--r--app-shells/psh/Manifest8
-rw-r--r--app-shells/psh/files/digest-psh-1.8-r11
-rw-r--r--app-shells/psh/psh-1.8-r1.ebuild21
4 files changed, 33 insertions, 4 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog
index 90cac0f2c19c..60802625253f 100644
--- a/app-shells/psh/ChangeLog
+++ b/app-shells/psh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-shells/psh
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.14 2005/01/01 15:59:06 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.15 2005/02/18 05:23:54 agriffis Exp $
+
+*psh-1.8-r1 (18 Feb 2005)
+
+ 18 Feb 2005; Aron Griffis <agriffis@gentoo.org> +psh-1.8-r1.ebuild:
+ Add support for USE=readline #82001
14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> psh-0.009-r1.ebuild,
psh-0.009-r2.ebuild, psh-1.8.ebuild:
diff --git a/app-shells/psh/Manifest b/app-shells/psh/Manifest
index 0f7f090ce95b..f77c63de5ec7 100644
--- a/app-shells/psh/Manifest
+++ b/app-shells/psh/Manifest
@@ -1,7 +1,9 @@
-MD5 4836880dfb3990d5689c98ba66e7d967 ChangeLog 1807
-MD5 95a48192094d67904270a50caf739def psh-0.009-r1.ebuild 777
MD5 9aeed965d89fbf04cfb34d947cd42826 psh-0.009-r2.ebuild 545
MD5 11a6741da286f0b1907650d69bf2ea08 psh-1.8.ebuild 581
+MD5 4836880dfb3990d5689c98ba66e7d967 ChangeLog 1807
+MD5 95a48192094d67904270a50caf739def psh-0.009-r1.ebuild 777
+MD5 40b846b1144cef6f02eced0497441ee3 psh-1.8-r1.ebuild 657
+MD5 37c0535df6b49bfa7b38d111d0e43b0c files/digest-psh-1.8 59
MD5 b7b5f394fec913203bfbbe6a4c500686 files/digest-psh-0.009-r1 60
MD5 b7b5f394fec913203bfbbe6a4c500686 files/digest-psh-0.009-r2 60
-MD5 37c0535df6b49bfa7b38d111d0e43b0c files/digest-psh-1.8 59
+MD5 37c0535df6b49bfa7b38d111d0e43b0c files/digest-psh-1.8-r1 59
diff --git a/app-shells/psh/files/digest-psh-1.8-r1 b/app-shells/psh/files/digest-psh-1.8-r1
new file mode 100644
index 000000000000..8de459a58d26
--- /dev/null
+++ b/app-shells/psh/files/digest-psh-1.8-r1
@@ -0,0 +1 @@
+MD5 bb2040c519e6b263239d6f795a6515b5 psh-1.8.tar.gz 119989
diff --git a/app-shells/psh/psh-1.8-r1.ebuild b/app-shells/psh/psh-1.8-r1.ebuild
new file mode 100644
index 000000000000..6e878dbb44df
--- /dev/null
+++ b/app-shells/psh/psh-1.8-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8-r1.ebuild,v 1.1 2005/02/18 05:23:54 agriffis Exp $
+
+inherit perl-module
+
+DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl"
+HOMEPAGE="http://www.focusresearch.com/gregor/psh/"
+SRC_URI="http://www.focusresearch.com/gregor/psh/${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~ia64"
+IUSE=""
+
+DEPEND=">=dev-lang/perl-5"
+RDEPEND="readline? (
+ dev-perl/Term-ReadLine-Perl
+ dev-perl/TermReadKey )"
+
+myinst="SITEPREFIX=${D}/usr"