From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/
Date: Sun, 12 Sep 2021 07:56:23 +0000 (UTC) [thread overview]
Message-ID: <1631433228.04caf2b0678425ab098fd50040dcc640486d7d22.graaff@gentoo> (raw)
commit: 04caf2b0678425ab098fd50040dcc640486d7d22
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 12 07:53:48 2021 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 12 07:53:48 2021 +0000
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 <graaff <AT> 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..00000000000
--- 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"
-}
next reply other threads:[~2021-09-12 7:56 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-12 7:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-06 6:48 [gentoo-commits] repo/gentoo:master commit in: app-admin/mcollective/ Hans de Graaff
2019-11-17 7:36 Hans de Graaff
2019-11-11 4:19 Matthew Thode
2019-10-10 17:28 Matthew Thode
2018-11-23 22:16 Matthew Thode
2018-10-23 17:05 Matthew Thode
2018-09-21 18:18 Matt Thode
2018-08-22 5:17 Matt Thode
2018-06-30 19:01 Matt Thode
2018-05-30 20:23 Matt Thode
2018-05-15 15:26 Matt Thode
2018-05-06 6:37 Hans de Graaff
2018-04-18 19:52 Matt Thode
2018-04-18 19:52 Matt Thode
2018-03-21 16:16 Matt Thode
2018-03-20 1:46 Matt Thode
2017-12-01 4:36 Matt Thode
2017-11-02 4:28 Matt Thode
2017-10-25 16:00 Matt Thode
2017-09-25 19:58 Matt Thode
2017-09-16 15:01 Matt Thode
2017-08-16 17:53 Matt Thode
2017-07-19 20:55 Matt Thode
2017-07-15 9:57 Tobias Klausmann
2017-06-28 18:56 Matt Thode
2017-06-14 19:36 Matt Thode
2017-04-16 18:51 Matt Thode
2017-04-05 18:42 Matt Thode
2017-03-10 1:29 Matt Thode
2017-02-24 17:39 Matt Thode
2017-02-10 19:45 Matt Thode
2017-02-01 21:55 Matt Thode
2016-11-26 3:37 Matt Thode
2016-11-26 3:37 Matt Thode
2016-10-27 0:08 Matt Thode
2016-08-20 16:47 Matt Thode
2016-08-11 17:47 Matt Thode
2016-07-20 13:41 Matt Thode
2016-07-18 19:46 Hans de Graaff
2016-03-20 22:48 Manuel RĂ¼ger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1631433228.04caf2b0678425ab098fd50040dcc640486d7d22.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox