diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-01-17 16:08:13 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-01-17 16:08:13 +0000 |
commit | 02dee1d2b3b6fccd87a0ad945f68c986578d230d (patch) | |
tree | 3b3115827a888cdc52d871f382a0b87278068a8d /app-shells/psh | |
parent | Moved contents of DEPEND into RDEPEND, and added "net-dns/bind-tools" (diff) | |
download | gentoo-2-02dee1d2b3b6fccd87a0ad945f68c986578d230d.tar.gz gentoo-2-02dee1d2b3b6fccd87a0ad945f68c986578d230d.tar.bz2 gentoo-2-02dee1d2b3b6fccd87a0ad945f68c986578d230d.zip |
Closes #4669
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/psh/psh-0.009-r2.ebuild | 25 |
2 files changed, 7 insertions, 23 deletions
diff --git a/app-shells/psh/ChangeLog b/app-shells/psh/ChangeLog index 050173292c96..54aa615d661a 100644 --- a/app-shells/psh/ChangeLog +++ b/app-shells/psh/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/psh # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.6 2002/12/13 10:56:17 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/ChangeLog,v 1.7 2003/01/17 16:08:13 aliz Exp $ + + 17 Jan 2003; Daniel Ahlberg <aliz@gentoo.org> psh-0.009-r2.ebuild : + Closes #4669 again. To make a long story short: inherit perl-module. 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-shells/psh/psh-0.009-r2.ebuild b/app-shells/psh/psh-0.009-r2.ebuild index 061b5af51cd5..b90317689bf3 100644 --- a/app-shells/psh/psh-0.009-r2.ebuild +++ b/app-shells/psh/psh-0.009-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.6 2002/12/09 04:17:43 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.7 2003/01/17 16:08:13 aliz Exp $ + +inherit perl-module S=${WORKDIR}/${P} DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" @@ -12,24 +14,3 @@ KEYWORDS="x86 ppc sparc " DEPEND=">=sys-devel/perl-5" -src_compile() { - perl Makefile.PL - - make || die -} - -src_install() { - make PREFIX=${D}/usr prefix=${D}/usr INSTALLMAN3DIR=${D}/usr/share/man/man3 \ - INSTALLMAN1DIR=${D}/usr/share/man/man1 install || die - - dodoc COPYRIGHT HACKING MANIFEST README* RELEASE TODO - dodoc examples/complete-examples -} - - - - - - - - |