diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:00:38 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-02-11 21:00:38 +0000 |
commit | 2f5befb5e14053c1d559cb387dd0309ea93a1809 (patch) | |
tree | 8cb29daffe00a7e20fce9b772837232829ac1715 /app-admin/psmon | |
parent | virtual digest-md5 (diff) | |
download | historical-2f5befb5e14053c1d559cb387dd0309ea93a1809.tar.gz historical-2f5befb5e14053c1d559cb387dd0309ea93a1809.tar.bz2 historical-2f5befb5e14053c1d559cb387dd0309ea93a1809.zip |
virtual for getopt-long
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'app-admin/psmon')
-rw-r--r-- | app-admin/psmon/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/psmon/Manifest | 10 | ||||
-rw-r--r-- | app-admin/psmon/psmon-1.0.4.ebuild | 6 | ||||
-rw-r--r-- | app-admin/psmon/psmon-1.29.ebuild | 6 |
4 files changed, 22 insertions, 8 deletions
diff --git a/app-admin/psmon/ChangeLog b/app-admin/psmon/ChangeLog index 93d5543b943d..0182e99756d5 100644 --- a/app-admin/psmon/ChangeLog +++ b/app-admin/psmon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/psmon -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.11 2005/11/28 12:05:35 mcummings Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.12 2006/02/11 21:00:38 mcummings Exp $ + + 11 Feb 2006; Michael Cummings <mcummings@gentoo.org> psmon-1.0.4.ebuild, + psmon-1.29.ebuild: + virtual for getopt-long 28 Nov 2005; <mcumming@gentoo.org> psmon-1.29.ebuild: Switched from perl-module to perl-app eclass diff --git a/app-admin/psmon/Manifest b/app-admin/psmon/Manifest index d368849aad4f..f776d938166d 100644 --- a/app-admin/psmon/Manifest +++ b/app-admin/psmon/Manifest @@ -1,5 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 7e747a4143dc9b4de3bb1ec40f197362 ChangeLog 1536 MD5 06f2d4be3cd5410b996d2fb131f911b3 files/digest-psmon-1.0.4 60 MD5 dc432022d6a8454850ac659cdb4c739c files/digest-psmon-1.29 61 MD5 0c51902f5309ec062388d05742bac6e5 psmon-1.0.4.ebuild 807 MD5 710b7a7c50d73afbd6fb5540a3549657 psmon-1.29.ebuild 804 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFD7lBwtG5z4I8BtQoRAm7gAJ41puBYV5QYM/OLHFPfIO1qtXO+qwCeKmGn +xpSkimKnB0iCJ1R4/2oSwYE= +=VGko +-----END PGP SIGNATURE----- diff --git a/app-admin/psmon/psmon-1.0.4.ebuild b/app-admin/psmon/psmon-1.0.4.ebuild index 45be8d35fac1..ec9f2e1b81dc 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 +# Copyright 1999-2006 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.9 2005/08/10 09:38:03 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.0.4.ebuild,v 1.10 2006/02/11 21:00:38 mcummings Exp $ DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes" HOMEPAGE="http://www.psmon.com/" @@ -14,7 +14,7 @@ DEPEND=">=dev-lang/perl-5.6.0 dev-perl/config-general dev-perl/Proc-ProcessTable dev-perl/Unix-Syslog - perl-core/Getopt-Long" + virtual/perl-Getopt-Long" src_install() { doman psmon.1 diff --git a/app-admin/psmon/psmon-1.29.ebuild b/app-admin/psmon/psmon-1.29.ebuild index f6ca83e9f641..a40ab4fc5ee0 100644 --- a/app-admin/psmon/psmon-1.29.ebuild +++ b/app-admin/psmon/psmon-1.29.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.29.ebuild,v 1.4 2005/11/28 12:05:35 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.29.ebuild,v 1.5 2006/02/11 21:00:38 mcummings Exp $ inherit perl-app @@ -16,7 +16,7 @@ DEPEND=">=dev-lang/perl-5.6.0 dev-perl/config-general dev-perl/Proc-ProcessTable dev-perl/Unix-Syslog - perl-core/Getopt-Long" + virtual/perl-Getopt-Long" src_install() { perl-module_src_install |