Commit graph

13 commits

Author SHA1 Message Date
Adam Vandenberg
8dce4b8bad calc: use Formula[] 2014-02-27 08:21:15 -08:00
Mike McQuaid
cf38fe38ab calc: install scripts into libexec 2014-02-09 14:13:02 +00:00
Mike Naberezny
825202efd8 calc: add test
Closes Homebrew/homebrew#26445.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-05 23:02:51 -08:00
Adam Vandenberg
7829a4e7a0 calc: use Homebrew's cc and appropriate OS X SDK
Fixes Homebrew/homebrew#22015.
2013-08-30 11:49:50 -07:00
Adam Vandenberg
82832563c7 calc 2.12.4.8/2.12.4.10 2013-08-22 21:09:00 -07:00
Adam Vandenberg
484f98802d calc: style nits 2013-01-26 18:03:35 -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
Nibbles 2bits
6cddf36886 calc 2.12.4.4
Updates calc to version 2.12.4.4

Closes Homebrew/homebrew#8485.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-07 14:05:36 -06:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Adam Vandenberg
0b55dd1c78 Add ENV.ldflags and use. 2010-09-06 11:48:21 -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
Kevin Ballard
09c3d6e712 Formula for calc
Closes Homebrew/homebrew#474
2010-01-17 09:11:51 +00:00