summaryrefslogtreecommitdiff
path: root/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild')
-rw-r--r--net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild b/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
deleted file mode 100644
index 42376a9fbab7..000000000000
--- a/net-analyzer/nagios-check_fail2ban/nagios-check_fail2ban-3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit autotools
-
-GITHUB_AUTHOR="hollow"
-GITHUB_PROJECT="check_fail2ban"
-GITHUB_COMMIT="c554837"
-
-DESCRIPTION="A nagios plugin for checking the fail2ban daemon"
-HOMEPAGE="https://github.com/hollow/check_fail2ban"
-SRC_URI="https://nodeload.github.com/${GITHUB_AUTHOR}/${GITHUB_PROJECT}/tarball/v${PV} -> ${P}.tar.gz"
-S="${WORKDIR}"/${GITHUB_AUTHOR}-${GITHUB_PROJECT}-${GITHUB_COMMIT}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="|| ( >=net-analyzer/nagios-plugins-1.4.13-r1 >=net-analyzer/monitoring-plugins-2 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}