From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BEC5F138334 for ; Sat, 22 Jun 2019 23:01:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2667E0905; Sat, 22 Jun 2019 23:01:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4A42E0905 for ; Sat, 22 Jun 2019 23:01:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 89F0A3467BE for ; Sat, 22 Jun 2019 23:01:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64BD2618 for ; Sat, 22 Jun 2019 23:01:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1561244438.64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagtrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild net-analyzer/nagtrap/nagtrap-0.1.3.ebuild X-VCS-Directories: net-analyzer/nagtrap/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413 X-VCS-Branch: master Date: Sat, 22 Jun 2019 23:01:08 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cee0ddd3-7142-44d3-89e2-67d1c6ceff87 X-Archives-Hash: 8daa05ff5c1287e8c06813cc532131db commit: 64e0ebbda7d8b19ce5e77c8f0c7739a0ff293413 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Jun 22 23:00:38 2019 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Jun 22 23:00:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64e0ebbd net-analyzer/nagtrap: EAPI bump Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Andreas K. Hüttel gentoo.org> .../nagtrap/{nagtrap-0.1.3.ebuild => nagtrap-0.1.3-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild b/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild similarity index 94% rename from net-analyzer/nagtrap/nagtrap-0.1.3.ebuild rename to net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild index d1ed7bd19eb..a287f19e46b 100644 --- a/net-analyzer/nagtrap/nagtrap-0.1.3.ebuild +++ b/net-analyzer/nagtrap/nagtrap-0.1.3-r1.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=2 - -inherit eutils multilib +EAPI=7 DESCRIPTION="Integrated snmptt visualization addon for the Nagios monitoring system" HOMEPAGE="http://www.nagtrap.org/" @@ -34,6 +32,7 @@ src_install() { insopts -m 750 -g nagios doins plugin/check_snmptraps.pl } + pkg_postinst() { elog "Before running NagTrap for the first time, you will need setup its configuration" elog "/usr/share/nagtrap/nagtrap/etc/config.ini.php"