Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/psmon/
Date: Fri, 04 Oct 2019 18:17:14
Message-Id: 1570213023.527afa1ee33fc871c4b1c2e1376a374aeca284eb.dilfridge@gentoo
1 commit: 527afa1ee33fc871c4b1c2e1376a374aeca284eb
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 4 18:16:49 2019 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 18:17:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527afa1e
7
8 app-admin/psmon: move from perl-app to perl-module.eclass
9
10 Package-Manager: Portage-2.3.70, Repoman-2.3.17
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-admin/psmon/psmon-1.39-r1.ebuild | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/app-admin/psmon/psmon-1.39-r1.ebuild b/app-admin/psmon/psmon-1.39-r1.ebuild
17 index c1f5927344e..758e8395e1c 100644
18 --- a/app-admin/psmon/psmon-1.39-r1.ebuild
19 +++ b/app-admin/psmon/psmon-1.39-r1.ebuild
20 @@ -1,9 +1,10 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26
27 -inherit perl-app
28 +GENTOO_DEPEND_ON_PERL_SUBSLOT="no"
29 +inherit perl-module
30
31 DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes"
32 HOMEPAGE="http://www.psmon.com/"