Commit graph

14 commits

Author SHA1 Message Date
Brett Koonce
5a864b80be pure 0.56
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-12-02 16:36:33 -08:00
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
Brett Koonce
49206c3195 pure 0.55
Closes Homebrew/homebrew#13810.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-30 21:55:29 -07:00
Jack Nagel
370905d436 pure: fix docs install
Fixes Homebrew/homebrew#11889.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-28 18:14:53 -05:00
Michael Hetrick
6e4cc97878 pure 0.53
Closes Homebrew/homebrew#11886.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-28 10:51:53 -07:00
Jay Lieske
82d4a7c3c2 pure 0.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-10 14:03:24 -08:00
Colin Hebert
58017e85e1 Pure: add wget to dependency list
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-12 13:26:12 -07:00
howthebodyworks
208572ee6b pure 0.47
The --without-elisp flag was added; otherwise it attempts to install
elisp extensions to the system elisp. Also, install online docs.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-04 21:28:02 -07:00
Birger J. Nordølum
be8ab4c67a Pure: 0.46
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-06 12:25:37 -08:00
Michael Morgan
3077b02cc2 pure: fix invalid md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-22 07:10:36 -07:00
msmorgan
5a4e7d1cd7 Update pure to version 0.44
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-02 17:50:27 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews
2010-08-07 18:08:53 -07:00
Michael Kohl
15ed284850 New formula for the Pure programming language
Signed-off-by: David Höppner <0xffea@gmail.com>
2010-05-16 20:31:00 +02:00