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: Sun, 16 Apr 2017 18:51:32
Message-Id: 1492368665.99215dac856829e140c0f6d7940ef8f0a590d871.prometheanfire@gentoo
1 commit: 99215dac856829e140c0f6d7940ef8f0a590d871
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 18:45:15 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 18:51:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99215dac
7
8 app-admin/mcollective: 2.10.3 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-admin/mcollective/Manifest | 1 -
13 app-admin/mcollective/mcollective-2.10.2.ebuild | 60 -------------------------
14 app-admin/mcollective/mcollective-2.10.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 10b82ae7b98..52f81ca791e 100644
19 --- a/app-admin/mcollective/Manifest
20 +++ b/app-admin/mcollective/Manifest
21 @@ -1,4 +1,3 @@
22 DIST mcollective-2.10.1.tar.gz 1509293 SHA256 b47662b8ab3f150df6153f18c453bad049d8baf0cc8b5589436ae411258492fc SHA512 907bc4bb8527053f0813d19fd9a2fd19701af364d45385356772b09f3db50fd8c4d8e4e53ad9c3ad7c53c78bed52fcfec2354505272302c770c9cfea553309c5 WHIRLPOOL 4e283c42ae8f4161a47e95e1fc223d47fed3bc5308df09b3bd43a7b7d90e1927c2a6067faa872404e261f7e4597e900b7c994266587e8a73c53420d90614b6c6
23 -DIST mcollective-2.10.2.tar.gz 1509434 SHA256 ea067ad540db608ae17a569e74104b26f13e528b78ec6367c2fcfb30b8cea500 SHA512 f3a2dd430c13d77ab09d75f50dd5ab8244a9697a5132ef234fe63a9120acbfc917abcfb7fb26d2ca4c4c86cc554889e3f3a6e651283b0d35f72bb7038dd813e6 WHIRLPOOL 9bf6b28d01d0fa593731b024895adc5f0d92504cf9cf2db02ae94fd8654dd6410b7ef46079632a1aadf702fc7470cf58c47e6bd68f7fb6c15834f9e9b16d3d08
24 DIST mcollective-2.10.3.tar.gz 1509914 SHA256 1de8531a286754a5490b1acd18565bbb6aace1720743c9d7503ef8b587de1c79 SHA512 ee053fa4cb38b1f8d5b5a91c4a6980095039210443b4dc6a5468f1dcba9749152e5feeaeb437660d65e118f8d7a99f7f5082f4c83f4260dfb4ac9d6c007ce638 WHIRLPOOL 75b5111c9593c832af1f96fa5200d5c2300eed99ff8c03c579520a69f88afee34afe37f7d8362f72f46f6e591595ea68433d01960453292766afb0441bad7d2f
25 DIST mcollective-2.9.1.tar.gz 1504607 SHA256 89bc9fbd72846b22220074a57d19bbfac56473649078fc3ac8182cc728159249 SHA512 29fedacb61084e1952afd3b9deb302abde3e763d13630d85dc70f78b0853f5b353fb44ccbd00e48e5864d04bf2c7568d7cbe21b06af31e1da72e52aeef3c04cf WHIRLPOOL 8affee96fa344d12b34b5a4e120029ab315133df6fd6cd456d840ab608ceb2027b9411a6a1a74bc5b9d0b029968255a926de888b7a2a1183d1c7aed195f65f7a
26
27 diff --git a/app-admin/mcollective/mcollective-2.10.2.ebuild b/app-admin/mcollective/mcollective-2.10.2.ebuild
28 deleted file mode 100644
29 index 975f85e142e..00000000000
30 --- a/app-admin/mcollective/mcollective-2.10.2.ebuild
31 +++ /dev/null
32 @@ -1,60 +0,0 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -USE_RUBY="ruby21 ruby22 ruby23"
39 -
40 -inherit ruby-ng
41 -
42 -DESCRIPTION="Framework to build server orchestration or parallel job execution
43 -systems"
44 -HOMEPAGE="http://marionette-collective.org/"
45 -SRC_URI="https://github.com/puppetlabs/marionette-collective/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 -S="${WORKDIR}/all/marionette-collective-${PV}"
47 -
48 -LICENSE="Apache-2.0"
49 -SLOT="0"
50 -KEYWORDS="~amd64 ~x86"
51 -IUSE="doc +client"
52 -
53 -DEPEND=""
54 -RDEPEND="dev-ruby/stomp"
55 -
56 -src_compile() {
57 - einfo "nothing to compile"
58 -}
59 -
60 -each_ruby_install() {
61 - cd "marionette-collective-${PV}"
62 - doruby -r lib/*
63 - insinto /usr/share/mcollective
64 - use client && dosbin bin/mco
65 - dosbin bin/mcollectived
66 - if use doc ; then
67 - dohtml -r doc/*
68 - insinto /usr/share/doc/${P}/ext
69 - doins -r ext/*
70 - fi
71 - newinitd "${FILESDIR}"/mcollectived.initd mcollectived
72 - insinto /etc/mcollective
73 - cd etc
74 - for cfg in *.dist ; do
75 - newins "${cfg}" "${cfg%%.dist}"
76 - sed -i -e "s:^libdir.*:libdir = /usr/share/mcollective/plugins:" \
77 - "${D}"/etc/mcollective/${cfg%%.dist} || die "sed failed"
78 - done
79 - insinto /etc/mcollective/plugin.d
80 -}
81 -
82 -pkg_postinst() {
83 - einfo "Mcollective requires a stomp server installed and functioning before"
84 - einfo "you can use it. The recommended server to use is ActiveMQ [1] but"
85 - einfo "any other stomp compatible server should work."
86 - einfo
87 - einfo "It is recommended you read the \'getting started\' guide [2] if this"
88 - einfo "is a new installation"
89 - einfo
90 - einfo "[1] http://activemq.apache.org/"
91 - einfo "[2] https://code.google.com/p/mcollective/wiki/GettingStarted"
92 -}
93
94 diff --git a/app-admin/mcollective/mcollective-2.10.3.ebuild b/app-admin/mcollective/mcollective-2.10.3.ebuild
95 index 975f85e142e..ec955b14231 100644
96 --- a/app-admin/mcollective/mcollective-2.10.3.ebuild
97 +++ b/app-admin/mcollective/mcollective-2.10.3.ebuild
98 @@ -15,7 +15,7 @@ S="${WORKDIR}/all/marionette-collective-${PV}"
99
100 LICENSE="Apache-2.0"
101 SLOT="0"
102 -KEYWORDS="~amd64 ~x86"
103 +KEYWORDS="amd64 x86"
104 IUSE="doc +client"
105
106 DEPEND=""