Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/
Date: Thu, 10 Oct 2019 17:28:32
Message-Id: 1570728499.96585f4463fcc076ec4f61301259033f6201ec83.prometheanfire@gentoo
1 commit: 96585f4463fcc076ec4f61301259033f6201ec83
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 10 17:18:10 2019 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 10 17:28:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96585f44
7
8 app-admin/mcollective: 2.12.5 bump with cleanup
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-admin/mcollective/Manifest | 2 +-
14 .../{mcollective-2.12.3.ebuild => mcollective-2.12.5.ebuild} | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
18 index 13326e96434..9baa69b75d2 100644
19 --- a/app-admin/mcollective/Manifest
20 +++ b/app-admin/mcollective/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST mcollective-2.12.3.tar.gz 1516461 BLAKE2B f8fa65ffadb98ae3511416aaf8b0875486b75f20e4da4007ad70820f453a6ecd81b57d7aa30ae38b014b984330f6c4d525002a54edb2c00d629b6fd4b2250049 SHA512 55798d4579a6be8a7790b046f8b4e72607935c83ec874b6147258d827e0bf279f08dfa121d7cc4a8ed922986aa6bad9ebd62b7e3cbc1e7ef526cf58edce1bcdc
23 DIST mcollective-2.12.4.tar.gz 1517723 BLAKE2B e49a43ae7b99a5f22fe33549b26f938941f4e007c164c3c8de77daf2b3410c7db21e5023a400c87a2e4927a5a986e3b66bc3363a0c697ea06f0dd112825ae368 SHA512 f357297253f1cb5815738c8899a543642ce721c60ba023b13a7b14a99049d909622f8500ed82fc68c142cc1ffc106aed5a9bf8b1604a47c19a04a5ef4006b9e5
24 +DIST mcollective-2.12.5.tar.gz 1517727 BLAKE2B b5d91c748bb1bfc63c7c040fb067d7ba39badede094d975f0b87587fe3a6c5bb6757a5be73f887be5d83f99dfefb0272bd48da6c9e79b4aee34c8d5f51e2e6c5 SHA512 639458d83b3f25d9aa433c205b9d16ded5ec689c1efb4827457fc3075c000d7abc2b70c9c8cf741c8bea03c1e47284015e69bf834e7a5670c68a40097e45891b
25
26 diff --git a/app-admin/mcollective/mcollective-2.12.3.ebuild b/app-admin/mcollective/mcollective-2.12.5.ebuild
27 similarity index 96%
28 rename from app-admin/mcollective/mcollective-2.12.3.ebuild
29 rename to app-admin/mcollective/mcollective-2.12.5.ebuild
30 index e5ded06a825..f3db2424947 100644
31 --- a/app-admin/mcollective/mcollective-2.12.3.ebuild
32 +++ b/app-admin/mcollective/mcollective-2.12.5.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI="6"
39 @@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
40
41 LICENSE="Apache-2.0"
42 SLOT="0"
43 -KEYWORDS="amd64 x86"
44 +KEYWORDS="~amd64 ~x86"
45 IUSE="doc +client"
46
47 DEPEND=""