Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/psmon: psmon-1.39-r1.ebuild ChangeLog
Date: Wed, 31 Jul 2013 04:37:24
Message-Id: 20130731043718.E1B7B2171C@flycatcher.gentoo.org
1 qnikst 13/07/31 04:37:18
2
3 Modified: ChangeLog
4 Added: psmon-1.39-r1.ebuild
5 Log:
6 port psmon-1.39 to EAPI=5 due to #478714
7
8 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
9
10 Revision Changes Path
11 1.21 app-admin/psmon/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/psmon/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/psmon/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/psmon/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 27 Jun 2012 16:04:44 -0000 1.20
24 +++ ChangeLog 31 Jul 2013 04:37:18 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-admin/psmon
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.20 2012/06/27 16:04:44 kensington Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.21 2013/07/31 04:37:18 qnikst Exp $
31 +
32 +*psmon-1.39-r1 (31 Jul 2013)
33 +
34 + 31 Jul 2013; Alexander Vershilov <qnikst@g.o> +psmon-1.39-r1.ebuild:
35 + port psmon-1.39 to EAPI=5 due to #478714
36
37 27 Jun 2012; Michael Palimaka <kensington@g.o> -psmon-1.0.4.ebuild,
38 -psmon-1.29.ebuild:
39
40
41
42 1.1 app-admin/psmon/psmon-1.39-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/psmon/psmon-1.39-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/psmon/psmon-1.39-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: psmon-1.39-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.39-r1.ebuild,v 1.1 2013/07/31 04:37:18 qnikst Exp $
52
53 EAPI="5"
54
55 inherit perl-app
56
57 DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes"
58 HOMEPAGE="http://www.psmon.com/"
59 SRC_URI="http://www.psmon.com/${P}.tar.gz"
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE=""
64
65 DEPEND=">=dev-lang/perl-5.6.0
66 dev-perl/config-general
67 dev-perl/Proc-ProcessTable
68 dev-perl/Unix-Syslog
69 virtual/perl-Getopt-Long"
70
71 src_install() {
72 perl-module_src_install
73 insinto /etc
74 doins etc/psmon.conf
75 }
76
77 pkg_postinst() {
78 einfo "NOTICE: Please modify at least the NotifyEmail parameter found in"
79 einfo "the /etc/psmon.conf file"
80 }