aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compat/formula.rb
AgeCommit message (Collapse)Author
2018-01-09Add more deprecations, disable some existing ones.Mike McQuaid
Add more `odeprecated` calls to places that have been deprecated for a while in the wild and move some of the existing `odeprecated` calls to be `odisabled` to allow deleting the compatibility code.
2017-10-13fileutils: deprecate rake DSLilovezfs
superenv and the `:ruby` requirement make a `rake` DSL unnecessary.
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-07-29compat/formula: cleanup style.Mike McQuaid
2016-05-13formula: deprecate startup_plist.Mike McQuaid
Closes #228.
2015-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-21move deprecated codes into compatXu Cheng
Closes Homebrew/homebrew#41974.
2014-08-16Simplify cxxstdlib_check implementationJack Nagel
The cxxstdlib_check method currently only supports one value, so we can just define the accompanying instance method when necessary. If we ever add more options we can back it with a data structure.
2014-08-16Remove the universal accessor from BuildOptionsJack Nagel
BuildOptions is now immutable (finally).
2014-06-22Remove obsolete constantJack Nagel
Formula that use this do not load anymore.
2014-06-22Move deprecated Formula class methods to compatJack Nagel
These have all been moved to Formulary.
2014-04-23formula: move cxxstdlib methods to the class.Mike McQuaid
This allows disabling this checks when e.g. pouring bottles.
2013-05-10Reorganize compatJack Nagel