diff options
author | 2005-05-25 14:01:25 +0000 | |
---|---|---|
committer | 2005-05-25 14:01:25 +0000 | |
commit | fac0483b33bf85f20ad9ac522417919128d297e2 (patch) | |
tree | ed69c48d2a026e2692a5aaf7cb7ba8bd28a49279 /app-admin/psmon/psmon-1.0.4.ebuild | |
parent | dev-perl => perl-core migration (diff) | |
download | gentoo-2-fac0483b33bf85f20ad9ac522417919128d297e2.tar.gz gentoo-2-fac0483b33bf85f20ad9ac522417919128d297e2.tar.bz2 gentoo-2-fac0483b33bf85f20ad9ac522417919128d297e2.zip |
dev-perl/Getopt-Long => perl-core/Getopt-Long migration
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-admin/psmon/psmon-1.0.4.ebuild')
-rw-r--r-- | app-admin/psmon/psmon-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/psmon/psmon-1.0.4.ebuild b/app-admin/psmon/psmon-1.0.4.ebuild index 84eb0f2ade9a..90f454144be7 100644 --- a/app-admin/psmon/psmon-1.0.4.ebuild +++ b/app-admin/psmon/psmon-1.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.0.4.ebuild,v 1.6 2005/01/01 11:20:20 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.0.4.ebuild,v 1.7 2005/05/25 13:58:13 mcummings Exp $ DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes" HOMEPAGE="http://psmon.sourceforge.net/" @@ -16,7 +16,7 @@ DEPEND=">=dev-lang/perl-5.6.0 dev-perl/config-general dev-perl/Proc-ProcessTable dev-perl/Unix-Syslog - dev-perl/Getopt-Long" + perl-core/Getopt-Long" src_install() { doman psmon.1 |