diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2014-03-02 22:42:50 +0000 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2014-03-02 22:42:50 +0000 |
commit | bbd05e5b07b3aa09b312ee79660f0fc3663afc00 (patch) | |
tree | 2af9e65012eb671a8056a459bc1e5c69f0a60704 /app-admin/mcollective | |
parent | amd64 stable, bug #500872 (diff) | |
download | gentoo-2-bbd05e5b07b3aa09b312ee79660f0fc3663afc00.tar.gz gentoo-2-bbd05e5b07b3aa09b312ee79660f0fc3663afc00.tar.bz2 gentoo-2-bbd05e5b07b3aa09b312ee79660f0fc3663afc00.zip |
getting rid of the old and jankey
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Diffstat (limited to 'app-admin/mcollective')
-rw-r--r-- | app-admin/mcollective/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.2.0-r1.ebuild | 60 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.2.0.ebuild | 60 | ||||
-rw-r--r-- | app-admin/mcollective/mcollective-2.2.4.ebuild | 60 |
4 files changed, 6 insertions, 181 deletions
diff --git a/app-admin/mcollective/ChangeLog b/app-admin/mcollective/ChangeLog index 85a109ccea4a..bc08c507ed08 100644 --- a/app-admin/mcollective/ChangeLog +++ b/app-admin/mcollective/ChangeLog @@ -1,6 +1,11 @@ # 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.21 2014/03/02 08:07:09 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/mcollective/ChangeLog,v 1.22 2014/03/02 22:42:49 prometheanfire Exp $ + + 02 Mar 2014; Matthew Thode <prometheanfire@gentoo.org> + -mcollective-2.2.0-r1.ebuild, -mcollective-2.2.0.ebuild, + -mcollective-2.2.4.ebuild: + getting rid of the old and jankey 02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> mcollective-2.3.2.ebuild: Stable for x86, wrt bug #491896 diff --git a/app-admin/mcollective/mcollective-2.2.0-r1.ebuild b/app-admin/mcollective/mcollective-2.2.0-r1.ebuild deleted file mode 100644 index cdc1522c3ff7..000000000000 --- a/app-admin/mcollective/mcollective-2.2.0-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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.2.0-r1.ebuild,v 1.3 2013/09/22 06:45:03 ago Exp $ - -EAPI="4" - -USE_RUBY="ruby18 ree18" - -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} - 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" -} diff --git a/app-admin/mcollective/mcollective-2.2.0.ebuild b/app-admin/mcollective/mcollective-2.2.0.ebuild deleted file mode 100644 index 81f5f6e747f6..000000000000 --- a/app-admin/mcollective/mcollective-2.2.0.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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.2.0.ebuild,v 1.3 2013/03/25 20:52:59 ago Exp $ - -EAPI="4" - -USE_RUBY="ruby18 ree18" - -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 website/* - 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} - 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" -} diff --git a/app-admin/mcollective/mcollective-2.2.4.ebuild b/app-admin/mcollective/mcollective-2.2.4.ebuild deleted file mode 100644 index 6dfd544b71f7..000000000000 --- a/app-admin/mcollective/mcollective-2.2.4.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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.2.4.ebuild,v 1.3 2013/12/08 21:30:08 prometheanfire Exp $ - -EAPI="4" - -USE_RUBY="ruby18 ree18 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" -} |