diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-12-15 15:09:56 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-12-15 15:09:56 +0000 |
commit | b302ff4344e77f547bbd00b643748ac3ba1584a7 (patch) | |
tree | d4edd93f666f5f55dfafce978f186c9b7e161e71 /net-analyzer/nagios-nrpe | |
parent | x86 stable. (diff) | |
download | historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.tar.gz historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.tar.bz2 historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.zip |
cleanup
Diffstat (limited to 'net-analyzer/nagios-nrpe')
6 files changed, 0 insertions, 138 deletions
diff --git a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.5 b/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.5 deleted file mode 100644 index 9d8d88bbf3f4..000000000000 --- a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 6f9f696e24fe380839e01fc57e29206b nrpe-1.5.tar.gz 38232 diff --git a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.7 b/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.7 deleted file mode 100644 index 6a0de8f02a98..000000000000 --- a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 f9462e9446ef1928e27a612ac5f87fdb nrpe-1.7.tar.gz 41249 diff --git a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.8 b/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.8 deleted file mode 100644 index 9c03c28c4b38..000000000000 --- a/net-analyzer/nagios-nrpe/files/digest-nagios-nrpe-1.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 b285e2838685508ab85395f480018373 nrpe-1.8.tar.gz 41347 diff --git a/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild b/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild deleted file mode 100644 index 0083042e1298..000000000000 --- a/net-analyzer/nagios-nrpe/nagios-nrpe-1.5.ebuild +++ /dev/null @@ -1,45 +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-nrpe/nagios-nrpe-1.5.ebuild,v 1.3 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NRPE - Nagios Remote Plugin Executor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="http://telia.dl.sourceforge.net/sourceforge/nagios/nrpe-1.5.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3_beta1" -S="${WORKDIR}/nrpe-1.5" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README - insinto /etc/nagios - doins ${FILESDIR}/nrpe.cfg - exeinto /usr/nagios/bin - doexe src/nrpe - fowners nagios:nagios /usr/nagios/bin/nrpe - exeinto /usr/nagios/libexec - doexe src/check_nrpe - fowners nagios:nagios /usr/nagios/libexec/check_nrpe - exeinto /etc/init.d - doexe ${FILESDIR}/nrpe -} -pkg_postinst() { - einfo - einfo "If you are using the nrpe daemon, remember to edit" - einfo "the config file /etc/nagios/nrpe.cfg" - einfo -} diff --git a/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild b/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild deleted file mode 100644 index 14e26f97bd8a..000000000000 --- a/net-analyzer/nagios-nrpe/nagios-nrpe-1.7.ebuild +++ /dev/null @@ -1,45 +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-nrpe/nagios-nrpe-1.7.ebuild,v 1.5 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NRPE - Nagios Remote Plugin Executor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nrpe-1.7.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0_beta2" -S="${WORKDIR}/nrpe-1.7" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README - insinto /etc/nagios - doins ${FILESDIR}/nrpe.cfg - exeinto /usr/nagios/bin - doexe src/nrpe - fowners nagios:nagios /usr/nagios/bin/nrpe - exeinto /usr/nagios/libexec - doexe src/check_nrpe - fowners nagios:nagios /usr/nagios/libexec/check_nrpe - exeinto /etc/init.d - doexe ${FILESDIR}/nrpe -} -pkg_postinst() { - einfo - einfo "If you are using the nrpe daemon, remember to edit" - einfo "the config file /etc/nagios/nrpe.cfg" - einfo -} diff --git a/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild b/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild deleted file mode 100644 index 92bac88e908d..000000000000 --- a/net-analyzer/nagios-nrpe/nagios-nrpe-1.8.ebuild +++ /dev/null @@ -1,45 +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-nrpe/nagios-nrpe-1.8.ebuild,v 1.4 2003/09/05 23:40:09 msterret Exp $ -DESCRIPTION="Nagios $PV NRPE - Nagios Remote Plugin Executor" -HOMEPAGE="http://www.nagios.org/" -SRC_URI="mirror://sourceforge/nagios/nrpe-1.8.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc ~sparc" -IUSE="" -DEPEND=">=net-analyzer/nagios-plugins-1.3.0_beta2" -S="${WORKDIR}/nrpe-1.8" - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr/nagios \ - --localstatedir=/var/nagios \ - --sysconfdir=/etc/nagios \ - --with-nrpe-user=nagios \ - --with-nrpe-grp=nagios \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake all || die -} - -src_install() { - dodoc LEGAL Changelog README - insinto /etc/nagios - doins ${FILESDIR}/nrpe.cfg - exeinto /usr/nagios/bin - doexe src/nrpe - fowners nagios:nagios /usr/nagios/bin/nrpe - exeinto /usr/nagios/libexec - doexe src/check_nrpe - fowners nagios:nagios /usr/nagios/libexec/check_nrpe - exeinto /etc/init.d - doexe ${FILESDIR}/nrpe -} -pkg_postinst() { - einfo - einfo "If you are using the nrpe daemon, remember to edit" - einfo "the config file /etc/nagios/nrpe.cfg" - einfo -} |