From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF12E13827E for ; Wed, 11 Dec 2013 21:22:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4A7CE09B9; Wed, 11 Dec 2013 21:21:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 512C9E09B9 for ; Wed, 11 Dec 2013 21:21:27 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2070B33EF98 for ; Wed, 11 Dec 2013 21:21:26 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2310) id 894472004B; Wed, 11 Dec 2013 21:21:24 +0000 (UTC) From: "Matt Thode (prometheanfire)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, prometheanfire@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-admin/mcollective: mcollective-2.3.2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mcollective-2.3.2.ebuild ChangeLog X-VCS-Directories: app-admin/mcollective X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20131211212124.894472004B@flycatcher.gentoo.org> Date: Wed, 11 Dec 2013 21:21:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b5ceca82-29ad-4939-bd75-0c2449d34f5a X-Archives-Hash: d91e0d016320eb5d6465f26839cbbcbb prometheanfire 13/12/11 21:21:24 Modified: ChangeLog Added: mcollective-2.3.2.ebuild Log: version bump of mcollective 2.3.2 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3) Revision Changes Path 1.19 app-admin/mcollective/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 8 Dec 2013 21:30:08 -0000 1.18 +++ ChangeLog 11 Dec 2013 21:21:24 -0000 1.19 @@ -1,6 +1,12 @@ # ChangeLog for app-admin/mcollective # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.18 2013/12/08 21:30:08 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.19 2013/12/11 21:21:24 prometheanfire Exp $ + +*mcollective-2.3.2 (11 Dec 2013) + + 11 Dec 2013; Matthew Thode + +mcollective-2.3.2.ebuild: + version bump of mcollective 2.3.2 08 Dec 2013; Matthew Thode mcollective-2.2.4.ebuild: 1.1 app-admin/mcollective/mcollective-2.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/mcollective-2.3.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/mcollective/mcollective-2.3.2.ebuild?rev=1.1&content-type=text/plain Index: mcollective-2.3.2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/mcollective-2.3.2.ebuild,v 1.1 2013/12/11 21:21:24 prometheanfire Exp $ EAPI="4" #upstream is adding ruby20 support soonish, keep an eye out USE_RUBY="ruby19" 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}.tgz" 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 doins -r plugins use client && dosbin bin/mc-* 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" }