summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-14 17:13:02 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-14 17:13:33 +0100
commitfaa2286169b082019b33ef9372dfd0db54e89270 (patch)
treee169c3cdaff7166e883a55388de527469d199fcd /net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild
parentwww-client/chromium: stable channel bump to 96.0.4664.110 (diff)
downloadgentoo-faa2286169b082019b33ef9372dfd0db54e89270.tar.gz
gentoo-faa2286169b082019b33ef9372dfd0db54e89270.tar.bz2
gentoo-faa2286169b082019b33ef9372dfd0db54e89270.zip
net-analyzer/nagios-check_linux_bonding: Drop EAPI-5 ebuild
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild')
-rw-r--r--net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild b/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild
deleted file mode 100644
index f5b6af3adc6b..000000000000
--- a/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-MY_P=${P/nagios-/}
-
-DESCRIPTION="Nagios plugin to monitor bonding status of network interfaces"
-HOMEPAGE="http://folk.uio.no/trondham/software/check_linux_bonding.html"
-SRC_URI="http://folk.uio.no/trondham/software/files/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
- default
-
- local nagiosplugindir=/usr/$(get_libdir)/nagios/plugins
- dodir "${nagiosplugindir}"
- exeinto ${nagiosplugindir}
- doexe check_linux_bonding
-
- dodoc CHANGES
- doman man/check_linux_bonding.8
-}