summaryrefslogtreecommitdiff
path: root/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild')
-rw-r--r--net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild b/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild
deleted file mode 100644
index 0c557fdb768e..000000000000
--- a/net-analyzer/nagios-check_pidfile/nagios-check_pidfile-1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-DESCRIPTION="A nagios plugin for checking daemons via pidfiles"
-HOMEPAGE="https://github.com/hollow/check_pidfile"
-SRC_URI="https://github.com/hollow/check_pidfile/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 net-analyzer/monitoring-plugins )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/check_pidfile-${PV}
-
-src_prepare() {
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}