megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison net-analyzer/nrpe/nrpe-2.15.ebuild @ 56:b9bc67d9be9e
changes for net-analyzer/nrpe-2.15
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Mon, 17 Mar 2014 16:13:24 +0100 |
parents | c6adeffb54f5 |
children |
comparison
equal
deleted
inserted
replaced
55:c6adeffb54f5 | 56:b9bc67d9be9e |
---|---|
1 # Copyright 1999-2013 Gentoo Foundation | 1 # Copyright 1999-2014 Gentoo Foundation |
2 # Distributed under the terms of the GNU General Public License v2 | 2 # Distributed under the terms of the GNU General Public License v2 |
3 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nrpe/nrpe-2.14.ebuild,v 1.8 2013/03/09 19:09:06 ago Exp $ | 3 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/nrpe/nrpe-2.14.ebuild,v 1.8 2013/03/09 19:09:06 ago Exp $ |
4 | 4 |
5 EAPI=4 | 5 EAPI=4 |
6 | 6 |
10 HOMEPAGE="http://www.nagios.org/" | 10 HOMEPAGE="http://www.nagios.org/" |
11 SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz" | 11 SRC_URI="mirror://sourceforge/nagios/${P}.tar.gz" |
12 | 12 |
13 LICENSE="GPL-2+" | 13 LICENSE="GPL-2+" |
14 SLOT="0" | 14 SLOT="0" |
15 KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" | 15 #KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" |
16 KEYWORDS="~amd64" | |
16 IUSE="command-args ssl tcpd minimal" | 17 IUSE="command-args ssl tcpd minimal" |
17 | 18 |
18 DEPEND="ssl? ( dev-libs/openssl ) | 19 DEPEND="ssl? ( dev-libs/openssl ) |
19 !minimal? ( tcpd? ( sys-apps/tcp-wrappers ) )" | 20 !minimal? ( tcpd? ( sys-apps/tcp-wrappers ) )" |
20 RDEPEND="${DEPEND} | 21 RDEPEND="${DEPEND} |
31 elog "NAGIOS_SERVICES_FILE=${NAGIOS_SERVICES_FILE:-/etc/services.cfg}" | 32 elog "NAGIOS_SERVICES_FILE=${NAGIOS_SERVICES_FILE:-/etc/services.cfg}" |
32 } | 33 } |
33 | 34 |
34 src_prepare() { | 35 src_prepare() { |
35 # Add support for large output, | 36 # Add support for large output, |
36 # http://opsview-blog.opsera.com/dotorg/2008/08/enhancing-nrpe.html | 37 # http://www.opsview.com/whats-new/blog/enhancing-nrpe-large-output |
37 epatch "${FILESDIR}"/${P}-multiline.patch | 38 epatch "${FILESDIR}"/${P}-multiline.patch |
38 # fix configure, among others #326367, #397603 | 39 # fix configure, among others #326367, #397603 |
39 epatch "${FILESDIR}"/${P}-tcpd-et-al.patch | 40 epatch "${FILESDIR}"/${P}-tcpd-et-al.patch |
40 | 41 |
41 sed -i -e '/define \(COMMAND\|SERVICES\)_FILE/d' contrib/nrpe_check_control.c || die | 42 sed -i -e '/define \(COMMAND\|SERVICES\)_FILE/d' contrib/nrpe_check_control.c || die |