diff options
author | Dean Bailey <alron@gentoo.org> | 2003-03-01 01:16:23 +0000 |
---|---|---|
committer | Dean Bailey <alron@gentoo.org> | 2003-03-01 01:16:23 +0000 |
commit | e455aa2d8379a1407bc52b60bcf187d362b8688d (patch) | |
tree | e41f0a8ec47514832a21d9c0c8395f073c5f9ccc /net-analyzer | |
parent | touchups (diff) | |
download | gentoo-2-e455aa2d8379a1407bc52b60bcf187d362b8688d.tar.gz gentoo-2-e455aa2d8379a1407bc52b60bcf187d362b8688d.tar.bz2 gentoo-2-e455aa2d8379a1407bc52b60bcf187d362b8688d.zip |
moved to stable for x86
Diffstat (limited to 'net-analyzer')
4 files changed, 4 insertions, 54 deletions
diff --git a/net-analyzer/nagios-plugins/ChangeLog b/net-analyzer/nagios-plugins/ChangeLog index 7f6ab547a771..1e66d2f2ab1c 100644 --- a/net-analyzer/nagios-plugins/ChangeLog +++ b/net-analyzer/nagios-plugins/ChangeLog @@ -1,10 +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.8 2003/03/01 00:25:39 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/ChangeLog,v 1.9 2003/03/01 01:16:23 alron Exp $ *nagios-plugins-1.3.0_beta3 28 Feb 2003; Dean Bailey <alron@gentoo.org> nagios-plugins-1.3.0_beta3 : - Version bump to beta3. + Version bump to beta3. Moved to stable. *nagios-plugins-1.3.0_beta2-r1 30 Jan 2003; Dean Bailey <alron@gentoo.org> nagios-plugins-1.3.0_beta2-r1 : diff --git a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3_beta1 b/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3_beta1 deleted file mode 100644 index 00e0797b8b0a..000000000000 --- a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3_beta1 +++ /dev/null @@ -1 +0,0 @@ -MD5 be984a7feebe0f6f3ecf13255f18014d nagiosplug-1.3-beta1.tar.gz 417606 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0_beta3.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.0_beta3.ebuild index f98d76fb98f9..6f8e81b8cc98 100644 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0_beta3.ebuild +++ b/net-analyzer/nagios-plugins/nagios-plugins-1.3.0_beta3.ebuild @@ -1,12 +1,12 @@ # 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_beta3.ebuild,v 1.1 2003/03/01 00:25:39 alron Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-plugins/nagios-plugins-1.3.0_beta3.ebuild,v 1.2 2003/03/01 01:16:23 alron Exp $ 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-beta3.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc ~ppc" +KEYWORDS="x86 ~sparc ~ppc" IUSE="" DEPEND=">=bind-tools-9.2.2_rc1 >=openssl-0.9.6g diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3_beta1.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3_beta1.ebuild deleted file mode 100644 index 33d5e02e3ae5..000000000000 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3_beta1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# 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_beta1.ebuild,v 1.3 2003/02/13 13:44:55 vapier Exp $ -DESCRIPTION="Nagios $PV plugins - Pack of plugins to make Nagios work properly" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/nagiosplug/nagiosplug-1.3-beta1.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -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-2.2.5-r1 - >=openssh-3.5_p1 - >=mysql-3.23.52-r1 - >=autoconf-2.53a" -S="${WORKDIR}/nagiosplug-1.3-beta1" -src_compile() { - patch -p1 < ${FILESDIR}/install-opts-fix.diff - autoconf - ./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() { - userdel nagios 2> /dev/null - if ! groupmod nagios; then - groupadd -g 75 nagios 2> /dev/null || \ - die "Failed to create nagios group" - fi - useradd -u 75 -g nagios -s /dev/null -d /var/empty -c "nagios" nagios || \ - die "Failed to create nagios user" - chown -R nagios:nagios ${D}/usr/nagios/libexec || die "Failed Chown of ${D}/usr/nagios/libexec" -} |