From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4597858973 for ; Mon, 1 Feb 2016 14:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA14521C00B; Mon, 1 Feb 2016 14:45:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 794E921C00B for ; Mon, 1 Feb 2016 14:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7D1A340C89 for ; Mon, 1 Feb 2016 14:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17EAA8DC for ; Mon, 1 Feb 2016 14:45:39 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1454337912.21dfadf1142d36f3a591ecadb39b28a29aa8c84f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pnp4nagios/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild X-VCS-Directories: net-analyzer/pnp4nagios/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 21dfadf1142d36f3a591ecadb39b28a29aa8c84f X-VCS-Branch: master Date: Mon, 1 Feb 2016 14:45:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11e6696e-9ea6-456e-ad22-35daab53b326 X-Archives-Hash: e3b27f19ccf67f2efd8b31814cdd8359 commit: 21dfadf1142d36f3a591ecadb39b28a29aa8c84f Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 1 14:45:12 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Feb 1 14:45:12 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21dfadf1 net-analyzer/pnp4nagios: fixing bug 543120, add icinga2 specifics Package-Manager: portage-2.2.26 .../pnp4nagios/pnp4nagios-0.6.25-r2.ebuild | 109 +++++++++++++++++++++ 1 file changed, 109 insertions(+) diff --git a/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild b/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild new file mode 100644 index 0000000..4e25195 --- /dev/null +++ b/net-analyzer/pnp4nagios/pnp4nagios-0.6.25-r2.ebuild @@ -0,0 +1,109 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit depend.apache eutils + +DESCRIPTION="A performance data analyzer for nagios" +HOMEPAGE="http://www.pnp4nagios.org/" +SRC_URI="mirror://sourceforge/${PN}/PNP-0.6/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" + +# A lot of things (sync mode, for one) are broken with nagios-4.x. +DEPEND=" + dev-lang/php:*[filter,gd,json,simplexml,xml,zlib] + >=net-analyzer/rrdtool-1.2[graph,perl] + || (