Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, app-admin/psmon/
Date: Wed, 22 Dec 2021 11:24:01
Message-Id: 1640172181.97e4c2113d4afc93968db8ea2c427723e49070f2.jsmolic@gentoo
1 commit: 97e4c2113d4afc93968db8ea2c427723e49070f2
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 11:18:47 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 22 11:23:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e4c211
7
8 app-admin/psmon: treeclean
9
10 Closes: https://bugs.gentoo.org/826682
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 app-admin/psmon/Manifest | 1 -
14 app-admin/psmon/metadata.xml | 10 ----------
15 app-admin/psmon/psmon-1.39-r1.ebuild | 32 --------------------------------
16 profiles/package.mask | 7 -------
17 4 files changed, 50 deletions(-)
18
19 diff --git a/app-admin/psmon/Manifest b/app-admin/psmon/Manifest
20 deleted file mode 100644
21 index d837616a0789..000000000000
22 --- a/app-admin/psmon/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST psmon-1.39.tar.gz 57475 BLAKE2B 37998dabcfe5b329f74b7f6996fe3e8a350cc756a064e98549a38ade997115c3f03c57bf8b145c732edb021fe615be2a1210419f8b77666ad5caa79b74ccdc75 SHA512 08992023af29433da0fe8c48b610df3008b9ea14e197b52bc9582895275fc65cd0faca7e29f36356344219d6a61ef9350713aaa60377ce7ae49a882044b91e32
26
27 diff --git a/app-admin/psmon/metadata.xml b/app-admin/psmon/metadata.xml
28 deleted file mode 100644
29 index b826044dadb9..000000000000
30 --- a/app-admin/psmon/metadata.xml
31 +++ /dev/null
32 @@ -1,10 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <longdescription lang="en">
38 - A perl script that monitors processes to make sure they are running as
39 - the user has intended. Will respawn dead processes and/or kill illegal
40 - processes.
41 - </longdescription>
42 -</pkgmetadata>
43
44 diff --git a/app-admin/psmon/psmon-1.39-r1.ebuild b/app-admin/psmon/psmon-1.39-r1.ebuild
45 deleted file mode 100644
46 index 758e8395e1c5..000000000000
47 --- a/app-admin/psmon/psmon-1.39-r1.ebuild
48 +++ /dev/null
49 @@ -1,32 +0,0 @@
50 -# Copyright 1999-2019 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI="5"
54 -
55 -GENTOO_DEPEND_ON_PERL_SUBSLOT="no"
56 -inherit perl-module
57 -
58 -DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes"
59 -HOMEPAGE="http://www.psmon.com/"
60 -SRC_URI="http://www.psmon.com/${P}.tar.gz"
61 -LICENSE="GPL-2"
62 -SLOT="0"
63 -KEYWORDS="amd64 ppc x86"
64 -IUSE=""
65 -
66 -DEPEND=">=dev-lang/perl-5.6.0
67 - dev-perl/Config-General
68 - dev-perl/Proc-ProcessTable
69 - dev-perl/Unix-Syslog
70 - virtual/perl-Getopt-Long"
71 -
72 -src_install() {
73 - perl-module_src_install
74 - insinto /etc
75 - doins etc/psmon.conf
76 -}
77 -
78 -pkg_postinst() {
79 - einfo "NOTICE: Please modify at least the NotifyEmail parameter found in"
80 - einfo "the /etc/psmon.conf file"
81 -}
82
83 diff --git a/profiles/package.mask b/profiles/package.mask
84 index 8cf2f5a952d7..9803cc6ba6c2 100644
85 --- a/profiles/package.mask
86 +++ b/profiles/package.mask
87 @@ -377,13 +377,6 @@ net-misc/quagga
88 # Removal in 30 days. Bug #826454
89 app-doc/selfhtml
90
91 -# Marek Szuba <marecki@g.o> (2021-11-22)
92 -# Last release in 2008 at the latest, no maintainer in Gentoo for years,
93 -# EAPI 5, upstream is gone, the only distros which still package it are
94 -# Gentoo, Funtoo and LiGurOS.
95 -# Removal in 30 days. Bug #826682
96 -app-admin/psmon
97 -
98 # Stephan Hartmann <sultan@g.o> (2021-11-22)
99 # Dev channel releases are only for people who
100 # are developers or want more experimental features