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-plugins | |
parent | x86 stable. (diff) | |
download | historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.tar.gz historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.tar.bz2 historical-b302ff4344e77f547bbd00b643748ac3ba1584a7.zip |
cleanup
Diffstat (limited to 'net-analyzer/nagios-plugins')
-rw-r--r-- | net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 | 1 | ||||
-rw-r--r-- | net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild | 56 |
2 files changed, 0 insertions, 57 deletions
diff --git a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 b/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 deleted file mode 100644 index 75839bb3c62c..000000000000 --- a/net-analyzer/nagios-plugins/files/digest-nagios-plugins-1.3.0-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 74ce3383cb39c85df78a1db7ac50838b nagios-plugins-1.3.0.tar.gz 489070 diff --git a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild b/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild deleted file mode 100644 index 44c24954cbc7..000000000000 --- a/net-analyzer/nagios-plugins/nagios-plugins-1.3.0-r2.ebuild +++ /dev/null @@ -1,56 +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.0-r2.ebuild,v 1.3 2003/11/26 18:25:20 mholzer 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/${P}.tar.gz" -RESTRICT="nomirror" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~sparc ~ppc" -IUSE="ssl samba mysql postgres ldap" -#RDEPEND=">=net-analyzer/nagios-core-1.0" -DEPEND=">=net-dns/bind-tools-9.2.2_rc1 - ssl? ( >=dev-libs/openssl-0.9.6g ) - >=dev-lang/perl-5.6.1-r7 - >=net-analyzer/fping-2.4_beta2-r1 - >=net-misc/ntp-4.1.1a - >=dev-perl/Net-SNMP-4.0.1-r1 - >=net-analyzer/net-snmp-5.0.6 - samba? ( >=net-fs/samba-2.2.5-r1 ) - >=net-misc/openssh-3.5_p1 - mysql? ( >=dev-db/mysql-3.23.52-r1 ) - postgres? ( >=dev-db/postgresql-7.2 ) - ldap? ( >=net-nds/openldap-2.0.25 )" - -S="${WORKDIR}/${P}" - -pkg_setup() { - enewgroup nagios - enewuser nagios -1 /bin/bash /dev/null nagios - } -src_compile() { - local myconf - use mysql && myconf="${myconf} --with-mysql" - use postgres && myconf="${myconf} --with-pgsql" - use openssl && myconf="${myconf} --with-openssl" - - ./configure ${myconf} \ - --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" -} |