summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/psmon/psmon-1.39-r1.ebuild')
-rw-r--r--app-admin/psmon/psmon-1.39-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-admin/psmon/psmon-1.39-r1.ebuild b/app-admin/psmon/psmon-1.39-r1.ebuild
deleted file mode 100644
index 758e8395e1c5..000000000000
--- a/app-admin/psmon/psmon-1.39-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-GENTOO_DEPEND_ON_PERL_SUBSLOT="no"
-inherit perl-module
-
-DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes"
-HOMEPAGE="http://www.psmon.com/"
-SRC_URI="http://www.psmon.com/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/perl-5.6.0
- dev-perl/Config-General
- dev-perl/Proc-ProcessTable
- dev-perl/Unix-Syslog
- virtual/perl-Getopt-Long"
-
-src_install() {
- perl-module_src_install
- insinto /etc
- doins etc/psmon.conf
-}
-
-pkg_postinst() {
- einfo "NOTICE: Please modify at least the NotifyEmail parameter found in"
- einfo "the /etc/psmon.conf file"
-}