diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:45 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:45 +0000 |
commit | 85df2102a71090df2456eaea7f6a4df48ba8b339 (patch) | |
tree | 226275d8b20a3a8e1e5d36ff0bcde20bb2d15605 /app-shells/psh | |
parent | moved perl from sys-devel to dev-lang (diff) | |
download | historical-85df2102a71090df2456eaea7f6a4df48ba8b339.tar.gz historical-85df2102a71090df2456eaea7f6a4df48ba8b339.tar.bz2 historical-85df2102a71090df2456eaea7f6a4df48ba8b339.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'app-shells/psh')
-rw-r--r-- | app-shells/psh/psh-0.009-r1.ebuild | 4 | ||||
-rw-r--r-- | app-shells/psh/psh-0.009-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-shells/psh/psh-0.009-r1.ebuild b/app-shells/psh/psh-0.009-r1.ebuild index d15398c9690d..56ff0581ab01 100644 --- a/app-shells/psh/psh-0.009-r1.ebuild +++ b/app-shells/psh/psh-0.009-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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-r1.ebuild,v 1.11 2003/02/13 09:29:21 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r1.ebuild,v 1.12 2003/03/11 21:11:45 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Combines the interactive nature of a Unix shell with the power of Perl" @@ -10,7 +10,7 @@ LICENSE="Artistic | GPL-2" KEYWORDS="x86 ppc sparc " SLOT="0" -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" src_compile() { perl Makefile.PL diff --git a/app-shells/psh/psh-0.009-r2.ebuild b/app-shells/psh/psh-0.009-r2.ebuild index 98fe575e8925..c77d42b4a3e5 100644 --- a/app-shells/psh/psh-0.009-r2.ebuild +++ b/app-shells/psh/psh-0.009-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 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.8 2003/02/13 09:29:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/psh/psh-0.009-r2.ebuild,v 1.9 2003/03/11 21:11:45 seemant Exp $ inherit perl-module @@ -12,5 +12,5 @@ LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ppc sparc " -DEPEND=">=sys-devel/perl-5" +DEPEND=">=dev-lang/perl-5" |