diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 17:13:02 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-12-14 17:13:33 +0100 |
commit | faa2286169b082019b33ef9372dfd0db54e89270 (patch) | |
tree | e169c3cdaff7166e883a55388de527469d199fcd /net-analyzer | |
parent | www-client/chromium: stable channel bump to 96.0.4664.110 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/nagios-check_linux_bonding/Manifest | 1 | ||||
-rw-r--r-- | net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/net-analyzer/nagios-check_linux_bonding/Manifest b/net-analyzer/nagios-check_linux_bonding/Manifest index 154fb3e4f536..b567506ad048 100644 --- a/net-analyzer/nagios-check_linux_bonding/Manifest +++ b/net-analyzer/nagios-check_linux_bonding/Manifest @@ -1,2 +1 @@ DIST check_linux_bonding-1.4.gh.tar.gz 24921 BLAKE2B ef582184471e4ca9d4b9a1d5cdee481852f1f452806ca081e04e74b7b469109f3a5998708cdb7ee6d3ffa9240cdbf721f0cbf6b3f4be2c4cc62042fce6647ccd SHA512 e8195d012a3da53983acdb8ea54d87995541e4e303dce28683ca04b6a6f84826c37db42c295b7e121092482a49268f57355284b57bb77a2212c46b834dd57088 -DIST check_linux_bonding-1.4.tar.gz 24670 BLAKE2B 6f136043fdcc74f677963ad4798ea18a8f813c3bf6cf1d00f6649d72dfc7d953c01a43bd3050758a8461f255ce3a9d3ddbdd1bcb29de316ea6438f20409ce699 SHA512 2b1e11007680accd8667ceb8710c7a7448766fd0c5aa3be60a34209f1b25892e7fecc46f9fc5e7cc0d4776f68cc17f8db8d8f2758695c82045a5832e8a4c7e81 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 -} |