Gentoo Archives: gentoo-commits

From: "Johann Schmitz (ercpe)" <ercpe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/nagios-check_linux_bonding: metadata.xml nagios-check_linux_bonding-1.3.2.ebuild ChangeLog
Date: Fri, 28 Feb 2014 18:16:57
Message-Id: 20140228181649.E65012004C@flycatcher.gentoo.org
1 ercpe 14/02/28 18:16:49
2
3 Added: metadata.xml
4 nagios-check_linux_bonding-1.3.2.ebuild ChangeLog
5 Log:
6 Added nagios plugin to check the status of bonded network interfaces via Nagios.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
9
10 Revision Changes Path
11 1.1 net-analyzer/nagios-check_linux_bonding/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <maintainer>
22 <email>ercpe@g.o</email>
23 <name>Johann Schmitz (ercpe)</name>
24 </maintainer>
25 </pkgmetadata>
26
27
28
29
30 1.1 net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild
31
32 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild?rev=1.1&content-type=text/plain
34
35 Index: nagios-check_linux_bonding-1.3.2.ebuild
36 ===================================================================
37 # Copyright 1999-2014 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.3.2.ebuild,v 1.1 2014/02/28 18:16:49 ercpe Exp $
40
41 EAPI=5
42
43 inherit multilib
44
45 MY_P=${P/nagios-/}
46
47 DESCRIPTION="Nagios plugin to monitor bonding status of network interfaces"
48 HOMEPAGE="http://folk.uio.no/trondham/software/check_linux_bonding.html"
49 SRC_URI="http://folk.uio.no/trondham/software/files/${MY_P}.tar.gz"
50
51 LICENSE="GPL-3"
52 SLOT="0"
53 KEYWORDS="~amd64 ~x86"
54 IUSE=""
55
56 RDEPEND="dev-lang/perl"
57 DEPEND="${RDEPEND}"
58
59 S="${WORKDIR}/${MY_P}"
60
61 src_install() {
62 default
63
64 local nagiosplugindir=/usr/$(get_libdir)/nagios/plugins
65 dodir "${nagiosplugindir}"
66 exeinto ${nagiosplugindir}
67 doexe check_linux_bonding
68
69 dodoc CHANGES
70 doman man/check_linux_bonding.8
71 }
72
73
74
75 1.1 net-analyzer/nagios-check_linux_bonding/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog?rev=1.1&content-type=text/plain
79
80 Index: ChangeLog
81 ===================================================================
82 # ChangeLog for net-analyzer/nagios-check_linux_bonding
83 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
84 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog,v 1.1 2014/02/28 18:16:49 ercpe Exp $
85
86 *nagios-check_linux_bonding-1.3.2 (28 Feb 2014)
87
88 28 Feb 2014; Johann Schmitz <ercpe@g.o> +metadata.xml,
89 +nagios-check_linux_bonding-1.3.2.ebuild:
90 Added nagios plugin to check the status of bonded network interfaces via
91 Nagios.