diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-11 21:11:49 +0000 |
commit | f68541f7823c5f01a1d17215138989a709a5bab8 (patch) | |
tree | c22bc1b210b8aa9a93c59b71ddad228d4b5689d8 /app-misc/perltrash | |
parent | unmasked in x86 (diff) | |
download | gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.gz gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.tar.bz2 gentoo-2-f68541f7823c5f01a1d17215138989a709a5bab8.zip |
moved perl from sys-devel to dev-lang
Diffstat (limited to 'app-misc/perltrash')
-rw-r--r-- | app-misc/perltrash/perltrash-0.1.ebuild | 4 | ||||
-rw-r--r-- | app-misc/perltrash/perltrash-0.2.ebuild | 4 | ||||
-rw-r--r-- | app-misc/perltrash/perltrash-0.3.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/app-misc/perltrash/perltrash-0.1.ebuild b/app-misc/perltrash/perltrash-0.1.ebuild index 65a91cb294d8..d21db3d24a40 100644 --- a/app-misc/perltrash/perltrash-0.1.ebuild +++ b/app-misc/perltrash/perltrash-0.1.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-misc/perltrash/perltrash-0.1.ebuild,v 1.3 2003/02/13 09:07:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.1.ebuild,v 1.4 2003/03/11 21:11:44 seemant Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND=">=sys-devel/perl-5" +RDEPEND=">=dev-lang/perl-5" src_install() { newbin perltrash.pl perltrash diff --git a/app-misc/perltrash/perltrash-0.2.ebuild b/app-misc/perltrash/perltrash-0.2.ebuild index 2251ed57b241..444af38861a1 100644 --- a/app-misc/perltrash/perltrash-0.2.ebuild +++ b/app-misc/perltrash/perltrash-0.2.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-misc/perltrash/perltrash-0.2.ebuild,v 1.2 2003/02/13 09:07:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.2.ebuild,v 1.3 2003/03/11 21:11:44 seemant Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND=">=sys-devel/perl-5" +RDEPEND=">=dev-lang/perl-5" src_install() { newbin perltrash.pl perltrash diff --git a/app-misc/perltrash/perltrash-0.3.ebuild b/app-misc/perltrash/perltrash-0.3.ebuild index 4f481383f40e..740971ce640d 100644 --- a/app-misc/perltrash/perltrash-0.3.ebuild +++ b/app-misc/perltrash/perltrash-0.3.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-misc/perltrash/perltrash-0.3.ebuild,v 1.2 2003/02/13 09:07:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/perltrash/perltrash-0.3.ebuild,v 1.3 2003/03/11 21:11:44 seemant Exp $ DESCRIPTION="Command-line trash can emulation" HOMEPAGE="http://www.iq-computing.de/perltrash" @@ -9,7 +9,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" -RDEPEND=">=sys-devel/perl-5" +RDEPEND=">=dev-lang/perl-5" src_install() { newbin perltrash.pl perltrash |