summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-06-27 16:04:44 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-06-27 16:04:44 +0000
commit2e48163bcdf16729191760b46b761a9c5f46e2cc (patch)
treedb78f2925e5eaf0dfe55d7b37a72440a66e687b1 /app-admin
parentversion bump; remove old (diff)
downloadgentoo-2-2e48163bcdf16729191760b46b761a9c5f46e2cc.tar.gz
gentoo-2-2e48163bcdf16729191760b46b761a9c5f46e2cc.tar.bz2
gentoo-2-2e48163bcdf16729191760b46b761a9c5f46e2cc.zip
Remove old.
(Portage version: 2.1.11.2/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/psmon/ChangeLog7
-rw-r--r--app-admin/psmon/psmon-1.0.4.ebuild30
-rw-r--r--app-admin/psmon/psmon-1.29.ebuild30
3 files changed, 5 insertions, 62 deletions
diff --git a/app-admin/psmon/ChangeLog b/app-admin/psmon/ChangeLog
index 06ee34d47e6d..fcbbc571b7fa 100644
--- a/app-admin/psmon/ChangeLog
+++ b/app-admin/psmon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-admin/psmon
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.19 2012/05/29 19:32:00 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/ChangeLog,v 1.20 2012/06/27 16:04:44 kensington Exp $
+
+ 27 Jun 2012; Michael Palimaka <kensington@gentoo.org> -psmon-1.0.4.ebuild,
+ -psmon-1.29.ebuild:
+ Remove old.
29 May 2012; Brent Baude <ranger@gentoo.org> psmon-1.39.ebuild:
Marking psmon-1.39 ppc for bug 393853
@@ -65,4 +69,3 @@
30 Oct 2003; Martin Holzer <mholzer@gentoo.org> psmon-1.0.4.ebuild:
Inital ebuild. Submitted by Janne Pikkarainen <jaba@mikrobitti.fi> in #27237.
-
diff --git a/app-admin/psmon/psmon-1.0.4.ebuild b/app-admin/psmon/psmon-1.0.4.ebuild
deleted file mode 100644
index dc9505fa6dbc..000000000000
--- a/app-admin/psmon/psmon-1.0.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.0.4.ebuild,v 1.11 2007/01/24 14:50:48 genone Exp $
-
-DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes"
-HOMEPAGE="http://www.psmon.com/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="x86 ppc"
-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() {
- doman psmon.1
- dohtml psmon.html
- dosbin psmon
- insinto /etc
- newins psmon.conf psmon.conf
-}
-
-pkg_postinst() {
- elog "NOTICE: Please modify at least the NotifyEmail parameter"
- elog " found from the /etc/psmon.conf"
-}
diff --git a/app-admin/psmon/psmon-1.29.ebuild b/app-admin/psmon/psmon-1.29.ebuild
deleted file mode 100644
index 16e16395c4a1..000000000000
--- a/app-admin/psmon/psmon-1.29.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/psmon/psmon-1.29.ebuild,v 1.6 2007/01/24 14:50:48 genone Exp $
-
-inherit perl-app
-
-DESCRIPTION="Monitors process table to slay aggressive, and spawn dead, processes"
-HOMEPAGE="http://www.psmon.com/"
-SRC_URI="mirror://sourceforge/${PN}/${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() {
- elog "NOTICE: Please modify at least the NotifyEmail parameter"
- elog " found from the /etc/psmon.conf"
-}