Commit graph

29 commits

Author SHA1 Message Date
Jack Nagel
8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel
e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
Adam Vandenberg
8af0e97014 Use env. 2012-09-14 09:14:48 -07:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
76069f63b8 ruby-enterprise-edition: use new dsl 2012-08-26 22:07:54 -07:00
Jack Nagel
64afeec6d4 Use new fails_with DSL syntax
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01 12:39:59 -05:00
Adam Vandenberg
560cfd4098 REE: remove suggestions from caveats 2011-11-26 16:56:43 -08:00
Adam Vandenberg
99b61b9a23 Update fails_with_llvm in formulae 2011-03-25 23:31:30 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Mislav Marohnić
cd7c537f60 upgrade ruby-enterprise-edition to 2011.03
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-24 12:09:25 -08:00
Mislav Marohnić
c8228577cd update ruby-enterprise-edition to 2011.02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-21 11:06:31 -08:00
Adam Vandenberg
8503b8cbd8 ree - explicitly locate readline
Fixes Homebrew/homebrew#2579
2011-01-22 09:21:44 -08:00
Jamie Macey
b7d426169e Cider was renamed to Cinderella
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-25 21:11:28 -07:00
Adam Vandenberg
72e19eb542 Don't need +x on these 2010-08-13 16:00:17 -07:00
Adam Vandenberg
ac4e28a5ba Document all existing install options. 2010-08-10 13:05:20 -07:00
Max Howell
1f7bc468bd Use new symlink aliases 2010-08-07 18:08:50 -07:00
Adam Vandenberg
0103ba1bc2 Add RVM/cider caveats to alt. Rubies. 2010-07-20 07:24:39 -07:00
Adam Vandenberg
e1bb919734 Add "fails_with_llvm" to formula to document LLVM build breaks.
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
2010-06-16 11:50:36 -07:00
Dennis Krupenik
6cd2d7f536 updated ruby-enterprise-edition to 2010.02
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-08 08:04:09 -07:00
Adam Vandenberg
421d480a2c Ruby Enterprise Edition depends on readline for unicode support.
(For reference, the Ruby 1.9 formula also depends on readline.)

This fixes Homebrew/homebrew#882.
2010-04-05 16:26:30 -07:00
Max Howell
dabeaddebb String.undent for prettier HEREDOCs 2010-03-07 17:57:05 +00:00
Carmine Paolino
4581490798 Update Ruby Enterprise Edition to 2010.01
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-25 15:39:16 -08:00
Joel Chippindale
3f89e19d3b Fix args for ruby-enterprise-edition formula
Without this change the following error was output for my homebrew location

==> /installer --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10 --no-tcmalloc -c --enable-shared
invalid option: --auto /Users/joel/.homebrew/Cellar/ruby-enterprise-edition/2009.10
2009-12-19 15:25:41 +00:00
Stephen Caudill
590f13efd1 Allow REE to be built shared 2009-12-05 18:09:20 +00:00
Max Howell
0531c8081f Some more aliases 2009-12-04 14:16:45 +00:00
Tom Ward
ed7aae5908 Updated ruby enterprise edition formula to 1.8.7-2009.10 release 2009-11-07 18:22:35 +00: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
6b0cd606a3 Don't strip the ruby binary, unicorns die and bundles don't get loaded. 2009-10-15 15:18:53 +01:00
Attila Györffy
e267611d72 Ruby Enterprise Edition 1.8.7-20090928
A server-oriented friendly branch of Ruby which includes various enhancements.
2009-10-01 16:21:30 +01:00