diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-19 09:39:05 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-19 09:39:05 +0000 |
commit | 7d92248109c2dacb5d23f0e9c612e76274066390 (patch) | |
tree | 264c64d0a01787e4c36ae894da8f4ebb11340b27 /app-admin/psmon/psmon-1.0.4.ebuild | |
parent | ChangeLog fix (diff) | |
download | historical-7d92248109c2dacb5d23f0e9c612e76274066390.tar.gz historical-7d92248109c2dacb5d23f0e9c612e76274066390.tar.bz2 historical-7d92248109c2dacb5d23f0e9c612e76274066390.zip |
fix depend (bug #45110); tidy
Diffstat (limited to 'app-admin/psmon/psmon-1.0.4.ebuild')
-rw-r--r-- | app-admin/psmon/psmon-1.0.4.ebuild | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/app-admin/psmon/psmon-1.0.4.ebuild b/app-admin/psmon/psmon-1.0.4.ebuild index 2e179e0af636..348c3f36f246 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-2004 Gentoo Technologies, Inc. # 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.2 2004/02/29 23:02:45 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.0.4.ebuild,v 1.3 2004/03/19 09:39:05 mr_bones_ Exp $ DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes" HOMEPAGE="http://psmon.sourceforge.net/" @@ -9,21 +9,15 @@ RESTRICT="nomirror" LICENSE="GPL-1" SLOT="0" - KEYWORDS="x86" IUSE="" -DEPEND=">=perl-5.6.0 + +DEPEND=">=dev-lang/perl-5.6.0 dev-perl/config-general dev-perl/Proc-ProcessTable dev-perl/Unix-Syslog dev-perl/Getopt-Long" -S=${WORKDIR}/${P} - -src_unpack() { - unpack ${A} -} - src_install() { doman psmon.1 dohtml psmon.html |