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 C320259CA3 for ; Thu, 17 Mar 2016 20:45:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6FAA4E0818; Thu, 17 Mar 2016 20:45:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18696E0818 for ; Thu, 17 Mar 2016 20:45:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D74E2340A03 for ; Thu, 17 Mar 2016 20:45:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FFEB847 for ; Thu, 17 Mar 2016 20:45:47 +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: <1458247520.9f9eeeda639d83961b42c9ba36c0d560ed88b87e.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild net-analyzer/icinga2/icinga2-9999.ebuild X-VCS-Directories: net-analyzer/icinga2/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 9f9eeeda639d83961b42c9ba36c0d560ed88b87e X-VCS-Branch: master Date: Thu, 17 Mar 2016 20:45:47 +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: 18c95de8-a1a2-4b1d-aecc-bba1015726e2 X-Archives-Hash: 2be85edd6dd8163471d091cdd9ff061d commit: 9f9eeeda639d83961b42c9ba36c0d560ed88b87e Author: Matthew Thode gentoo org> AuthorDate: Thu Mar 17 20:43:03 2016 +0000 Commit: Matt Thode gentoo org> CommitDate: Thu Mar 17 20:45:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f9eeeda net-analyzer/icinga2: fixing fowners Package-Manager: portage-2.2.26 .../icinga2/{icinga2-9999.ebuild => icinga2-2.4.4-r1.ebuild} | 9 ++++----- net-analyzer/icinga2/icinga2-9999.ebuild | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild similarity index 94% copy from net-analyzer/icinga2/icinga2-9999.ebuild copy to net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild index c0f5d91..ee6c00c 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-2.4.4-r1.ebuild @@ -3,16 +3,15 @@ # $Id$ EAPI=5 -inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user +inherit cmake-utils depend.apache eutils systemd toolchain-funcs user DESCRIPTION="Distributed, general purpose, network monitoring engine" HOMEPAGE="http://icinga.org/icinga2" -EGIT_REPO_URI="https://github.com/Icinga/icinga2.git" -EGIT_BRANCH="master" +SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="+mysql postgres classicui console lto mail minimal nano-syntax +plugins studio +vim-syntax" CDEPEND=" @@ -136,7 +135,7 @@ src_install() { fowners icinga:icinga /etc/icinga2 fowners icinga:icinga /var/lib/icinga2 fowners icinga:icinga /var/spool/icinga2 - fowners icinga:icingacmd /var/lib/icinga2/api + fowners -R icinga:icingacmd /var/lib/icinga2/api fowners icinga:icinga /var/spool/icinga2/perfdata fowners icinga:icingacmd /var/log/icinga2 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild index c0f5d91..4cdc77d 100644 --- a/net-analyzer/icinga2/icinga2-9999.ebuild +++ b/net-analyzer/icinga2/icinga2-9999.ebuild @@ -136,7 +136,7 @@ src_install() { fowners icinga:icinga /etc/icinga2 fowners icinga:icinga /var/lib/icinga2 fowners icinga:icinga /var/spool/icinga2 - fowners icinga:icingacmd /var/lib/icinga2/api + fowners -R icinga:icingacmd /var/lib/icinga2/api fowners icinga:icinga /var/spool/icinga2/perfdata fowners icinga:icingacmd /var/log/icinga2