Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/icinga2/
Date: Thu, 21 Sep 2017 16:28:08
Message-Id: 1506011248.5fab84e3ddf71b05e626423029d47b4db833882c.prometheanfire@gentoo
1 commit: 5fab84e3ddf71b05e626423029d47b4db833882c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 21 16:24:38 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 21 16:27:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fab84e3
7
8 net-analyzer/icinga2: 2.7.1 bup
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-analyzer/icinga2/Manifest | 1 +
13 .../icinga2/{icinga2-9999.ebuild => icinga2-2.7.1.ebuild} | 8 ++++----
14 net-analyzer/icinga2/icinga2-9999.ebuild | 2 +-
15 3 files changed, 6 insertions(+), 5 deletions(-)
16
17 diff --git a/net-analyzer/icinga2/Manifest b/net-analyzer/icinga2/Manifest
18 index 3f3288ae022..c19fb18d6f1 100644
19 --- a/net-analyzer/icinga2/Manifest
20 +++ b/net-analyzer/icinga2/Manifest
21 @@ -1 +1,2 @@
22 DIST icinga2-2.7.0.tar.gz 2435398 SHA256 8f06d23e5d922ba7a74f92dbb9af792be063d06d3aea9011aba39370935c6980 SHA512 470dd4ffa4ef608a018ede5c25b41f16213bf18c679eed8aaeed155fe6adc74a70abcc2e8be42ca20bf60f9b4b620c971ebbc96d608de2a90e480d72b93111bb WHIRLPOOL c926086c296affaafc7d55471ea5c1414b2d2cb8545657215a53bb9744c3147c32f8398317ad670e0d12fb95c83b54f0712f061e5e93bab868c4f04d833c3b47
23 +DIST icinga2-2.7.1.tar.gz 2475348 SHA256 79f2cd2cba66b2d2a785d37cccd4a47611f7b0b7d52b9a625a22f0c7ff12f7f0 SHA512 8233c33b7191706569a236d583fff689b35eba750fca01a06cfd14ef636b01314b6b142d78777987bd08a9df1cc53f42652fd1c900532b73f0a0363aa220c6cd WHIRLPOOL be07801033b8e10d3a4aaa26e9cd6b75663aed4cf513f8d592b05ea13e0626ab3021d5a52ebeedfa754752057a1d3378fd54c1f8fd1ec5dc72338c891d6b9785
24
25 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-2.7.1.ebuild
26 similarity index 96%
27 copy from net-analyzer/icinga2/icinga2-9999.ebuild
28 copy to net-analyzer/icinga2/icinga2-2.7.1.ebuild
29 index 644d451cfc6..875027fb0d7 100644
30 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
31 +++ b/net-analyzer/icinga2/icinga2-2.7.1.ebuild
32 @@ -1,16 +1,16 @@
33 # Copyright 1999-2017 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=5
37 +EAPI=6
38 if [[ ${PV} != 9999 ]]; then
39 inherit cmake-utils depend.apache eutils systemd toolchain-funcs user wxwidgets
40 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 - KEYWORDS="~amd64 ~arm ~arm64 ~x86"
42 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
43 else
44 - inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user wxwidgets
45 + inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
46 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
47 EGIT_BRANCH="master"
48 - KEYWORDS=""
49 + KEYWORDS="~ppc ~ppc64"
50 fi
51
52 DESCRIPTION="Distributed, general purpose, network monitoring engine"
53
54 diff --git a/net-analyzer/icinga2/icinga2-9999.ebuild b/net-analyzer/icinga2/icinga2-9999.ebuild
55 index 644d451cfc6..32561101621 100644
56 --- a/net-analyzer/icinga2/icinga2-9999.ebuild
57 +++ b/net-analyzer/icinga2/icinga2-9999.ebuild
58 @@ -7,7 +7,7 @@ if [[ ${PV} != 9999 ]]; then
59 SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
60 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
61 else
62 - inherit cmake-utils depend.apache eutils git-2 systemd toolchain-funcs user wxwidgets
63 + inherit cmake-utils depend.apache eutils git-r3 systemd toolchain-funcs user wxwidgets
64 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git"
65 EGIT_BRANCH="master"
66 KEYWORDS=""