Commit Graph

6 Commits (21c98800391011e80ed79106de87b5033823e8f5)

Author SHA1 Message Date
mbcoguno b050517c77 Fix missing keg-only on pre-Mountain Lion formulae.
Closes Homebrew/homebrew#15375.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-10 08:51:02 -07:00
yrammos 0735ee091c texi2html 1.82
Closes Homebrew/homebrew#14890.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-12 18:29:00 -07:00
Jack Nagel 53473b6bf5 Clean up MacOS version method usage
The MacOS.version? family of methods (other than "leopard?") are poorly
defined and lead to confusing code. Replace them in formulae with more
explicit comparisons.

"MacOS.version" is a special version object that can be compared to
numerics, symbols, and strings using the standard Ruby comparison
methods.

The old methods were moved to compat when the version comparison code
was merged, and they must remain there "forever", but they should not be
used in new code.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10 16:16:54 -05:00
Misty De Meo 5aaf5e7d35 texi2html: specify mandir and infodir
Missed these since the warnings are not printed on a keg-only install.
2012-08-17 08:28:55 -05:00
Misty De Meo ccb80fcc85 texi2html 1.70
texi2html 5.0 was causing problems; this rolls it back to 1.70, which
is the same version as shipped on Lion before it was removed.
2012-08-17 08:20:16 -05:00
Misty De Meo d5478fd150 New formula: texi2html
This is no longer shipped as of 10.8, but is required to build the
documentation for a few formulae, like ffmpeg and ffmbc.

This wasn't given a symbolized dependency because I don't anticipate
it coming up that often.
2012-08-15 08:21:05 -05:00