diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-06-14 03:12:59 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-06-14 03:12:59 +0000 |
commit | a42d74a5bb0f6fa747f2451f32ef03953a761d95 (patch) | |
tree | 2dae39d3384c70dea0018e52b532998715299bb2 /app-shells | |
parent | Version bump, fixes 187996. (diff) | |
download | gentoo-2-a42d74a5bb0f6fa747f2451f32ef03953a761d95.tar.gz gentoo-2-a42d74a5bb0f6fa747f2451f32ef03953a761d95.tar.bz2 gentoo-2-a42d74a5bb0f6fa747f2451f32ef03953a761d95.zip |
Version bump. Changed dependancy based on Possum's suggestion in bug #197904. Dropped kw's to ~ARCH and removed ia64, ppc, & alpha because package now requires a dep they don't have
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/psh/ChangeLog | 9 | ||||
-rw-r--r-- | app-shells/psh/psh-1.8.1.ebuild | 21 |
2 files changed, 29 insertions, 1 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index 2e2c1cc0b9fd..01de0c903714 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-shells/psh # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.21 2008/01/27 17:16:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.22 2008/06/14 03:12:59 darkside Exp $ + +*psh-1.8.1 (14 Jun 2008) + + 14 Jun 2008; Jeremy Olexa <darkside@gentoo.org> +psh-1.8.1.ebuild: + Version bump. Changed dependancy based on Possum's suggestion in bug + #197904. Dropped kw's to ~ARCH and removed ia64, ppc, & alpha because + package now requires a dep they don't have 27 Jan 2008; Raúl Porcel <armin76@gentoo.org> psh-1.8-r1.ebuild: alpha/ia64/sparc/x86 stable diff --git a/app-shells/psh/psh-1.8.1.ebuild b/app-shells/psh/psh-1.8.1.ebuild new file mode 100644 index 000000000000..811015b0d461 --- /dev/null +++ b/app-shells/psh/psh-1.8.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-1.8.1.ebuild,v 1.1 2008/06/14 03:12:59 darkside Exp $ + +inherit perl-module + +DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" +HOMEPAGE="http://www.focusresearch.com/gregor/sw/psh/" +SRC_URI="http://www.focusresearch.com/gregor/download/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~x86 ~sparc ~amd64" +IUSE="readline" + +DEPEND=">=dev-lang/perl-5" +RDEPEND="readline? ( + dev-perl/Term-ReadLine-Gnu + dev-perl/TermReadKey )" + +myinst="SITEPREFIX=${D}/usr" |