Commit Graph

9 Commits (2cd2f272cffa034aed1236eff6f2ebf82627bf97)

Author SHA1 Message Date
Wade Simmons 338c3cf1f4 update rabbitmq to 1.7.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Also:
 * remove silly path concatenation
 * fix log directory and broken regex.
2010-02-19 21:28:57 -08:00
Max Howell ae24aa003f Adds: depends_on 'simplejson' => :python
So far we only added python, but we can add more.

Fixes Homebrew/homebrew#401
2010-01-13 11:23:15 +00:00
Max Howell 0103671fa0 Use new inreplace syntax where useful 2010-01-13 11:23:11 +00:00
Jannis Leidel b8149ef225 Fixed rabbitmq formula
Fixes Homebrew/homebrew#127
2009-11-11 19:59:41 +00:00
Matthew Scott 097c1a0434 Fix rabbitmq 1.7.0 startup
(rabbitmq 1.7.0 has centralized rabbitmq-env to locate binaries)
2009-10-19 04:02:48 +01:00
Max Howell 61b2307139 s/require 'brewkit'/require 'formula'/g
brewkit.rb changes ENV destructively, so lets not do that everytime a formula
is required. Now it's possible for other tools to require a formula
description without worrying about side-effects.
2009-10-15 16:48:03 +01:00
Mathias Meyer c8d1180624 Updated for RabbitMQ 1.7.0 2009-10-15 15:17:52 +01:00
Raimonds Simanovskis 31f2e1b22c Fix rabbitmq formula
* store RabbitMQ Erlang binaries in lib/rabbitmq/erlang/lib to avoid overwriting of lib/erlang/lib
* add HOMEBREW_PREFIX in RabbitMQ scripts
2009-10-02 16:30:34 +01:00
Ask Solem 266172afdd RabbitMQ formula
RabbitMQ is a complete and highly reliable Enterprise Messaging system based
on the emerging AMQP standard.

Signed-off-by: Max Howell <max@methylblue.com>

I left this one for ages as I wasn't sure about the erlang_libdir bit. I changed it in the end. But maybe it doesn't work. Someone will have to verify.

If erlang needs to look in a certain dir for plugins, we need to make sure it looks in the HOMEBREW_PREFIX dir and not further up, ie. its prefix in the Cellar. Same for any plugin system.
2009-09-30 01:24:49 +01:00