commit:     1575a3f0986b08f966a57c964d53eb278069dd37
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 16 17:52:04 2017 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Aug 16 17:52:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1575a3f0

app-admin/mcollective: 2.11.2 bup with cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/mcollective/Manifest                                    | 2 +-
 .../{mcollective-2.10.5.ebuild => mcollective-2.11.2.ebuild}      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 69b898dbd42..cfcda790247 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,2 @@
-DIST mcollective-2.10.5.tar.gz 1510725 SHA256 
7da307010c40bdd1e2104f94e6e4ee1f53bd6dfde54a0aa3950cc558a3468d8f SHA512 
51cf6ee018f36ae9d223c7afe79b08ede9dee8bbc78a8d9e8d48399b0f26b264b3fedb459f82713fbabd4a015f5376e983363997e223b3a0bc0e4bec6bbd1e82
 WHIRLPOOL 
56bb3a954421c672cf39061ffec3425ef5d576a8e6f7e829c16747030bbeb618c57292f9a95077e0acc9de581439843b115538cb27d23208abe3d4656d702bad
 DIST mcollective-2.11.1.tar.gz 1516922 SHA256 
d5e150408e61d51b3844e14c6304cf61f27243c5dc658e689bbaaee91dce6b0b SHA512 
88d2511829936a5987c8ddab068f59d17f16230cb339801672238ae54ce2115e93d7271a78001176ccc203a1b70f7ee2f35992e414059f1db9cb05db210463e5
 WHIRLPOOL 
cff40347c46464a18d6d98e3a3e2a7dab4169f5c0e1b60f08f3292cc87adcc123fc423203d664bcee1dac47a1dd44e44726702de5c2ea0ed0c5e55d8dbe0b45a
+DIST mcollective-2.11.2.tar.gz 1516590 SHA256 
aa3664d5ba2d4d20e448c374c315c91d55b5bb43918a04092747a4052bc3f969 SHA512 
1dc393fa1a09c5151b64b84086ef9af934feeebd2700a00cc4c84696fa2a25d90a410a373b553198f5fda6e1e36808ffb8dc38edcb15bb9e4253998aa7504439
 WHIRLPOOL 
f808d4f9ffbf733842dd29f8e0548b90a4705f8b502dcc62509380b013d69de786204025490d4fb67d657e5c6597fb0d3ffdac2724e8dbca6347511ef50be54a

diff --git a/app-admin/mcollective/mcollective-2.10.5.ebuild 
b/app-admin/mcollective/mcollective-2.11.2.ebuild
similarity index 92%
rename from app-admin/mcollective/mcollective-2.10.5.ebuild
rename to app-admin/mcollective/mcollective-2.11.2.ebuild
index ec955b14231..795e3790264 100644
--- a/app-admin/mcollective/mcollective-2.10.5.ebuild
+++ b/app-admin/mcollective/mcollective-2.11.2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI="6"
 
 USE_RUBY="ruby21 ruby22 ruby23"
 
@@ -9,13 +9,13 @@ inherit ruby-ng
 
 DESCRIPTION="Framework to build server orchestration or parallel job execution
 systems"
-HOMEPAGE="http://marionette-collective.org/";
+HOMEPAGE="https://docs.puppet.com/mcollective/";
 
SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
 S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""
@@ -55,6 +55,6 @@ pkg_postinst() {
        einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
        einfo "is a new installation"
        einfo
-       einfo "[1] http://activemq.apache.org/";
+       einfo "[1] https://activemq.apache.org/";
        einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted";
 }

Reply via email to