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 46F5B1388C0 for ; Mon, 29 Feb 2016 22:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B6DEE081C; Mon, 29 Feb 2016 22:52:35 +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 190E6E0826 for ; Mon, 29 Feb 2016 22:52:34 +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 BB3A034090F for ; Mon, 29 Feb 2016 22:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1CAE16C4 for ; Mon, 29 Feb 2016 22:52:30 +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: <1456786323.e2ffa6a3b0101fa7024cf5886b1dec33b97335a6.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/icingaweb2-module-pnp4nagios/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/icingaweb2-module-pnp4nagios/Manifest www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild X-VCS-Directories: www-apps/icingaweb2-module-pnp4nagios/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: e2ffa6a3b0101fa7024cf5886b1dec33b97335a6 X-VCS-Branch: master Date: Mon, 29 Feb 2016 22:52:30 +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: f1c05e26-012e-44f6-a489-1a0de7f3df80 X-Archives-Hash: b07043e8ff24ee3275ec9a98eda254d1 commit: e2ffa6a3b0101fa7024cf5886b1dec33b97335a6 Author: Matthew Thode gentoo org> AuthorDate: Mon Feb 29 22:52:03 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Mon Feb 29 22:52:03 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2ffa6a3 www-apps/icingaweb2-module-pnp4nagios: bup Package-Manager: portage-2.2.26 www-apps/icingaweb2-module-pnp4nagios/Manifest | 1 + .../icingaweb2-module-pnp4nagios-1.0.1.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/www-apps/icingaweb2-module-pnp4nagios/Manifest b/www-apps/icingaweb2-module-pnp4nagios/Manifest new file mode 100644 index 0000000..d212309 --- /dev/null +++ b/www-apps/icingaweb2-module-pnp4nagios/Manifest @@ -0,0 +1 @@ +DIST icingaweb2-module-pnp4nagios-1.0.1.tar.gz 5988 SHA256 956d2afe1dc3895994381baf40f3ac326ba1f771c84c86b54ba39c64b78483df SHA512 594a8d2a141bdf682fa37dc7b677a78f255dfa3d05071878a416b7426ed6355abc2a2864394e333a00c08aba8fd4f898e42c5a49ffeaf689a16de175f6ddb333 WHIRLPOOL 03d0b7c008d724055fd930e86a88e0e1ecaba9bd803882cab0acba1fa01d1784f9efdda4f2dad943af411fd0fedafd87563e7e1b179c6b7bea3baba9c5fe1684 diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild new file mode 100644 index 0000000..9506223 --- /dev/null +++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +DESCRIPTION="Icinga Web 2 plugin for pnp4nagios" +HOMEPAGE="http://www.icinga.org/" +MY_PN="icingaweb2-module-pnp" +SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="GPL-2" +SLOT="0" +IUSE="" +KEYWORDS="" + +DEPEND=">=net-analyzer/icinga2-2.1.1 + >=www-apps/icingaweb2-2.0.0" +RDEPEND="${DEPEND}" + +src_install() { + mkdir -p "${D}/usr/share/icingaweb2/modules/pnp" + cp -R "${S}"/* "${D}/usr/share/icingaweb2/modules/pnp" +}