Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-check_linux_bonding/
Date: Sat, 03 Mar 2018 09:11:06
Message-Id: 1520068248.c77d53af6f3c3a8b89a2a4376523944f87869fcd.kensington@gentoo
1 commit: c77d53af6f3c3a8b89a2a4376523944f87869fcd
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 3 09:10:29 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 3 09:10:48 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c77d53af
7
8 net-analyzer/nagios-check_linux_bonding: remove 1.3.2
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 net-analyzer/nagios-check_linux_bonding/Manifest | 1 -
13 .../nagios-check_linux_bonding-1.3.2.ebuild | 34 ----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/net-analyzer/nagios-check_linux_bonding/Manifest b/net-analyzer/nagios-check_linux_bonding/Manifest
17 index f66d4f52a7a..b57e8c706be 100644
18 --- a/net-analyzer/nagios-check_linux_bonding/Manifest
19 +++ b/net-analyzer/nagios-check_linux_bonding/Manifest
20 @@ -1,2 +1 @@
21 -DIST check_linux_bonding-1.3.2.tar.gz 24540 BLAKE2B 19074887bc4decb8f0d6700beef0c47f35718d1665c409f5a517352be4146b66c65621cf07c915606ac730fff2777fe9e8f9456297606ef63bb82c4db1dd6de1 SHA512 c00eb7b209d49c8552b1e5e38196890bc4c5bed26d57af8c8b89e750488bd0822c74ab2efa58ba20309cfe6444e5aafd98db14946a5b09e334fb5f9a4fd404e8
22 DIST check_linux_bonding-1.4.tar.gz 24670 BLAKE2B 6f136043fdcc74f677963ad4798ea18a8f813c3bf6cf1d00f6649d72dfc7d953c01a43bd3050758a8461f255ce3a9d3ddbdd1bcb29de316ea6438f20409ce699 SHA512 2b1e11007680accd8667ceb8710c7a7448766fd0c5aa3be60a34209f1b25892e7fecc46f9fc5e7cc0d4776f68cc17f8db8d8f2758695c82045a5832e8a4c7e81
23
24 diff --git a/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild b/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild
25 deleted file mode 100644
26 index f4770fb1ae5..00000000000
27 --- a/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit multilib
36 -
37 -MY_P=${P/nagios-/}
38 -
39 -DESCRIPTION="Nagios plugin to monitor bonding status of network interfaces"
40 -HOMEPAGE="http://folk.uio.no/trondham/software/check_linux_bonding.html"
41 -SRC_URI="http://folk.uio.no/trondham/software/files/${MY_P}.tar.gz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE=""
47 -
48 -RDEPEND="dev-lang/perl"
49 -DEPEND="${RDEPEND}"
50 -
51 -S="${WORKDIR}/${MY_P}"
52 -
53 -src_install() {
54 - default
55 -
56 - local nagiosplugindir=/usr/$(get_libdir)/nagios/plugins
57 - dodir "${nagiosplugindir}"
58 - exeinto ${nagiosplugindir}
59 - doexe check_linux_bonding
60 -
61 - dodoc CHANGES
62 - doman man/check_linux_bonding.8
63 -}