Commit Graph

11 Commits (338a559ddae7d7cee50794582f9a886e733b386e)

Author SHA1 Message Date
inkytonik 0c3e1fe352 Add --with-docs option to scala formula
The Scala distributions do not include documentation for library APIs
and tools. That documentation is distributed separately. This change
makes the formula install this documentation when the --with-docs
option is given.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-30 20:24:05 -08:00
Lincoln Stoll 25bf069b56 Bump scala to version 2.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-09 19:27:52 -08:00
Adam Vandenberg 9e86e99c57 Install scala to libexec and link in "bin"
Homebrew policy is to avoid putting jars into "lib",
so moving Scala to a more idiomatic Java install.
2010-08-08 08:49:45 -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
Ilmari Vacklin 6cd484084f Update Scala to 2.8.0.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-14 11:17:19 -07:00
Martin Kuehl 4252092cfa Scala - Move man pages to the correct path.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-02-19 22:08:29 -08:00
Theo fc5c3929bd Fixed Scala formula: remove *.bat from bin 2009-12-18 18:59:01 +01:00
Alex Payne a68f29efea update to current stable version of Scala: 2.7.7 2009-12-02 13:10:13 +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
Rune Botten c364bc0d35 Update and correct scala formula 2009-09-30 01:24:32 +01:00
Brett Cannon 2c603f712a Scala 2.7.5 formula
Signed-off-by: Max Howell <max@methylblue.com>
2009-09-11 17:42:54 +01:00