Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/
Date: Wed, 25 Oct 2017 16:00:24
Message-Id: 1508947198.7c78a93e3cd21db3fb3f44fcd31e6bde8e2619c2.prometheanfire@gentoo
1 commit: 7c78a93e3cd21db3fb3f44fcd31e6bde8e2619c2
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Oct 25 15:58:44 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 25 15:59:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c78a93e
7
8 app-admin/mcollective: 2.11.3 bup with cleanup
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 app-admin/mcollective/Manifest | 1 -
13 app-admin/mcollective/mcollective-2.11.1.ebuild | 60 -------------------------
14 app-admin/mcollective/mcollective-2.11.3.ebuild | 2 +-
15 3 files changed, 1 insertion(+), 62 deletions(-)
16
17 diff --git a/app-admin/mcollective/Manifest b/app-admin/mcollective/Manifest
18 index 44d898f5f30..5a457190ac3 100644
19 --- a/app-admin/mcollective/Manifest
20 +++ b/app-admin/mcollective/Manifest
21 @@ -1,3 +1,2 @@
22 -DIST mcollective-2.11.1.tar.gz 1516922 SHA256 d5e150408e61d51b3844e14c6304cf61f27243c5dc658e689bbaaee91dce6b0b SHA512 88d2511829936a5987c8ddab068f59d17f16230cb339801672238ae54ce2115e93d7271a78001176ccc203a1b70f7ee2f35992e414059f1db9cb05db210463e5 WHIRLPOOL cff40347c46464a18d6d98e3a3e2a7dab4169f5c0e1b60f08f3292cc87adcc123fc423203d664bcee1dac47a1dd44e44726702de5c2ea0ed0c5e55d8dbe0b45a
23 DIST mcollective-2.11.2.tar.gz 1516590 SHA256 aa3664d5ba2d4d20e448c374c315c91d55b5bb43918a04092747a4052bc3f969 SHA512 1dc393fa1a09c5151b64b84086ef9af934feeebd2700a00cc4c84696fa2a25d90a410a373b553198f5fda6e1e36808ffb8dc38edcb15bb9e4253998aa7504439 WHIRLPOOL f808d4f9ffbf733842dd29f8e0548b90a4705f8b502dcc62509380b013d69de786204025490d4fb67d657e5c6597fb0d3ffdac2724e8dbca6347511ef50be54a
24 DIST mcollective-2.11.3.tar.gz 1516665 SHA256 b9080779fa56c2b77a3f37404b3ac933183e0b0940e6086b0060be2c44aa38d3 SHA512 f5e26dff03f7a671db5de12acba1ce726c8d57fb99831ddbb258da5ba297ade31ea991840fa63cb1ba261281f7f6167a8492c8764a13cc332202ccb9c88d79b8 WHIRLPOOL 69e384489c8138aecc0c404dc9a08e5d92e09deab05a43ab4781b77506f4fe6f3bbd1a9ec9399a59e8a7c89d3462d3062d73a50fae490215628826c2794bd9ff
25
26 diff --git a/app-admin/mcollective/mcollective-2.11.1.ebuild b/app-admin/mcollective/mcollective-2.11.1.ebuild
27 deleted file mode 100644
28 index 4caa041bf9c..00000000000
29 --- a/app-admin/mcollective/mcollective-2.11.1.ebuild
30 +++ /dev/null
31 @@ -1,60 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="5"
36 -
37 -USE_RUBY="ruby21 ruby22 ruby23"
38 -
39 -inherit ruby-ng
40 -
41 -DESCRIPTION="Framework to build server orchestration or parallel job execution
42 -systems"
43 -HOMEPAGE="http://marionette-collective.org/"
44 -SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -S="${WORKDIR}/all/marionette-collective-${PV}"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="doc +client"
51 -
52 -DEPEND=""
53 -RDEPEND="dev-ruby/stomp"
54 -
55 -src_compile() {
56 - einfo "nothing to compile"
57 -}
58 -
59 -each_ruby_install() {
60 - cd "marionette-collective-${PV}"
61 - doruby -r lib/*
62 - insinto /usr/share/mcollective
63 - use client && dosbin bin/mco
64 - dosbin bin/mcollectived
65 - if use doc ; then
66 - dohtml -r doc/*
67 - insinto /usr/share/doc/${P}/ext
68 - doins -r ext/*
69 - fi
70 - newinitd "${FILESDIR}"/mcollectived.initd mcollectived
71 - insinto /etc/mcollective
72 - cd etc
73 - for cfg in *.dist ; do
74 - newins "${cfg}" "${cfg%%.dist}"
75 - sed -i -e "s:^libdir.*:libdir = /usr/share/mcollective/plugins:" \
76 - "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
77 - done
78 - insinto /etc/mcollective/plugin.d
79 -}
80 -
81 -pkg_postinst() {
82 - einfo "Mcollective requires a stomp server installed and functioning before"
83 - einfo "you can use it. The recommended server to use is ActiveMQ [1] but"
84 - einfo "any other stomp compatible server should work."
85 - einfo
86 - einfo "It is recommended you read the \'getting started\' guide [2] if this"
87 - einfo "is a new installation"
88 - einfo
89 - einfo "[1] https://activemq.apache.org/"
90 - einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted"
91 -}
92
93 diff --git a/app-admin/mcollective/mcollective-2.11.3.ebuild b/app-admin/mcollective/mcollective-2.11.3.ebuild
94 index 795e3790264..1e7cca4d567 100644
95 --- a/app-admin/mcollective/mcollective-2.11.3.ebuild
96 +++ b/app-admin/mcollective/mcollective-2.11.3.ebuild
97 @@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
98
99 LICENSE="Apache-2.0"
100 SLOT="0"
101 -KEYWORDS="~amd64 ~x86"
102 +KEYWORDS="amd64 x86"
103 IUSE="doc +client"
104
105 DEPEND=""