diff options
author | Dean Bailey <alron@gentoo.org> | 2003-06-17 19:40:23 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2003-06-17 19:40:23 +0000 |
commit | a3b0f0ef0a6940a09f28b4bd812abc4dd91a3e04 (patch) | |
tree | 9ce0790028cd1e9916af5718a3f9b53abd22c1f9 /net-analyzer | |
parent | Fix for bugs #17771, #21198, #20616, #16628, #22955 (diff) | |
download | gentoo-2-a3b0f0ef0a6940a09f28b4bd812abc4dd91a3e04.tar.gz gentoo-2-a3b0f0ef0a6940a09f28b4bd812abc4dd91a3e04.tar.bz2 gentoo-2-a3b0f0ef0a6940a09f28b4bd812abc4dd91a3e04.zip |
Fix for bugs #17771, #21198, #20616, #16628, #22955
Diffstat (limited to 'net-analyzer')
4 files changed, 58 insertions, 3 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 16e472d70af8..22595ce116d4 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-plugins # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.11 2003/05/12 18:04:02 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.12 2003/06/17 19:40:20 alron Exp $ + +*nagios-plugins-1.3.0-r1 (17 Jun 2003) + 17 Jun 2003; Dean Bailey <alron@gentoo.org> nagios-plugins-1.3.0-r1.ebuild : + Fix for bugs #17771, #21198, #20616, #16628, #22955 *nagios-plugins-1.3.0 12 May 2003; Dean Bailey <alron@gentoo.org> nagios-plugins-1.3.0 : diff --git a/net-analyzer/nagios-plugins/Manifest b/net-analyzer/nagios-plugins/Manifest index d68d1e597437..59f0ea3aa5a5 100644 --- a/net-analyzer/nagios-plugins/Manifest +++ b/net-analyzer/nagios-plugins/Manifest @@ -1,10 +1,10 @@ -MD5 ade17fa469c54de07c7db024af526da5 ChangeLog 1829 +MD5 695174383969a7da28c4050025a5c87f ChangeLog 2002 MD5 f454d97099d0ee9cf36a14ef48f0ab1a nagios-plugins-1.3.0.ebuild 1579 MD5 db15178fb1b894aa5063b9801aa6fee2 nagios-plugins-1.3.0_beta2-r1.ebuild 1659 MD5 c57d43fc7fb6dabc7e312d4a7b42dfd5 nagios-plugins-1.3.0_beta2.ebuild 1585 MD5 7212717776da41f016aded27ff6f9ddb nagios-plugins-1.3.0_beta3-r1.ebuild 1627 MD5 67a86754c811a3d266307a42575e623b nagios-plugins-1.3.0_beta3.ebuild 1597 -MD5 f50baa5e36ccc141cfcee8ea6b49218e nagios-plugins-1.3.0-r1.ebuild 1471 +MD5 fd2df01c637689127ccceb60bb6a9bc7 nagios-plugins-1.3.0-r1.ebuild 1492 MD5 2964d08030df634e1ea894eb1a6eea0b files/digest-nagios-plugins-1.3.0 72 MD5 b3d4a88fe179417a3a47ac7e016f56e7 files/digest-nagios-plugins-1.3.0_beta2 78 MD5 b3d4a88fe179417a3a47ac7e016f56e7 files/digest-nagios-plugins-1.3.0_beta2-r1 78 diff --git a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r1 b/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r1 new file mode 100644 index 000000000000..75839bb3c62c --- /dev/null +++ b/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r1 @@ -0,0 +1 @@ +MD5 74ce3383cb39c85df78a1db7ac50838b nagios-plugins-1.3.0.tar.gz 489070 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r1.ebuild new file mode 100644 index 000000000000..c45d949528bc --- /dev/null +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r1.ebuild,v 1.1 2003/06/17 19:40:20 alron Exp $ +inherit eutils + +DESCRIPTION="Nagios $PV plugins - Pack of plugins to make Nagios work properly" +HOMEPAGE="http://www.nagios.org/" +SRC_URI="mirror://sourceforge/nagiosplug/nagios-plugins-1.3.0.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ~sparc ~ppc" +IUSE="" +#RDEPEND=">=net-analyzer/nagios-core-1.0" +DEPEND=">=bind-tools-9.2.2_rc1 + >=openssl-0.9.6g + >=perl-5.6.1-r7 + >=fping-2.4_beta2-r1 + >=ntp-4.1.1a + >=Net-SNMP-4.0.1-r1 + >=net-snmp-5.0.6 + samba? ( >=samba-2.2.5-r1 ) + >=openssh-3.5_p1 + mysql? ( >=mysql-3.23.52-r1 ) + >=autoconf-2.53a + qstat? ( >=app-games/qstat-25 ) + postgres? ( >=postgresql-7.2 )" + +S="${WORKDIR}/nagios-plugins-1.3.0" +pkg_setup() { + enewgroup nagios + enewuser nagios -1 /bin/bash /dev/null nagios + } +src_compile() { + ./configure \ + --host=${CHOST} \ + --prefix=/usr/nagios \ + --with-nagios-user=nagios \ + --sysconfdir=/etc/nagios \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man || die "./configure failed" + make || die +} + +src_install() { + dodoc AUTHORS CODING COPYING ChangeLog FAQ INSTALL LEGALNEWS README REQUIREMENTS ROADMAP Requirements + make DESTDIR=${D} install || die +} +pkg_preinst() { + chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}/usr/nagios/libexec" +} |