ercpe       14/10/23 04:41:49

  Modified:             ChangeLog
  Added:                nagios-check_linux_bonding-1.4.ebuild
  Log:
  Version bump to 1.4
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.2                  net-analyzer/nagios-check_linux_bonding/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   28 Feb 2014 18:16:49 -0000      1.1
+++ ChangeLog   23 Oct 2014 04:41:49 -0000      1.2
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/nagios-check_linux_bonding
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog,v 1.1 
2014/02/28 18:16:49 ercpe Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_linux_bonding/ChangeLog,v 1.2 
2014/10/23 04:41:49 ercpe Exp $
+
+*nagios-check_linux_bonding-1.4 (23 Oct 2014)
+
+  23 Oct 2014; Johann Schmitz <er...@gentoo.org>
+  +nagios-check_linux_bonding-1.4.ebuild:
+  Version bump to 1.4
 
 *nagios-check_linux_bonding-1.3.2 (28 Feb 2014)
 



1.1                  
net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild?rev=1.1&content-type=text/plain

Index: nagios-check_linux_bonding-1.4.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/nagios-check_linux_bonding/nagios-check_linux_bonding-1.4.ebuild,v
 1.1 2014/10/23 04:41:49 ercpe Exp $

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
}




Reply via email to