prometheanfire    15/02/16 19:41:45

  Modified:             ChangeLog
  Added:                mcollective-2.8.0.ebuild
  Log:
  bup
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.30                 app-admin/mcollective/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/ChangeLog?rev=1.30&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/ChangeLog?rev=1.30&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   13 Dec 2014 15:29:58 -0000      1.29
+++ ChangeLog   16 Feb 2015 19:41:45 -0000      1.30
@@ -1,6 +1,12 @@
 # ChangeLog for app-admin/mcollective
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.29 
2014/12/13 15:29:58 zlogene Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.30 
2015/02/16 19:41:45 prometheanfire Exp $
+
+*mcollective-2.8.0 (16 Feb 2015)
+
+  16 Feb 2015; Matthew Thode <[email protected]>
+  +mcollective-2.8.0.ebuild:
+  bup
 
   13 Dec 2014; Mikle Kolyada <[email protected]> -mcollective-2.5.2.ebuild:
   Security cleanup



1.1                  app-admin/mcollective/mcollective-2.8.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/mcollective-2.8.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/mcollective-2.8.0.ebuild?rev=1.1&content-type=text/plain

Index: mcollective-2.8.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.8.0.ebuild,v 1.1 
2015/02/16 19:41:45 prometheanfire Exp $

EAPI="5"

USE_RUBY="ruby19 ruby20"

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] http://code.google.com/p/mcollective/wiki/GettingStarted";
}




Reply via email to