diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-11-21 11:08:39 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-11-21 11:08:39 +0000 |
commit | 595a85ed8e0c89a7a847e0e9c6d5abad7ad8d5dc (patch) | |
tree | 2f5de9acbcdd710c701966c836933565a00a2b91 /net-analyzer | |
parent | added conficts with app-misc/glimpse and dev-libs/tre as per bug #71795 (diff) | |
download | historical-595a85ed8e0c89a7a847e0e9c6d5abad7ad8d5dc.tar.gz historical-595a85ed8e0c89a7a847e0e9c6d5abad7ad8d5dc.tar.bz2 historical-595a85ed8e0c89a7a847e0e9c6d5abad7ad8d5dc.zip |
contribs nitpicks
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nagios-plugins/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/Manifest | 16 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild | 9 |
3 files changed, 27 insertions, 5 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 39c1cef3dcec..d04c5ec6b9ce 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nagios-plugins # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.26 2004/10/25 03:05:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.27 2004/11/21 11:08:39 eldad Exp $ + + 21 Nov 2004; Eldad Zack <eldad@gentoo.org> nagios-plugins-1.3.1-r1.ebuild: + contribs nitpicks: chmod all .pl script +x, fixed interpreter, + check_file_age.pl: fixed use clause. Thanks to Matt Van Wormer + <matt@broadleafservices.com>. Closes #68292. 24 Oct 2004; Jason Wever <weeve@gentoo.org> nagios-plugins-1.3.1-r1.ebuild: diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index e88f2d150380..ec187f3da3b9 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1,8 +1,18 @@ -MD5 6748737798bd8858598292309a7b7c86 ChangeLog 4125 -MD5 0101ecac3944479008cb4ef52f54ad70 nagios-plugins-1.3.1-r1.ebuild 2525 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c0582d3362a3b47e25f82a08ea553ecf nagios-plugins-1.3.1-r1.ebuild 2826 MD5 28e87bdecda2a6c56ad1fc2dc3f339db nagios-plugins-1.3.1.ebuild 1708 +MD5 5d85c52abb9ea4a7af5a38b5952c4d36 ChangeLog 4380 MD5 a3aa02d9b004cdb8629496aa61024fb7 metadata.xml 256 MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1 72 -MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1-r1 72 MD5 acb0b2b914b27b67b9a33807b1e6838e files/install-opts-fix.diff 3168 MD5 ee71da291efd7427bd9786591a98df34 files/nagios-plugins-noradius.patch 2661 +MD5 39af7074b023625d9a75730bd6932437 files/digest-nagios-plugins-1.3.1-r1 72 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFBoHX9T+MN7JbqCpMRAoxvAKCIy4yQ8Fh8Quvm7h3kW3vo5RUZ4wCfap0L +mm8JxmnuhDYP8rB0ufehjXc= +=fRSk +-----END PGP SIGNATURE----- diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild index ce97161ce881..f382aa80e148 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild,v 1.11 2004/10/25 03:05:45 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.1-r1.ebuild,v 1.12 2004/11/21 11:08:39 eldad Exp $ inherit eutils @@ -52,6 +52,13 @@ src_compile() { } src_install() { + # bring contribs into shape... (21 Nov 2004 eldad) + mv ${S}/contrib/check_compaq_insight.pl ${S}/contrib/check_compaq_insight.pl.msg + chmod +x ${S}/contrib/*.pl + + sed -i -e '1s;#!.*;#!/usr/bin/perl -w;' ${S}/contrib/*.pl + sed -i -e '30s/use lib utils.pm;/use utils;/' ${S}/contrib/check_file_age.pl + dodoc AUTHORS CODING COPYING ChangeLog FAQ INSTALL LEGALNEWS README REQUIREMENTS ROADMAP Requirements make DESTDIR=${D} install || die |