diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-02 17:54:08 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-08-02 17:54:08 +0000 |
commit | 7110d299a7ce83e08de6e11b324c51b708fb3ec1 (patch) | |
tree | 80f4db708af0367ad4a1ce0c208676cbf8213e9e /app-admin/psmon | |
parent | Remove duplicate ChangeLog entry. (diff) | |
download | gentoo-2-7110d299a7ce83e08de6e11b324c51b708fb3ec1.tar.gz gentoo-2-7110d299a7ce83e08de6e11b324c51b708fb3ec1.tar.bz2 gentoo-2-7110d299a7ce83e08de6e11b324c51b708fb3ec1.zip |
drop old
(Portage version: 2.1.12.2/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'app-admin/psmon')
-rw-r--r-- | app-admin/psmon/ChangeLog | 5 | ||||
-rw-r--r-- | app-admin/psmon/psmon-1.39.ebuild | 31 |
2 files changed, 4 insertions, 32 deletions
diff --git a/app-admin/psmon/ChangeLog b/app-admin/psmon/ChangeLog index 3c9e07fe19df..2d61d2a948f4 100644 --- a/app-admin/psmon/ChangeLog +++ b/app-admin/psmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-admin/psmon # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.22 2013/07/31 21:44:27 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.23 2013/08/02 17:54:08 zlogene Exp $ + + 02 Aug 2013; Mikle Kolyada <zlogene@gentoo.org> -psmon-1.39.ebuild: + drop old 31 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> psmon-1.39-r1.ebuild, psmon-1.39.ebuild: diff --git a/app-admin/psmon/psmon-1.39.ebuild b/app-admin/psmon/psmon-1.39.ebuild deleted file mode 100644 index 9a53884f217d..000000000000 --- a/app-admin/psmon/psmon-1.39.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.39.ebuild,v 1.5 2013/07/31 21:44:27 vincent Exp $ - -inherit perl-app - -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" -RDEPEND="${DEPEND}" - -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" -} |