[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/files/, app-admin/mcollective/, profiles/

2023-05-07 Thread Matthew Thode
commit: 199ecb387c7b9a7fb62336e8a0b722689ac45c9d
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  8 04:11:21 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May  8 04:11:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=199ecb38

app-admin/mcollective: remove from tree

Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/files/mcollectived.initd  | 28 
 app-admin/mcollective/mcollective-2.12.5.ebuild | 61 -
 app-admin/mcollective/metadata.xml  | 13 --
 profiles/package.mask   |  5 --
 5 files changed, 108 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
deleted file mode 100644
index 9f6962f131d1..
--- a/app-admin/mcollective/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mcollective-2.12.5.tar.gz 1517727 BLAKE2B 
b5d91c748bb1bfc63c7c040fb067d7ba39badede094d975f0b87587fe3a6c5bb6757a5be73f887be5d83f99dfefb0272bd48da6c9e79b4aee34c8d5f51e2e6c5
 SHA512 
639458d83b3f25d9aa433c205b9d16ded5ec689c1efb4827457fc3075c000d7abc2b70c9c8cf741c8bea03c1e47284015e69bf834e7a5670c68a40097e45891b

diff --git a/app-admin/mcollective/files/mcollectived.initd 
b/app-admin/mcollective/files/mcollectived.initd
deleted file mode 100644
index 8e295ceaa41c..
--- a/app-admin/mcollective/files/mcollectived.initd
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the Apache License, Version 2.0
-
-mcollectived="/usr/sbin/mcollectived"
-pidfile="/var/run/mcollectived"
-
-depend() {
-need net
-}
-
-start() {
-ebegin "Starting mcollectived"
-${mcollectived} --pid=${pidfile} --config="/etc/mcollective/server.cfg"
-eend $?
-}
-
-stop() {
-ebegin "Stopping mcollectived"
-kill `cat ${pidfile}`
-eend $?
-}
-
-restart() {
-svc_stop
-sleep 2
-svc_start
-}

diff --git a/app-admin/mcollective/mcollective-2.12.5.ebuild 
b/app-admin/mcollective/mcollective-2.12.5.ebuild
deleted file mode 100644
index 0c30f90cf894..
--- a/app-admin/mcollective/mcollective-2.12.5.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby25 ruby26 ruby27"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND=">=dev-ruby/stomp-1.4.4"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dodoc -r ext
-   docinto html
-   dodoc -r doc/.
-   docompress -x /usr/share/doc/${PF}/{ext,html}
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/metadata.xml 
b/app-admin/mcollective/metadata.xml
deleted file mode 100644
index 7077b45eb0cd..
--- a/app-admin/mcollective/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   prometheanf...@gentoo.org
-   
-   
-   Install client utilities
-   
-   
-   puppetlabs/marionette-collective
-   
-

diff --git a/profiles/package.mask b/profiles/package.mask
index ecb0c520cac3..0362fa00aebd 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -278,11 +278,6 @@ dev-python/cbor
 # Removal on 2023-05-09
 net-im/wazzapp-bin
 
-# Matthew Thode  (2023-04-08)
-# upstream has 

[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2021-09-12 Thread Hans de Graaff
commit: 04caf2b0678425ab098fd50040dcc640486d7d22
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep 12 07:53:48 2021 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep 12 07:53:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04caf2b0

app-admin/mcollective: cleanup ruby25-only version

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/mcollective-2.12.4.ebuild | 60 -
 2 files changed, 61 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 9baa69b75d2..9f6962f131d 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1 @@
-DIST mcollective-2.12.4.tar.gz 1517723 BLAKE2B 
e49a43ae7b99a5f22fe33549b26f938941f4e007c164c3c8de77daf2b3410c7db21e5023a400c87a2e4927a5a986e3b66bc3363a0c697ea06f0dd112825ae368
 SHA512 
f357297253f1cb5815738c8899a543642ce721c60ba023b13a7b14a99049d909622f8500ed82fc68c142cc1ffc106aed5a9bf8b1604a47c19a04a5ef4006b9e5
 DIST mcollective-2.12.5.tar.gz 1517727 BLAKE2B 
b5d91c748bb1bfc63c7c040fb067d7ba39badede094d975f0b87587fe3a6c5bb6757a5be73f887be5d83f99dfefb0272bd48da6c9e79b4aee34c8d5f51e2e6c5
 SHA512 
639458d83b3f25d9aa433c205b9d16ded5ec689c1efb4827457fc3075c000d7abc2b70c9c8cf741c8bea03c1e47284015e69bf834e7a5670c68a40097e45891b

diff --git a/app-admin/mcollective/mcollective-2.12.4.ebuild 
b/app-admin/mcollective/mcollective-2.12.4.ebuild
deleted file mode 100644
index 60b5f9e5224..000
--- a/app-admin/mcollective/mcollective-2.12.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND=">=dev-ruby/stomp-1.4.4"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2020-09-06 Thread Hans de Graaff
commit: 9ee1cfea5ed30f70e4330db2ba1a436deebd3925
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Sep  6 06:13:37 2020 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Sep  6 06:48:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ee1cfea

app-admin/mcollective: add ruby27

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/mcollective/mcollective-2.12.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/mcollective/mcollective-2.12.5.ebuild 
b/app-admin/mcollective/mcollective-2.12.5.ebuild
index 689393b26c6..81b95b3248b 100644
--- a/app-admin/mcollective/mcollective-2.12.5.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby25 ruby26 ruby27"
 
 inherit ruby-ng
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2019-11-16 Thread Hans de Graaff
commit: 44d590adaf1977114f08fdfd72f2e60ad230c8d7
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun Nov 17 06:14:11 2019 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun Nov 17 07:36:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44d590ad

app-admin/mcollective: add ruby26

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff  gentoo.org>

 app-admin/mcollective/mcollective-2.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.12.5.ebuild 
b/app-admin/mcollective/mcollective-2.12.5.ebuild
index efeca85ce46..689393b26c6 100644
--- a/app-admin/mcollective/mcollective-2.12.5.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-USE_RUBY="ruby23 ruby24 ruby25"
+USE_RUBY="ruby23 ruby24 ruby25 ruby26"
 
 inherit ruby-ng
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2019-11-10 Thread Matthew Thode
commit: f607f734d69562f11e0f41ada691af6f24b64b30
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Nov 11 04:18:15 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon Nov 11 04:19:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f607f734

app-admin/mcollective: 2.12.5 stable amd64/x86

Package-Manager: Portage-2.3.76, Repoman-2.3.18
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/mcollective/mcollective-2.12.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.12.5.ebuild 
b/app-admin/mcollective/mcollective-2.12.5.ebuild
index f3db2424947..efeca85ce46 100644
--- a/app-admin/mcollective/mcollective-2.12.5.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.5.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2019-10-10 Thread Matthew Thode
commit: 96585f4463fcc076ec4f61301259033f6201ec83
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 10 17:18:10 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Oct 10 17:28:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96585f44

app-admin/mcollective: 2.12.5 bump with cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/mcollective/Manifest| 2 +-
 .../{mcollective-2.12.3.ebuild => mcollective-2.12.5.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 13326e96434..9baa69b75d2 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,2 @@
-DIST mcollective-2.12.3.tar.gz 1516461 BLAKE2B 
f8fa65ffadb98ae3511416aaf8b0875486b75f20e4da4007ad70820f453a6ecd81b57d7aa30ae38b014b984330f6c4d525002a54edb2c00d629b6fd4b2250049
 SHA512 
55798d4579a6be8a7790b046f8b4e72607935c83ec874b6147258d827e0bf279f08dfa121d7cc4a8ed922986aa6bad9ebd62b7e3cbc1e7ef526cf58edce1bcdc
 DIST mcollective-2.12.4.tar.gz 1517723 BLAKE2B 
e49a43ae7b99a5f22fe33549b26f938941f4e007c164c3c8de77daf2b3410c7db21e5023a400c87a2e4927a5a986e3b66bc3363a0c697ea06f0dd112825ae368
 SHA512 
f357297253f1cb5815738c8899a543642ce721c60ba023b13a7b14a99049d909622f8500ed82fc68c142cc1ffc106aed5a9bf8b1604a47c19a04a5ef4006b9e5
+DIST mcollective-2.12.5.tar.gz 1517727 BLAKE2B 
b5d91c748bb1bfc63c7c040fb067d7ba39badede094d975f0b87587fe3a6c5bb6757a5be73f887be5d83f99dfefb0272bd48da6c9e79b4aee34c8d5f51e2e6c5
 SHA512 
639458d83b3f25d9aa433c205b9d16ded5ec689c1efb4827457fc3075c000d7abc2b70c9c8cf741c8bea03c1e47284015e69bf834e7a5670c68a40097e45891b

diff --git a/app-admin/mcollective/mcollective-2.12.3.ebuild 
b/app-admin/mcollective/mcollective-2.12.5.ebuild
similarity index 96%
rename from app-admin/mcollective/mcollective-2.12.3.ebuild
rename to app-admin/mcollective/mcollective-2.12.5.ebuild
index e5ded06a825..f3db2424947 100644
--- a/app-admin/mcollective/mcollective-2.12.3.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-11-23 Thread Matthew Thode
commit: 0a90803ce39ae30f24431b7d4461800f970f95c8
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Nov 23 22:09:29 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Fri Nov 23 22:16:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a90803c

app-admin/mcollective: 2.12.4 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/mcollective-2.12.2.ebuild | 60 -
 app-admin/mcollective/mcollective-2.12.4.ebuild |  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 9f1b417b808..13326e96434 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,2 @@
-DIST mcollective-2.12.2.tar.gz 1517725 BLAKE2B 
e5f2b94843b95fa0749ed7e3e1ae52aeb485bf6644b64d971efd7d7a0e7bc806de0d2b00997c7e36d004fd78c479b9cf19b927e717ad0f3e4c13e820e5481637
 SHA512 
83be835499adf836797a67adda9be6d1bbf32524560ae51533875a1e2507599c7a0a1d2a76513669b919cf1eeceabdf13162eedb8972c74ecdeba5427b1701e4
 DIST mcollective-2.12.3.tar.gz 1516461 BLAKE2B 
f8fa65ffadb98ae3511416aaf8b0875486b75f20e4da4007ad70820f453a6ecd81b57d7aa30ae38b014b984330f6c4d525002a54edb2c00d629b6fd4b2250049
 SHA512 
55798d4579a6be8a7790b046f8b4e72607935c83ec874b6147258d827e0bf279f08dfa121d7cc4a8ed922986aa6bad9ebd62b7e3cbc1e7ef526cf58edce1bcdc
 DIST mcollective-2.12.4.tar.gz 1517723 BLAKE2B 
e49a43ae7b99a5f22fe33549b26f938941f4e007c164c3c8de77daf2b3410c7db21e5023a400c87a2e4927a5a986e3b66bc3363a0c697ea06f0dd112825ae368
 SHA512 
f357297253f1cb5815738c8899a543642ce721c60ba023b13a7b14a99049d909622f8500ed82fc68c142cc1ffc106aed5a9bf8b1604a47c19a04a5ef4006b9e5

diff --git a/app-admin/mcollective/mcollective-2.12.2.ebuild 
b/app-admin/mcollective/mcollective-2.12.2.ebuild
deleted file mode 100644
index e5ded06a825..000
--- a/app-admin/mcollective/mcollective-2.12.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND=">=dev-ruby/stomp-1.4.4"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.12.4.ebuild 
b/app-admin/mcollective/mcollective-2.12.4.ebuild
index 866f8f6e1fb..60b5f9e5224 100644
--- a/app-admin/mcollective/mcollective-2.12.4.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.4.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-10-23 Thread Matthew Thode
commit: be91b068664034826d08878374087eaa156677ce
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Oct 23 17:04:41 2018 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Tue Oct 23 17:04:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be91b068

app-admin/mcollective: 2.12.4 bump

Signed-off-by: Matthew Thode  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.12.4.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index a5b0ed94a80..9f1b417b808 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.12.2.tar.gz 1517725 BLAKE2B 
e5f2b94843b95fa0749ed7e3e1ae52aeb485bf6644b64d971efd7d7a0e7bc806de0d2b00997c7e36d004fd78c479b9cf19b927e717ad0f3e4c13e820e5481637
 SHA512 
83be835499adf836797a67adda9be6d1bbf32524560ae51533875a1e2507599c7a0a1d2a76513669b919cf1eeceabdf13162eedb8972c74ecdeba5427b1701e4
 DIST mcollective-2.12.3.tar.gz 1516461 BLAKE2B 
f8fa65ffadb98ae3511416aaf8b0875486b75f20e4da4007ad70820f453a6ecd81b57d7aa30ae38b014b984330f6c4d525002a54edb2c00d629b6fd4b2250049
 SHA512 
55798d4579a6be8a7790b046f8b4e72607935c83ec874b6147258d827e0bf279f08dfa121d7cc4a8ed922986aa6bad9ebd62b7e3cbc1e7ef526cf58edce1bcdc
+DIST mcollective-2.12.4.tar.gz 1517723 BLAKE2B 
e49a43ae7b99a5f22fe33549b26f938941f4e007c164c3c8de77daf2b3410c7db21e5023a400c87a2e4927a5a986e3b66bc3363a0c697ea06f0dd112825ae368
 SHA512 
f357297253f1cb5815738c8899a543642ce721c60ba023b13a7b14a99049d909622f8500ed82fc68c142cc1ffc106aed5a9bf8b1604a47c19a04a5ef4006b9e5

diff --git a/app-admin/mcollective/mcollective-2.12.4.ebuild 
b/app-admin/mcollective/mcollective-2.12.4.ebuild
new file mode 100644
index 000..866f8f6e1fb
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.12.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND=">=dev-ruby/stomp-1.4.4"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-09-21 Thread Matt Thode
commit: 6461486cf26105627efb4a271f914d6ae896da2a
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Sep 21 18:12:59 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Sep 21 18:18:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6461486c

app-admin/mcollective: 2.12.3 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/mcollective-2.12.1.ebuild | 60 -
 app-admin/mcollective/mcollective-2.12.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 576d8d8a6ea..a5b0ed94a80 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,2 @@
-DIST mcollective-2.12.1.tar.gz 1517946 BLAKE2B 
785acc53a4854f47caebe1d6a5f9cc850c3c33fd21e1b6e57d0d9761b2a7a3bbab2f2df398aa5344d90bc11397a545c8663d60ff3b2f6ff835fdc619d874928e
 SHA512 
2398fb0202d8d5669a6efa81d96a87ee7e9221c1bc1b2e5be1917f2fec2527879b34be8df8c3052acf0ed58074b2da185f0837889d9300bde190bc95e8237d9a
 DIST mcollective-2.12.2.tar.gz 1517725 BLAKE2B 
e5f2b94843b95fa0749ed7e3e1ae52aeb485bf6644b64d971efd7d7a0e7bc806de0d2b00997c7e36d004fd78c479b9cf19b927e717ad0f3e4c13e820e5481637
 SHA512 
83be835499adf836797a67adda9be6d1bbf32524560ae51533875a1e2507599c7a0a1d2a76513669b919cf1eeceabdf13162eedb8972c74ecdeba5427b1701e4
 DIST mcollective-2.12.3.tar.gz 1516461 BLAKE2B 
f8fa65ffadb98ae3511416aaf8b0875486b75f20e4da4007ad70820f453a6ecd81b57d7aa30ae38b014b984330f6c4d525002a54edb2c00d629b6fd4b2250049
 SHA512 
55798d4579a6be8a7790b046f8b4e72607935c83ec874b6147258d827e0bf279f08dfa121d7cc4a8ed922986aa6bad9ebd62b7e3cbc1e7ef526cf58edce1bcdc

diff --git a/app-admin/mcollective/mcollective-2.12.1.ebuild 
b/app-admin/mcollective/mcollective-2.12.1.ebuild
deleted file mode 100644
index e5ded06a825..000
--- a/app-admin/mcollective/mcollective-2.12.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND=">=dev-ruby/stomp-1.4.4"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.12.3.ebuild 
b/app-admin/mcollective/mcollective-2.12.3.ebuild
index 6682ac763be..e5ded06a825 100644
--- a/app-admin/mcollective/mcollective-2.12.3.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-08-21 Thread Matt Thode
commit: 173211aebe2794d734bdd60d710a4c2b657ce3bf
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 22 05:15:36 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 22 05:17:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=173211ae

app-admin/mcollective: 2.12.3 bump

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.12.3.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index c25fd65bad6..576d8d8a6ea 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.12.1.tar.gz 1517946 BLAKE2B 
785acc53a4854f47caebe1d6a5f9cc850c3c33fd21e1b6e57d0d9761b2a7a3bbab2f2df398aa5344d90bc11397a545c8663d60ff3b2f6ff835fdc619d874928e
 SHA512 
2398fb0202d8d5669a6efa81d96a87ee7e9221c1bc1b2e5be1917f2fec2527879b34be8df8c3052acf0ed58074b2da185f0837889d9300bde190bc95e8237d9a
 DIST mcollective-2.12.2.tar.gz 1517725 BLAKE2B 
e5f2b94843b95fa0749ed7e3e1ae52aeb485bf6644b64d971efd7d7a0e7bc806de0d2b00997c7e36d004fd78c479b9cf19b927e717ad0f3e4c13e820e5481637
 SHA512 
83be835499adf836797a67adda9be6d1bbf32524560ae51533875a1e2507599c7a0a1d2a76513669b919cf1eeceabdf13162eedb8972c74ecdeba5427b1701e4
+DIST mcollective-2.12.3.tar.gz 1516461 BLAKE2B 
f8fa65ffadb98ae3511416aaf8b0875486b75f20e4da4007ad70820f453a6ecd81b57d7aa30ae38b014b984330f6c4d525002a54edb2c00d629b6fd4b2250049
 SHA512 
55798d4579a6be8a7790b046f8b4e72607935c83ec874b6147258d827e0bf279f08dfa121d7cc4a8ed922986aa6bad9ebd62b7e3cbc1e7ef526cf58edce1bcdc

diff --git a/app-admin/mcollective/mcollective-2.12.3.ebuild 
b/app-admin/mcollective/mcollective-2.12.3.ebuild
new file mode 100644
index 000..6682ac763be
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.12.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND=">=dev-ruby/stomp-1.4.4"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-06-30 Thread Matt Thode
commit: 5e0243954c38cff4bbc25f80b98f56e35cec3075
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Jun 30 18:56:03 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Jun 30 19:01:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e024395

app-admin/mcollective: 2.12.2 stable amd64 and x86

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/mcollective-2.11.4.ebuild | 60 -
 app-admin/mcollective/mcollective-2.12.2.ebuild |  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 4dd2a2af032..c25fd65bad6 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,2 @@
-DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
 DIST mcollective-2.12.1.tar.gz 1517946 BLAKE2B 
785acc53a4854f47caebe1d6a5f9cc850c3c33fd21e1b6e57d0d9761b2a7a3bbab2f2df398aa5344d90bc11397a545c8663d60ff3b2f6ff835fdc619d874928e
 SHA512 
2398fb0202d8d5669a6efa81d96a87ee7e9221c1bc1b2e5be1917f2fec2527879b34be8df8c3052acf0ed58074b2da185f0837889d9300bde190bc95e8237d9a
 DIST mcollective-2.12.2.tar.gz 1517725 BLAKE2B 
e5f2b94843b95fa0749ed7e3e1ae52aeb485bf6644b64d971efd7d7a0e7bc806de0d2b00997c7e36d004fd78c479b9cf19b927e717ad0f3e4c13e820e5481637
 SHA512 
83be835499adf836797a67adda9be6d1bbf32524560ae51533875a1e2507599c7a0a1d2a76513669b919cf1eeceabdf13162eedb8972c74ecdeba5427b1701e4

diff --git a/app-admin/mcollective/mcollective-2.11.4.ebuild 
b/app-admin/mcollective/mcollective-2.11.4.ebuild
deleted file mode 100644
index 1e7cca4d567..000
--- a/app-admin/mcollective/mcollective-2.11.4.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND="dev-ruby/stomp"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.12.2.ebuild 
b/app-admin/mcollective/mcollective-2.12.2.ebuild
index 6682ac763be..e5ded06a825 100644
--- a/app-admin/mcollective/mcollective-2.12.2.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-05-30 Thread Matt Thode
commit: e0c8a0ab8566a90cefd5c9ad4c694db17f99c30f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed May 30 19:35:42 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed May 30 20:23:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c8a0ab

app-admin/mcollective: 2.12.2 bup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.12.2.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index e302a86ccff..4dd2a2af032 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
 DIST mcollective-2.12.1.tar.gz 1517946 BLAKE2B 
785acc53a4854f47caebe1d6a5f9cc850c3c33fd21e1b6e57d0d9761b2a7a3bbab2f2df398aa5344d90bc11397a545c8663d60ff3b2f6ff835fdc619d874928e
 SHA512 
2398fb0202d8d5669a6efa81d96a87ee7e9221c1bc1b2e5be1917f2fec2527879b34be8df8c3052acf0ed58074b2da185f0837889d9300bde190bc95e8237d9a
+DIST mcollective-2.12.2.tar.gz 1517725 BLAKE2B 
e5f2b94843b95fa0749ed7e3e1ae52aeb485bf6644b64d971efd7d7a0e7bc806de0d2b00997c7e36d004fd78c479b9cf19b927e717ad0f3e4c13e820e5481637
 SHA512 
83be835499adf836797a67adda9be6d1bbf32524560ae51533875a1e2507599c7a0a1d2a76513669b919cf1eeceabdf13162eedb8972c74ecdeba5427b1701e4

diff --git a/app-admin/mcollective/mcollective-2.12.2.ebuild 
b/app-admin/mcollective/mcollective-2.12.2.ebuild
new file mode 100644
index 000..6682ac763be
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.12.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby23 ruby24 ruby25"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND=">=dev-ruby/stomp-1.4.4"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-05-15 Thread Matt Thode
commit: 6015f5dfc46c39fd2e9332f758c142bdbfc6c75c
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue May 15 15:03:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue May 15 15:26:30 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6015f5df

app-admin/mcollective: 2.12.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 app-admin/mcollective/Manifest |  1 -
 app-admin/mcollective/mcollective-2.12.0-r1.ebuild | 60 --
 app-admin/mcollective/mcollective-2.12.1.ebuild|  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index abc9f6a53fc..e302a86ccff 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,2 @@
 DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
-DIST mcollective-2.12.0.tar.gz 1517498 BLAKE2B 
0395cf027ad09e493387d6722112871ebd58def45a5a333dac801c643b989d0bb209489806123bb15a557fb6d690e0084dda2799512079ac1a599ddc664189b4
 SHA512 
ca3e3c6d58f7887e9564fce2ecb05b3c105f58401761082e7e7da5235166d722be9d3dc871cb8de14b7c9126fbc6e63f968c5cd1fd65701347323398fb1c56fd
 DIST mcollective-2.12.1.tar.gz 1517946 BLAKE2B 
785acc53a4854f47caebe1d6a5f9cc850c3c33fd21e1b6e57d0d9761b2a7a3bbab2f2df398aa5344d90bc11397a545c8663d60ff3b2f6ff835fdc619d874928e
 SHA512 
2398fb0202d8d5669a6efa81d96a87ee7e9221c1bc1b2e5be1917f2fec2527879b34be8df8c3052acf0ed58074b2da185f0837889d9300bde190bc95e8237d9a

diff --git a/app-admin/mcollective/mcollective-2.12.0-r1.ebuild 
b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
deleted file mode 100644
index bda2a9017f8..000
--- a/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND=">=dev-ruby/stomp-1.4.4"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.12.1.ebuild 
b/app-admin/mcollective/mcollective-2.12.1.ebuild
index 6682ac763be..e5ded06a825 100644
--- a/app-admin/mcollective/mcollective-2.12.1.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-05-06 Thread Hans de Graaff
commit: 0eec7353d1b18bd2a260acb34ee5befadf7e8c5c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Sun May  6 06:24:08 2018 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Sun May  6 06:24:08 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eec7353

app-admin/mcollective: add ruby24, ruby25

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/mcollective/mcollective-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.12.1.ebuild 
b/app-admin/mcollective/mcollective-2.12.1.ebuild
index d916d675849..6682ac763be 100644
--- a/app-admin/mcollective/mcollective-2.12.1.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="6"
 
-USE_RUBY="ruby21 ruby22 ruby23"
+USE_RUBY="ruby23 ruby24 ruby25"
 
 inherit ruby-ng
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-04-18 Thread Matt Thode
commit: f8091861b941bf1130455fcdd5a806ec37d94cc1
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 18 19:51:31 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 18 19:52:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8091861

app-admin/mcollective: 2.12.1 bup

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.12.1.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index ec8363566f3..abc9f6a53fc 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
 DIST mcollective-2.12.0.tar.gz 1517498 BLAKE2B 
0395cf027ad09e493387d6722112871ebd58def45a5a333dac801c643b989d0bb209489806123bb15a557fb6d690e0084dda2799512079ac1a599ddc664189b4
 SHA512 
ca3e3c6d58f7887e9564fce2ecb05b3c105f58401761082e7e7da5235166d722be9d3dc871cb8de14b7c9126fbc6e63f968c5cd1fd65701347323398fb1c56fd
+DIST mcollective-2.12.1.tar.gz 1517946 BLAKE2B 
785acc53a4854f47caebe1d6a5f9cc850c3c33fd21e1b6e57d0d9761b2a7a3bbab2f2df398aa5344d90bc11397a545c8663d60ff3b2f6ff835fdc619d874928e
 SHA512 
2398fb0202d8d5669a6efa81d96a87ee7e9221c1bc1b2e5be1917f2fec2527879b34be8df8c3052acf0ed58074b2da185f0837889d9300bde190bc95e8237d9a

diff --git a/app-admin/mcollective/mcollective-2.12.1.ebuild 
b/app-admin/mcollective/mcollective-2.12.1.ebuild
new file mode 100644
index 000..d916d675849
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.12.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND=">=dev-ruby/stomp-1.4.4"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-04-18 Thread Matt Thode
commit: 677d283cb9fea385adb6a8b8015e2980b21a2d50
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 18 19:35:56 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr 18 19:51:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677d283c

app-admin/mcollective: 2.12.0-r1 stable amd64 and x86

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 app-admin/mcollective/mcollective-2.12.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.12.0-r1.ebuild 
b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
index d916d675849..bda2a9017f8 100644
--- a/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-03-21 Thread Matt Thode
commit: ea83d00ee1fe73f112af30729300869bc539b26f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Mar 21 16:02:08 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Mar 21 16:16:21 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea83d00e

app-admin/mcollective: updating stomp dep

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../{mcollective-2.12.0.ebuild => mcollective-2.12.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.12.0.ebuild 
b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
similarity index 98%
rename from app-admin/mcollective/mcollective-2.12.0.ebuild
rename to app-admin/mcollective/mcollective-2.12.0-r1.ebuild
index da18a50ab12..d916d675849 100644
--- a/app-admin/mcollective/mcollective-2.12.0.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.0-r1.ebuild
@@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""
-RDEPEND="dev-ruby/stomp"
+RDEPEND=">=dev-ruby/stomp-1.4.4"
 
 src_compile() {
einfo "nothing to compile"



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2018-03-19 Thread Matt Thode
commit: 6b74362150df0e63f6b5337cb892c23eea621f5f
Author: Matthew Thode  gentoo  org>
AuthorDate: Tue Mar 20 01:40:02 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Tue Mar 20 01:46:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b743621

app-admin/mcollective: 2.12.0 bup

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-admin/mcollective/Manifest| 2 +-
 .../{mcollective-2.11.3.ebuild => mcollective-2.12.0.ebuild}  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 51acb3c653b..ec8363566f3 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,2 @@
-DIST mcollective-2.11.3.tar.gz 1516665 BLAKE2B 
1610ee73bc44bce3da458c150837c1462a7a1168e8d96acd4ed0fa1a29d1f08bd20fb263cc219f3485e813c669937d8f4ea6243070e8e9bb5a6112e9cdcb5b89
 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
+DIST mcollective-2.12.0.tar.gz 1517498 BLAKE2B 
0395cf027ad09e493387d6722112871ebd58def45a5a333dac801c643b989d0bb209489806123bb15a557fb6d690e0084dda2799512079ac1a599ddc664189b4
 SHA512 
ca3e3c6d58f7887e9564fce2ecb05b3c105f58401761082e7e7da5235166d722be9d3dc871cb8de14b7c9126fbc6e63f968c5cd1fd65701347323398fb1c56fd

diff --git a/app-admin/mcollective/mcollective-2.11.3.ebuild 
b/app-admin/mcollective/mcollective-2.12.0.ebuild
similarity index 96%
rename from app-admin/mcollective/mcollective-2.11.3.ebuild
rename to app-admin/mcollective/mcollective-2.12.0.ebuild
index 1e7cca4d567..da18a50ab12 100644
--- a/app-admin/mcollective/mcollective-2.11.3.ebuild
+++ b/app-admin/mcollective/mcollective-2.12.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-11-30 Thread Matt Thode
commit: 89f67e3e7e94a3444cb7a1a1451f74ef37f1e199
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Dec  1 04:33:36 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Dec  1 04:36:09 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89f67e3e

app-admin/mcollective: 2.11.4 stable with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 app-admin/mcollective/Manifest  |  5 +--
 app-admin/mcollective/mcollective-2.11.2.ebuild | 60 -
 app-admin/mcollective/mcollective-2.11.4.ebuild |  2 +-
 3 files changed, 3 insertions(+), 64 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 0d61b7430ea..51acb3c653b 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,2 @@
-DIST mcollective-2.11.2.tar.gz 1516590 SHA256 
aa3664d5ba2d4d20e448c374c315c91d55b5bb43918a04092747a4052bc3f969 SHA512 
1dc393fa1a09c5151b64b84086ef9af934feeebd2700a00cc4c84696fa2a25d90a410a373b553198f5fda6e1e36808ffb8dc38edcb15bb9e4253998aa7504439
 WHIRLPOOL 
f808d4f9ffbf733842dd29f8e0548b90a4705f8b502dcc62509380b013d69de786204025490d4fb67d657e5c6597fb0d3ffdac2724e8dbca6347511ef50be54a
-DIST mcollective-2.11.3.tar.gz 1516665 SHA256 
b9080779fa56c2b77a3f37404b3ac933183e0b0940e6086b0060be2c44aa38d3 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 WHIRLPOOL 
69e384489c8138aecc0c404dc9a08e5d92e09deab05a43ab4781b77506f4fe6f3bbd1a9ec9399a59e8a7c89d3462d3062d73a50fae490215628826c2794bd9ff
-DIST mcollective-2.11.4.tar.gz 1517194 SHA256 
2bf8425a50023744e28f26efd64931d6383b216e9918e1df49276bc5477e4493 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
 WHIRLPOOL 
4e6bed8bbfbd9bf08c3380891321dd2fb673ffd4408acdd0e63c14ca3896d07014f6b034814f98ba89b52818522d49f4ad95d114cb940966ae13409f16ce9365
+DIST mcollective-2.11.3.tar.gz 1516665 BLAKE2B 
1610ee73bc44bce3da458c150837c1462a7a1168e8d96acd4ed0fa1a29d1f08bd20fb263cc219f3485e813c669937d8f4ea6243070e8e9bb5a6112e9cdcb5b89
 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
+DIST mcollective-2.11.4.tar.gz 1517194 BLAKE2B 
8723d433e4b8e07b4aecd8c9d13c322ba3e3b6cb7153dbcbbc2e2463fe0ddf48c7b1c1d659e8a28278bb2fa4ec6b3da2f148117b3633b8148f9ba5a0aaabc4b4
 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b

diff --git a/app-admin/mcollective/mcollective-2.11.2.ebuild 
b/app-admin/mcollective/mcollective-2.11.2.ebuild
deleted file mode 100644
index 1e7cca4d567..000
--- a/app-admin/mcollective/mcollective-2.11.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND="dev-ruby/stomp"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.11.4.ebuild 
b/app-admin/mcollective/mcollective-2.11.4.ebuild
index 795e3790264..1e7cca4d567 100644
--- 

[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-11-01 Thread Matt Thode
commit: 7d2571c0f2350b3c524d0531b72f3a2322d262ea
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov  2 04:07:04 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov  2 04:27:57 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d2571c0

app-admin/mcollective: 2.11.4 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.4

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.11.4.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 5a457190ac3..0d61b7430ea 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.11.2.tar.gz 1516590 SHA256 
aa3664d5ba2d4d20e448c374c315c91d55b5bb43918a04092747a4052bc3f969 SHA512 
1dc393fa1a09c5151b64b84086ef9af934feeebd2700a00cc4c84696fa2a25d90a410a373b553198f5fda6e1e36808ffb8dc38edcb15bb9e4253998aa7504439
 WHIRLPOOL 
f808d4f9ffbf733842dd29f8e0548b90a4705f8b502dcc62509380b013d69de786204025490d4fb67d657e5c6597fb0d3ffdac2724e8dbca6347511ef50be54a
 DIST mcollective-2.11.3.tar.gz 1516665 SHA256 
b9080779fa56c2b77a3f37404b3ac933183e0b0940e6086b0060be2c44aa38d3 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 WHIRLPOOL 
69e384489c8138aecc0c404dc9a08e5d92e09deab05a43ab4781b77506f4fe6f3bbd1a9ec9399a59e8a7c89d3462d3062d73a50fae490215628826c2794bd9ff
+DIST mcollective-2.11.4.tar.gz 1517194 SHA256 
2bf8425a50023744e28f26efd64931d6383b216e9918e1df49276bc5477e4493 SHA512 
56af0a8b64ff75351f3448396f8a7cbba603869cdbfa7a97dde5a820e2e287c84e410a77469a3ce01f398858f5c6570c9e3542e372eaa00e3f54e68e3c1ce63b
 WHIRLPOOL 
4e6bed8bbfbd9bf08c3380891321dd2fb673ffd4408acdd0e63c14ca3896d07014f6b034814f98ba89b52818522d49f4ad95d114cb940966ae13409f16ce9365

diff --git a/app-admin/mcollective/mcollective-2.11.4.ebuild 
b/app-admin/mcollective/mcollective-2.11.4.ebuild
new file mode 100644
index 000..795e3790264
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.11.4.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-10-25 Thread Matt Thode
commit: 7c78a93e3cd21db3fb3f44fcd31e6bde8e2619c2
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Oct 25 15:58:44 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Oct 25 15:59:58 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c78a93e

app-admin/mcollective: 2.11.3 bup with cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/mcollective-2.11.1.ebuild | 60 -
 app-admin/mcollective/mcollective-2.11.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 44d898f5f30..5a457190ac3 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,2 @@
-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
 DIST mcollective-2.11.3.tar.gz 1516665 SHA256 
b9080779fa56c2b77a3f37404b3ac933183e0b0940e6086b0060be2c44aa38d3 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 WHIRLPOOL 
69e384489c8138aecc0c404dc9a08e5d92e09deab05a43ab4781b77506f4fe6f3bbd1a9ec9399a59e8a7c89d3462d3062d73a50fae490215628826c2794bd9ff

diff --git a/app-admin/mcollective/mcollective-2.11.1.ebuild 
b/app-admin/mcollective/mcollective-2.11.1.ebuild
deleted file mode 100644
index 4caa041bf9c..000
--- a/app-admin/mcollective/mcollective-2.11.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-HOMEPAGE="http://marionette-collective.org/;
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND="dev-ruby/stomp"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
-   einfo "is a new installation"
-   einfo
-   einfo "[1] https://activemq.apache.org/;
-   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.11.3.ebuild 
b/app-admin/mcollective/mcollective-2.11.3.ebuild
index 795e3790264..1e7cca4d567 100644
--- a/app-admin/mcollective/mcollective-2.11.3.ebuild
+++ b/app-admin/mcollective/mcollective-2.11.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-09-25 Thread Matt Thode
commit: 633b8bd60b7ec52b1e8e7c6952053098f59578b8
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Sep 25 19:57:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Sep 25 19:58:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633b8bd6

app-admin/mcollective: 2.11.3 bup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.11.3.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index cfcda790247..44d898f5f30 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 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
+DIST mcollective-2.11.3.tar.gz 1516665 SHA256 
b9080779fa56c2b77a3f37404b3ac933183e0b0940e6086b0060be2c44aa38d3 SHA512 
f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8
 WHIRLPOOL 
69e384489c8138aecc0c404dc9a08e5d92e09deab05a43ab4781b77506f4fe6f3bbd1a9ec9399a59e8a7c89d3462d3062d73a50fae490215628826c2794bd9ff

diff --git a/app-admin/mcollective/mcollective-2.11.3.ebuild 
b/app-admin/mcollective/mcollective-2.11.3.ebuild
new file mode 100644
index 000..795e3790264
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.11.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-09-16 Thread Matt Thode
commit: c23ec36f504d175d3062790eb8be543e7df6b180
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Sep 16 14:28:19 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Sep 16 15:00:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c23ec36f

app-admin/mcollective: 2.11.2 stable amd64 and x86

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/mcollective/mcollective-2.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.11.2.ebuild 
b/app-admin/mcollective/mcollective-2.11.2.ebuild
index 795e3790264..1e7cca4d567 100644
--- a/app-admin/mcollective/mcollective-2.11.2.ebuild
+++ b/app-admin/mcollective/mcollective-2.11.2.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-08-16 Thread Matt Thode
commit: 1575a3f0986b08f966a57c964d53eb278069dd37
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Aug 16 17:52:04 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Aug 16 17:52:53 2017 +
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;
 }



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-07-19 Thread Matt Thode
commit: f6533b065c462b1d320c74d549dec28fd080c0f8
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 19 20:53:11 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 19 20:55:02 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6533b06

app-admin/mcollective: 2.11.1 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.11.1.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index a9adea4a49c..dccd920673f 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -2,4 +2,5 @@ DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049
 DIST mcollective-2.10.3.tar.gz 1509914 SHA256 
1de8531a286754a5490b1acd18565bbb6aace1720743c9d7503ef8b587de1c79 SHA512 
ee053fa4cb38b1f8d5b5a91c4a6980095039210443b4dc6a5468f1dcba9749152e5feeaeb437660d65e118f8d7a99f7f5082f4c83f4260dfb4ac9d6c007ce638
 WHIRLPOOL 
75b5111c9593c832af1f96fa5200d5c2300eed99ff8c03c579520a69f88afee34afe37f7d8362f72f46f6e591595ea68433d01960453292766afb0441bad7d2f
 DIST mcollective-2.10.5.tar.gz 1510725 SHA256 
7da307010c40bdd1e2104f94e6e4ee1f53bd6dfde54a0aa3950cc558a3468d8f SHA512 
51cf6ee018f36ae9d223c7afe79b08ede9dee8bbc78a8d9e8d48399b0f26b264b3fedb459f82713fbabd4a015f5376e983363997e223b3a0bc0e4bec6bbd1e82
 WHIRLPOOL 
56bb3a954421c672cf39061ffec3425ef5d576a8e6f7e829c16747030bbeb618c57292f9a95077e0acc9de581439843b115538cb27d23208abe3d4656d702bad
 DIST mcollective-2.11.0.tar.gz 1516290 SHA256 
0046465f7ef4544aa250887afb9a0eef08d1939098bcfbd43feeead99185a6fc SHA512 
ba59b1a86c11a34cea2d5492782f34b34c4b58034b3a9df84b822f299f4024a13e1a3137af9a43df2211cccb81f58c782ac2d410f5c7905da50a649b391fa74e
 WHIRLPOOL 
c6c588ce86370cea3395e27bf52aaa6c0697294496ea5a500b8940cc795c863fbed8e0b5c085759b5787f1145d7083570b34dde2e47b3c75137036e53d52f277
+DIST mcollective-2.11.1.tar.gz 1516922 SHA256 
d5e150408e61d51b3844e14c6304cf61f27243c5dc658e689bbaaee91dce6b0b SHA512 
88d2511829936a5987c8ddab068f59d17f16230cb339801672238ae54ce2115e93d7271a78001176ccc203a1b70f7ee2f35992e414059f1db9cb05db210463e5
 WHIRLPOOL 
cff40347c46464a18d6d98e3a3e2a7dab4169f5c0e1b60f08f3292cc87adcc123fc423203d664bcee1dac47a1dd44e44726702de5c2ea0ed0c5e55d8dbe0b45a
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.11.1.ebuild 
b/app-admin/mcollective/mcollective-2.11.1.ebuild
new file mode 100644
index 000..67a7aed0137
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.11.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   einfo "It is recommended you read the \'getting started\' guide [2] if 
this"
+   einfo "is a new installation"
+   einfo
+   einfo "[1] https://activemq.apache.org/;
+   einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-07-15 Thread Tobias Klausmann
commit: 4328909f102e0e17115d62ba25b35719bd53991f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Jul 15 09:03:17 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sat Jul 15 09:57:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4328909f

app-admin/mcollective-2.11.0-r0: add amd64 keyword

Gentoo-Bug: 624704

 app-admin/mcollective/mcollective-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.11.0.ebuild 
b/app-admin/mcollective/mcollective-2.11.0.ebuild
index 975f85e142e..6afdfaded51 100644
--- a/app-admin/mcollective/mcollective-2.11.0.ebuild
+++ b/app-admin/mcollective/mcollective-2.11.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-06-28 Thread Matt Thode
commit: 3ea4a763ce3aa29f4f5243931d89b27cacef4b5b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 28 18:53:29 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 28 18:55:49 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ea4a763

app-admin/mcollective: 2.11.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.11.0.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 97a928c4ddd..a9adea4a49c 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,4 +1,5 @@
 DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
 DIST mcollective-2.10.3.tar.gz 1509914 SHA256 
1de8531a286754a5490b1acd18565bbb6aace1720743c9d7503ef8b587de1c79 SHA512 
ee053fa4cb38b1f8d5b5a91c4a6980095039210443b4dc6a5468f1dcba9749152e5feeaeb437660d65e118f8d7a99f7f5082f4c83f4260dfb4ac9d6c007ce638
 WHIRLPOOL 
75b5111c9593c832af1f96fa5200d5c2300eed99ff8c03c579520a69f88afee34afe37f7d8362f72f46f6e591595ea68433d01960453292766afb0441bad7d2f
 DIST mcollective-2.10.5.tar.gz 1510725 SHA256 
7da307010c40bdd1e2104f94e6e4ee1f53bd6dfde54a0aa3950cc558a3468d8f SHA512 
51cf6ee018f36ae9d223c7afe79b08ede9dee8bbc78a8d9e8d48399b0f26b264b3fedb459f82713fbabd4a015f5376e983363997e223b3a0bc0e4bec6bbd1e82
 WHIRLPOOL 
56bb3a954421c672cf39061ffec3425ef5d576a8e6f7e829c16747030bbeb618c57292f9a95077e0acc9de581439843b115538cb27d23208abe3d4656d702bad
+DIST mcollective-2.11.0.tar.gz 1516290 SHA256 
0046465f7ef4544aa250887afb9a0eef08d1939098bcfbd43feeead99185a6fc SHA512 
ba59b1a86c11a34cea2d5492782f34b34c4b58034b3a9df84b822f299f4024a13e1a3137af9a43df2211cccb81f58c782ac2d410f5c7905da50a649b391fa74e
 WHIRLPOOL 
c6c588ce86370cea3395e27bf52aaa6c0697294496ea5a500b8940cc795c863fbed8e0b5c085759b5787f1145d7083570b34dde2e47b3c75137036e53d52f277
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.11.0.ebuild 
b/app-admin/mcollective/mcollective-2.11.0.ebuild
new file mode 100644
index 000..975f85e142e
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.11.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-06-14 Thread Matt Thode
commit: dae89b3b07f05f0009385a30989b8ac373ad9e49
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jun 14 19:35:35 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jun 14 19:36:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dae89b3b

app-admin/mcollective: 2.10.5 bup

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.10.5.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 52f81ca791e..97a928c4ddd 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,4 @@
 DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
 DIST mcollective-2.10.3.tar.gz 1509914 SHA256 
1de8531a286754a5490b1acd18565bbb6aace1720743c9d7503ef8b587de1c79 SHA512 
ee053fa4cb38b1f8d5b5a91c4a6980095039210443b4dc6a5468f1dcba9749152e5feeaeb437660d65e118f8d7a99f7f5082f4c83f4260dfb4ac9d6c007ce638
 WHIRLPOOL 
75b5111c9593c832af1f96fa5200d5c2300eed99ff8c03c579520a69f88afee34afe37f7d8362f72f46f6e591595ea68433d01960453292766afb0441bad7d2f
+DIST mcollective-2.10.5.tar.gz 1510725 SHA256 
7da307010c40bdd1e2104f94e6e4ee1f53bd6dfde54a0aa3950cc558a3468d8f SHA512 
51cf6ee018f36ae9d223c7afe79b08ede9dee8bbc78a8d9e8d48399b0f26b264b3fedb459f82713fbabd4a015f5376e983363997e223b3a0bc0e4bec6bbd1e82
 WHIRLPOOL 
56bb3a954421c672cf39061ffec3425ef5d576a8e6f7e829c16747030bbeb618c57292f9a95077e0acc9de581439843b115538cb27d23208abe3d4656d702bad
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.5.ebuild 
b/app-admin/mcollective/mcollective-2.10.5.ebuild
new file mode 100644
index 000..975f85e142e
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.10.5.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-04-16 Thread Matt Thode
commit: 99215dac856829e140c0f6d7940ef8f0a590d871
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Apr 16 18:45:15 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Apr 16 18:51:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99215dac

app-admin/mcollective: 2.10.3 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/mcollective/Manifest  |  1 -
 app-admin/mcollective/mcollective-2.10.2.ebuild | 60 -
 app-admin/mcollective/mcollective-2.10.3.ebuild |  2 +-
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 10b82ae7b98..52f81ca791e 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,4 +1,3 @@
 DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
-DIST mcollective-2.10.2.tar.gz 1509434 SHA256 
ea067ad540db608ae17a569e74104b26f13e528b78ec6367c2fcfb30b8cea500 SHA512 
f3a2dd430c13d77ab09d75f50dd5ab8244a9697a5132ef234fe63a9120acbfc917abcfb7fb26d2ca4c4c86cc554889e3f3a6e651283b0d35f72bb7038dd813e6
 WHIRLPOOL 
9bf6b28d01d0fa593731b024895adc5f0d92504cf9cf2db02ae94fd8654dd6410b7ef46079632a1aadf702fc7470cf58c47e6bd68f7fb6c15834f9e9b16d3d08
 DIST mcollective-2.10.3.tar.gz 1509914 SHA256 
1de8531a286754a5490b1acd18565bbb6aace1720743c9d7503ef8b587de1c79 SHA512 
ee053fa4cb38b1f8d5b5a91c4a6980095039210443b4dc6a5468f1dcba9749152e5feeaeb437660d65e118f8d7a99f7f5082f4c83f4260dfb4ac9d6c007ce638
 WHIRLPOOL 
75b5111c9593c832af1f96fa5200d5c2300eed99ff8c03c579520a69f88afee34afe37f7d8362f72f46f6e591595ea68433d01960453292766afb0441bad7d2f
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.2.ebuild 
b/app-admin/mcollective/mcollective-2.10.2.ebuild
deleted file mode 100644
index 975f85e142e..000
--- a/app-admin/mcollective/mcollective-2.10.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-HOMEPAGE="http://marionette-collective.org/;
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND="dev-ruby/stomp"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.10.3.ebuild 
b/app-admin/mcollective/mcollective-2.10.3.ebuild
index 975f85e142e..ec955b14231 100644
--- a/app-admin/mcollective/mcollective-2.10.3.ebuild
+++ b/app-admin/mcollective/mcollective-2.10.3.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc 

[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-04-05 Thread Matt Thode
commit: fb3a1bb8ef5062389f72460c3265798a027f3000
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr  5 18:38:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Apr  5 18:38:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb3a1bb8

app-admin/mcollective: 2.10.3 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.10.3.ebuild | 60 +
 2 files changed, 61 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index f57ced98949..10b82ae7b98 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,4 @@
 DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
 DIST mcollective-2.10.2.tar.gz 1509434 SHA256 
ea067ad540db608ae17a569e74104b26f13e528b78ec6367c2fcfb30b8cea500 SHA512 
f3a2dd430c13d77ab09d75f50dd5ab8244a9697a5132ef234fe63a9120acbfc917abcfb7fb26d2ca4c4c86cc554889e3f3a6e651283b0d35f72bb7038dd813e6
 WHIRLPOOL 
9bf6b28d01d0fa593731b024895adc5f0d92504cf9cf2db02ae94fd8654dd6410b7ef46079632a1aadf702fc7470cf58c47e6bd68f7fb6c15834f9e9b16d3d08
+DIST mcollective-2.10.3.tar.gz 1509914 SHA256 
1de8531a286754a5490b1acd18565bbb6aace1720743c9d7503ef8b587de1c79 SHA512 
ee053fa4cb38b1f8d5b5a91c4a6980095039210443b4dc6a5468f1dcba9749152e5feeaeb437660d65e118f8d7a99f7f5082f4c83f4260dfb4ac9d6c007ce638
 WHIRLPOOL 
75b5111c9593c832af1f96fa5200d5c2300eed99ff8c03c579520a69f88afee34afe37f7d8362f72f46f6e591595ea68433d01960453292766afb0441bad7d2f
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.3.ebuild 
b/app-admin/mcollective/mcollective-2.10.3.ebuild
new file mode 100644
index 000..975f85e142e
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.10.3.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-03-09 Thread Matt Thode
commit: ba37d692e1ab5937c579a3a7f553fa98bb696809
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 10 01:28:39 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 10 01:28:39 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba37d692

app-admin/mcollective: 2.10.2 bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/mcollective/Manifest |  3 +-
 ...ive-2.10.0.ebuild => mcollective-2.10.2.ebuild} |  0
 app-admin/mcollective/mcollective-2.8.8.ebuild | 60 --
 3 files changed, 1 insertion(+), 62 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 8ddf6d62103..f57ced98949 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,4 +1,3 @@
-DIST mcollective-2.10.0.tar.gz 1509016 SHA256 
0a93c7c1c0f10d3e73ab3f255a542e170f7f9eed13ad56cc5cef883bac2e27b0 SHA512 
021d52d299adba05c1960a242d7815b5fc3f763163c227d7b11b1bc48db40c147b7ab281a29f60c54f8049acfd8a3489ff837e8cf4a590e1450b2c53435124b1
 WHIRLPOOL 
67a39f6c82e81da1a90e8a2b02aa4101bcf821f833669715a701c075505501bc4706c68d1ed000d5a6c99c0258b16a2711a470f7145cc452c0780ca588c8ca7b
 DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
-DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
+DIST mcollective-2.10.2.tar.gz 1509434 SHA256 
ea067ad540db608ae17a569e74104b26f13e528b78ec6367c2fcfb30b8cea500 SHA512 
f3a2dd430c13d77ab09d75f50dd5ab8244a9697a5132ef234fe63a9120acbfc917abcfb7fb26d2ca4c4c86cc554889e3f3a6e651283b0d35f72bb7038dd813e6
 WHIRLPOOL 
9bf6b28d01d0fa593731b024895adc5f0d92504cf9cf2db02ae94fd8654dd6410b7ef46079632a1aadf702fc7470cf58c47e6bd68f7fb6c15834f9e9b16d3d08
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.0.ebuild 
b/app-admin/mcollective/mcollective-2.10.2.ebuild
similarity index 100%
rename from app-admin/mcollective/mcollective-2.10.0.ebuild
rename to app-admin/mcollective/mcollective-2.10.2.ebuild

diff --git a/app-admin/mcollective/mcollective-2.8.8.ebuild 
b/app-admin/mcollective/mcollective-2.8.8.ebuild
deleted file mode 100644
index 7c46ea108b5..000
--- a/app-admin/mcollective/mcollective-2.8.8.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-HOMEPAGE="http://marionette-collective.org/;
-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"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND="dev-ruby/stomp"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   cd "marionette-collective-${PV}"
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   einfo "It is recommended you read the \'getting 

[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-02-24 Thread Matt Thode
commit: e090b4300fe977a5e8334ded2476ad041e51ef9b
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 24 17:29:34 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 24 17:29:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e090b430

app-admin/mcollective: 2.10.1 stable amd64 and x86

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 app-admin/mcollective/mcollective-2.10.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.10.1.ebuild 
b/app-admin/mcollective/mcollective-2.10.1.ebuild
index 2f791599c2..48e6844258 100644
--- a/app-admin/mcollective/mcollective-2.10.1.ebuild
+++ b/app-admin/mcollective/mcollective-2.10.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-02-10 Thread Matt Thode
commit: 85609c7e432aea09ac52f08ec0ed1644805d4758
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Feb 10 19:44:41 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Feb 10 19:44:59 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85609c7e

app-admin/mcollective: bup

Package-Manager: portage-2.3.3

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.10.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 6776fb574e..8ddf6d6210 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,4 @@
 DIST mcollective-2.10.0.tar.gz 1509016 SHA256 
0a93c7c1c0f10d3e73ab3f255a542e170f7f9eed13ad56cc5cef883bac2e27b0 SHA512 
021d52d299adba05c1960a242d7815b5fc3f763163c227d7b11b1bc48db40c147b7ab281a29f60c54f8049acfd8a3489ff837e8cf4a590e1450b2c53435124b1
 WHIRLPOOL 
67a39f6c82e81da1a90e8a2b02aa4101bcf821f833669715a701c075505501bc4706c68d1ed000d5a6c99c0258b16a2711a470f7145cc452c0780ca588c8ca7b
+DIST mcollective-2.10.1.tar.gz 1509293 SHA256 
b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 
907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5
 WHIRLPOOL 
4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
 DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.1.ebuild 
b/app-admin/mcollective/mcollective-2.10.1.ebuild
new file mode 100644
index 00..2f791599c2
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.10.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2017-02-01 Thread Matt Thode
commit: 9915f5680f3546018d7928ef188e2eb07f91078d
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Feb  1 21:48:01 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Feb  1 21:48:01 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9915f568

app-admin/mcollective: bup

Package-Manager: portage-2.3.3

 app-admin/mcollective/Manifest  |  1 +
 app-admin/mcollective/mcollective-2.10.0.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 7f1c4f9..6776fb5 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
+DIST mcollective-2.10.0.tar.gz 1509016 SHA256 
0a93c7c1c0f10d3e73ab3f255a542e170f7f9eed13ad56cc5cef883bac2e27b0 SHA512 
021d52d299adba05c1960a242d7815b5fc3f763163c227d7b11b1bc48db40c147b7ab281a29f60c54f8049acfd8a3489ff837e8cf4a590e1450b2c53435124b1
 WHIRLPOOL 
67a39f6c82e81da1a90e8a2b02aa4101bcf821f833669715a701c075505501bc4706c68d1ed000d5a6c99c0258b16a2711a470f7145cc452c0780ca588c8ca7b
 DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.10.0.ebuild 
b/app-admin/mcollective/mcollective-2.10.0.ebuild
new file mode 100644
index ..2f79159
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.10.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-11-25 Thread Matt Thode
commit: ca3f3d96ff8ae8c06fe775103e433414fed6fa5d
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov 26 03:34:53 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Nov 26 03:34:53 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca3f3d96

app-admin/mcollective: 2.9.1 stable amd64 and x86

Package-Manager: portage-2.3.0

 app-admin/mcollective/mcollective-2.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.9.1.ebuild 
b/app-admin/mcollective/mcollective-2.9.1.ebuild
index 9fc0333..83438dc 100644
--- a/app-admin/mcollective/mcollective-2.9.1.ebuild
+++ b/app-admin/mcollective/mcollective-2.9.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-11-25 Thread Matt Thode
commit: a81d1bcd1dde96e060c4f2e8d6e8c70542886d9c
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Nov 26 03:35:21 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Nov 26 03:35:21 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a81d1bcd

app-admin/mcollective: cleanup

Package-Manager: portage-2.3.0

 app-admin/mcollective/Manifest |  2 -
 app-admin/mcollective/mcollective-2.8.0.ebuild | 59 -
 app-admin/mcollective/mcollective-2.9.0.ebuild | 61 --
 3 files changed, 122 deletions(-)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 56aa914..7f1c4f9 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,4 +1,2 @@
-DIST mcollective-2.8.0.tar.gz 718292 SHA256 
47084f9285707f2e457850adcf90811f3d39d4f4baa950d822b20b45633db259 SHA512 
edc3da334dbd3afd18fcedc675c6498edce1c799d9b472f70ebfe1b972e013cba5217ec492ea4128b15d886edaf283246ba70915180f9a10a67f7c0957fd1c8e
 WHIRLPOOL 
0c6461a43c454dee420e7a0debfa8aa2e0079b83407c1313a28689b5ecbd891c94740553947bdce4023786eb0e95e497da73108e283619f358d67dac7c0c
 DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
-DIST mcollective-2.9.0.tar.gz 1503682 SHA256 
93c97ee026986f8e966125551d7e481bd539a98f9f2f2ea94c98c024963ae331 SHA512 
7d7dec7e68840bf9aea2890645f5d86389c6be8f84ad330b6ae342edf03d88cdef9f225aef741245a0f9606a46fe9394b9f740b4bf987c6f21ad018c05d84660
 WHIRLPOOL 
336673cdd5cfba14154435810fdbe3449646df8a85d057fc6a8bfe6d1f1d5fa5b3c4f9d9f470f0fd88d4170cbc1d6af646cfd959661720992dcffb08491657d1
 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.8.0.ebuild 
b/app-admin/mcollective/mcollective-2.8.0.ebuild
deleted file mode 100644
index d79fd38..
--- a/app-admin/mcollective/mcollective-2.8.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-HOMEPAGE="http://marionette-collective.org/;
-SRC_URI="http://puppetlabs.com/downloads/mcollective/${P}.tar.gz;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc +client"
-
-DEPEND=""
-RDEPEND="dev-ruby/stomp"
-
-src_compile() {
-   einfo "nothing to compile"
-}
-
-each_ruby_install() {
-   doruby -r lib/*
-   insinto /usr/share/mcollective
-   use client && dosbin bin/mco
-   dosbin bin/mcollectived
-   if use doc ; then
-   dohtml -r doc/*
-   insinto /usr/share/doc/${P}/ext
-   doins -r ext/*
-   fi
-   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
-   insinto /etc/mcollective
-   cd etc
-   for cfg in *.dist ; do
-   newins "${cfg}" "${cfg%%.dist}"
-   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
-   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
-   done
-   insinto /etc/mcollective/plugin.d
-}
-
-pkg_postinst() {
-   einfo "Mcollective requires a stomp server installed and functioning 
before"
-   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
-   einfo "any other stomp compatible server should work."
-   einfo
-   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
-}

diff --git a/app-admin/mcollective/mcollective-2.9.0.ebuild 
b/app-admin/mcollective/mcollective-2.9.0.ebuild
deleted file mode 100644
index 9fc0333..
--- a/app-admin/mcollective/mcollective-2.9.0.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-USE_RUBY="ruby21 ruby22 ruby23"
-
-inherit ruby-ng
-
-DESCRIPTION="Framework to build server orchestration or parallel job execution
-systems"
-HOMEPAGE="http://marionette-collective.org/;

[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-10-26 Thread Matt Thode
commit: 3174731fbf3b2ac90e32a3c0aec2a5f29eb9c46f
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 27 00:05:40 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 27 00:05:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3174731f

app-admin/mcollective: bup

Package-Manager: portage-2.3.0

 app-admin/mcollective/Manifest |  1 +
 app-admin/mcollective/mcollective-2.9.1.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 0b771c4..56aa914 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,3 +1,4 @@
 DIST mcollective-2.8.0.tar.gz 718292 SHA256 
47084f9285707f2e457850adcf90811f3d39d4f4baa950d822b20b45633db259 SHA512 
edc3da334dbd3afd18fcedc675c6498edce1c799d9b472f70ebfe1b972e013cba5217ec492ea4128b15d886edaf283246ba70915180f9a10a67f7c0957fd1c8e
 WHIRLPOOL 
0c6461a43c454dee420e7a0debfa8aa2e0079b83407c1313a28689b5ecbd891c94740553947bdce4023786eb0e95e497da73108e283619f358d67dac7c0c
 DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
 DIST mcollective-2.9.0.tar.gz 1503682 SHA256 
93c97ee026986f8e966125551d7e481bd539a98f9f2f2ea94c98c024963ae331 SHA512 
7d7dec7e68840bf9aea2890645f5d86389c6be8f84ad330b6ae342edf03d88cdef9f225aef741245a0f9606a46fe9394b9f740b4bf987c6f21ad018c05d84660
 WHIRLPOOL 
336673cdd5cfba14154435810fdbe3449646df8a85d057fc6a8bfe6d1f1d5fa5b3c4f9d9f470f0fd88d4170cbc1d6af646cfd959661720992dcffb08491657d1
+DIST mcollective-2.9.1.tar.gz 1504607 SHA256 
89bc9fbd72846b0074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 
29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf
 WHIRLPOOL 
8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a

diff --git a/app-admin/mcollective/mcollective-2.9.1.ebuild 
b/app-admin/mcollective/mcollective-2.9.1.ebuild
new file mode 100644
index ..9fc0333
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.9.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-08-20 Thread Matt Thode
commit: 9f15323ccad2a577f14962301cd612d599578c95
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Aug 20 16:47:09 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Aug 20 16:47:09 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f15323c

app-admin/mcollective: x86 amd64 stable (1 month)

Package-Manager: portage-2.2.28

 app-admin/mcollective/mcollective-2.8.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.8.8.ebuild 
b/app-admin/mcollective/mcollective-2.8.8.ebuild
index 9fc0333..83438dc 100644
--- a/app-admin/mcollective/mcollective-2.8.8.ebuild
+++ b/app-admin/mcollective/mcollective-2.8.8.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="doc +client"
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-08-11 Thread Matt Thode
commit: dce6f6c9c2acc5758a43fbf5c0866d8a265c777a
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Aug 11 17:46:35 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Aug 11 17:46:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dce6f6c9

app-admin/mcollective: bup

Package-Manager: portage-2.2.28

 app-admin/mcollective/Manifest |  1 +
 app-admin/mcollective/mcollective-2.9.0.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 32c7214..0b771c4 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1,2 +1,3 @@
 DIST mcollective-2.8.0.tar.gz 718292 SHA256 
47084f9285707f2e457850adcf90811f3d39d4f4baa950d822b20b45633db259 SHA512 
edc3da334dbd3afd18fcedc675c6498edce1c799d9b472f70ebfe1b972e013cba5217ec492ea4128b15d886edaf283246ba70915180f9a10a67f7c0957fd1c8e
 WHIRLPOOL 
0c6461a43c454dee420e7a0debfa8aa2e0079b83407c1313a28689b5ecbd891c94740553947bdce4023786eb0e95e497da73108e283619f358d67dac7c0c
 DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4
+DIST mcollective-2.9.0.tar.gz 1503682 SHA256 
93c97ee026986f8e966125551d7e481bd539a98f9f2f2ea94c98c024963ae331 SHA512 
7d7dec7e68840bf9aea2890645f5d86389c6be8f84ad330b6ae342edf03d88cdef9f225aef741245a0f9606a46fe9394b9f740b4bf987c6f21ad018c05d84660
 WHIRLPOOL 
336673cdd5cfba14154435810fdbe3449646df8a85d057fc6a8bfe6d1f1d5fa5b3c4f9d9f470f0fd88d4170cbc1d6af646cfd959661720992dcffb08491657d1

diff --git a/app-admin/mcollective/mcollective-2.9.0.ebuild 
b/app-admin/mcollective/mcollective-2.9.0.ebuild
new file mode 100644
index 000..9fc0333
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.9.0.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-07-20 Thread Matt Thode
commit: 1e1f515aeb655165d89f1efc5688f3c6b09b8dcc
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Jul 20 13:40:22 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Wed Jul 20 13:40:22 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1f515a

app-admin/mcollective: bup

Package-Manager: portage-2.2.28

 app-admin/mcollective/Manifest |  1 +
 app-admin/mcollective/mcollective-2.8.8.ebuild | 61 ++
 2 files changed, 62 insertions(+)

diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
index 604338e..32c7214 100644
--- a/app-admin/mcollective/Manifest
+++ b/app-admin/mcollective/Manifest
@@ -1 +1,2 @@
 DIST mcollective-2.8.0.tar.gz 718292 SHA256 
47084f9285707f2e457850adcf90811f3d39d4f4baa950d822b20b45633db259 SHA512 
edc3da334dbd3afd18fcedc675c6498edce1c799d9b472f70ebfe1b972e013cba5217ec492ea4128b15d886edaf283246ba70915180f9a10a67f7c0957fd1c8e
 WHIRLPOOL 
0c6461a43c454dee420e7a0debfa8aa2e0079b83407c1313a28689b5ecbd891c94740553947bdce4023786eb0e95e497da73108e283619f358d67dac7c0c
+DIST mcollective-2.8.8.tar.gz 1500476 SHA256 
503b26cb0beeb505bf9cd2abbb8724c67bc7434fbaddc321e2a4d663b133 SHA512 
fad2a277bdcb06adb56e87f545c4b85a4b8039263e7230c7b386c561a04d6f3bf80923733e1087c8090b43da734d6b7efe02e52a757191c3cb3ecab50cc97bb6
 WHIRLPOOL 
3e7a52b1ce3b705ed6f705067a4ab900a2faa226d19a36f106e2c2c1e4c4fc3e631630c04012ca456f0230f8fcb47dd5bd97f1d2e849af6edde67fac129301d4

diff --git a/app-admin/mcollective/mcollective-2.8.8.ebuild 
b/app-admin/mcollective/mcollective-2.8.8.ebuild
new file mode 100644
index 000..9fc0333
--- /dev/null
+++ b/app-admin/mcollective/mcollective-2.8.8.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+inherit ruby-ng
+
+DESCRIPTION="Framework to build server orchestration or parallel job execution
+systems"
+HOMEPAGE="http://marionette-collective.org/;
+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"
+IUSE="doc +client"
+
+DEPEND=""
+RDEPEND="dev-ruby/stomp"
+
+src_compile() {
+   einfo "nothing to compile"
+}
+
+each_ruby_install() {
+   cd "marionette-collective-${PV}"
+   doruby -r lib/*
+   insinto /usr/share/mcollective
+   use client && dosbin bin/mco
+   dosbin bin/mcollectived
+   if use doc ; then
+   dohtml -r doc/*
+   insinto /usr/share/doc/${P}/ext
+   doins -r ext/*
+   fi
+   newinitd "${FILESDIR}"/mcollectived.initd mcollectived
+   insinto /etc/mcollective
+   cd etc
+   for cfg in *.dist ; do
+   newins "${cfg}" "${cfg%%.dist}"
+   sed -i -e "s:^libdir.*:libdir = 
/usr/share/mcollective/plugins:" \
+   "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
+   done
+   insinto /etc/mcollective/plugin.d
+}
+
+pkg_postinst() {
+   einfo "Mcollective requires a stomp server installed and functioning 
before"
+   einfo "you can use it. The recommended server to use is ActiveMQ [1] 
but"
+   einfo "any other stomp compatible server should work."
+   einfo
+   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 "[2] https://code.google.com/p/mcollective/wiki/GettingStarted;
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-07-18 Thread Hans de Graaff
commit: bcc27cbcbe825f8165ff595ecfa0f95d3bc9b988
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon Jul 18 19:45:35 2016 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Mon Jul 18 19:45:56 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc27cbc

app-admin/mcollective: add ruby21, ruby22, ruby23

Package-Manager: portage-2.2.28

 app-admin/mcollective/mcollective-2.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mcollective/mcollective-2.8.0.ebuild 
b/app-admin/mcollective/mcollective-2.8.0.ebuild
index 3a4a9bc..d79fd38 100644
--- a/app-admin/mcollective/mcollective-2.8.0.ebuild
+++ b/app-admin/mcollective/mcollective-2.8.0.ebuild
@@ -4,7 +4,7 @@
 
 EAPI="5"
 
-USE_RUBY="ruby20"
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
 
 inherit ruby-ng
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/

2016-03-20 Thread Manuel Rüger
commit: 48fbed2ac8b66b677c2fef7977d7ec0a2a032192
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Mar 20 22:48:24 2016 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Mar 20 22:48:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fbed2a

app-admin/mcollective: Remove ruby19

Package-Manager: portage-2.2.28

 app-admin/mcollective/mcollective-2.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-admin/mcollective/mcollective-2.8.0.ebuild 
b/app-admin/mcollective/mcollective-2.8.0.ebuild
index 9c400cd..3a4a9bc 100644
--- a/app-admin/mcollective/mcollective-2.8.0.ebuild
+++ b/app-admin/mcollective/mcollective-2.8.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 
-USE_RUBY="ruby19 ruby20"
+USE_RUBY="ruby20"
 
 inherit ruby-ng