summaryrefslogtreecommitdiff
path: root/app-admin/psmon
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/psmon')
-rw-r--r--app-admin/psmon/Manifest3
-rw-r--r--app-admin/psmon/metadata.xml10
-rw-r--r--app-admin/psmon/psmon-1.39-r1.ebuild32
3 files changed, 0 insertions, 45 deletions
diff --git a/app-admin/psmon/Manifest b/app-admin/psmon/Manifest
deleted file mode 100644
index 74857fc290d9..000000000000
--- a/app-admin/psmon/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST psmon-1.39.tar.gz 57475 BLAKE2B 37998dabcfe5b329f74b7f6996fe3e8a350cc756a064e98549a38ade997115c3f03c57bf8b145c732edb021fe615be2a1210419f8b77666ad5caa79b74ccdc75 SHA512 08992023af29433da0fe8c48b610df3008b9ea14e197b52bc9582895275fc65cd0faca7e29f36356344219d6a61ef9350713aaa60377ce7ae49a882044b91e32
-EBUILD psmon-1.39-r1.ebuild 730 BLAKE2B 53d580ec2727878737b450fc49b915c2763cd9599aee7c8034c56868b6eeee325144820e36db2cbf588fa8415c6cd0ff6c81b09bf3dd451b4b738965f1f4a39f SHA512 91f6ed7950cf43ae6f147a740cb3d9d2413444f686740a3e725bb4665ed35e463d958a7033a2b84fc307746e3f8765f099edc529bbbda47a6bbd645efe41bbc1
-MISC metadata.xml 376 BLAKE2B b97d0cc0adb180a2c10d7c3678a3e9013b6e318c35ca753fb04870f2af8e1c4401b0e59270ac9ff84852227aef4588d8d75b9245394f05b32b788fd758f6fe1a SHA512 e84e039fca03372c3e987203e876c2cbbb15bf3dade7f3270d7aa18e55e71674e3d9d6ac294357bebcdec0707c80696c8179adf43f7bd2d70d72bb3edf990d84
diff --git a/app-admin/psmon/metadata.xml b/app-admin/psmon/metadata.xml
deleted file mode 100644
index b826044dadb9..000000000000
--- a/app-admin/psmon/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription lang="en">
- A perl script that monitors processes to make sure they are running as
- the user has intended. Will respawn dead processes and/or kill illegal
- processes.
- </longdescription>
-</pkgmetadata>
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"
-}