Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 211652 Details for
Bug 290820
update net-misc/rabbitmq-server to 1.7.0
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The previous ebuild from comment http://bugs.gentoo.org/show_bug.cgi?id=192278#c15
rabbitmq-server-1.7.0.ebuild (text/plain), 1.79 KB, created by
Holger Hoffstätte
on 2009-12-01 05:27:13 UTC
(
hide
)
Description:
The previous ebuild from comment http://bugs.gentoo.org/show_bug.cgi?id=192278#c15
Filename:
MIME Type:
Creator:
Holger Hoffstätte
Created:
2009-12-01 05:27:13 UTC
Size:
1.79 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/rabbitmq-server/rabbitmq-server-1.5.4-r2.ebuild,v 1.1 2009/06/21 15:45:19 caleb Exp $ > >inherit eutils > >DESCRIPTION="RabbitMQ is a high-performance AMQP-compliant message broker written in Erlang." >HOMEPAGE="http://www.rabbitmq.com/" >SRC_URI="http://www.rabbitmq.com/releases/rabbitmq-server/v${PV}/rabbitmq-server-${PV}.tar.gz" >LICENSE="MPL-1.1" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > ># Q: is RDEPEND-only sufficient for a binary package, since we don't compile? >DEPEND="dev-lang/erlang > dev-python/simplejson" >RDEPEND="${DEPEND}" > >src_install() { > # erlang module > local targetdir="/usr/$(get_libdir)/erlang/lib/rabbitmq_server-${PV}" > > einfo "Correcting additional Erlang code path in scripts" > sed -i -e "s:\`dirname \$0\`/rabbitmq-env:/usr/sbin/rabbitmq-env:g" scripts/* || die "sed failed" > > einfo "Installing Erlang module to ${targetdir}" > dodir "${targetdir}" > cp -dpR ebin include "${D}/${targetdir}" > > einfo "Installing server scripts to /usr/sbin" > # Install server scripts to sbin > dosbin scripts/rabbitmq-env scripts/rabbitmq-multi scripts/rabbitmq-server \ > scripts/rabbitmq-server scripts/rabbitmq-activate-plugins scripts/rabbitmq-deactivate-plugins > > einfo "Installing rabbitmqctl to /usr/bin" > # Install control script to bin > dobin scripts/rabbitmqctl > > # Docs > dodoc README > > # create the directory where our log file will go. > diropts -m 0770 -o rabbitmq -g rabbitmq > keepdir /var/log/rabbitmq > > # create the mnesia directory > diropts -m 0770 -o rabbitmq -g rabbitmq > dodir /var/lib/rabbitmq/mnesia > > # Install the init script > newinitd "${FILESDIR}"/rabbitmq-server.init rabbitmq >} > >pkg_setup() { > enewgroup rabbitmq > enewuser rabbitmq -1 -1 -1 rabbitmq >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 290820
: 211652