aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula.rb
AgeCommit message (Expand)Author
2012-03-16Record tap-origin in the install-receiptMax Howell
2012-03-16canonical_name can resolve tapsMax Howell
2012-03-15ohai'ing this is ugly IMOMax Howell
2012-03-10roll back stricter version checkAdam Vandenberg
2012-03-10Use new Requirements code in HomebrewAdam Vandenberg
2012-03-10Move most bottle stuff to a bottles.rb file.Mike McQuaid
2012-03-10Support bottles for non-Lion OSX versions.Mike McQuaid
2012-03-09Tell the user when build logs are copiedAdam Vandenberg
2012-03-09Do a stricter version checkAdam Vandenberg
2012-03-07Remove silly path methodAdam Vandenberg
2012-03-06Extend FileUtils rather than include itJack Nagel
2012-03-06Require specialties at the end of formula.rbJack Nagel
2012-03-05Move llvm method to FailsWithLLVMAdam Vandenberg
2012-03-05shrinkAdam Vandenberg
2012-03-05invert conditionAdam Vandenberg
2012-03-05Move specialized formulae base classes into a new fileAdam Vandenberg
2012-03-05Move path utils out of formula.rbAdam Vandenberg
2012-02-29Formula.rb: update a commentAdam Vandenberg
2012-02-29Add support for Luarocks dependencies.Adam Vandenberg
2012-02-25Only call patches onceAdam Vandenberg
2012-02-25Add "require hardware" to formula.rbAdam Vandenberg
2012-02-25Add more external dep optionsSecond Planet
2012-02-24Add `buildpath` to FormulaAdam Vandenberg
2012-02-24Introduce block form of mkdirAdam Vandenberg
2012-02-24Formula#system: sanitize args before execJack Nagel
2012-02-21Remove unused :force switchesJack Nagel
2012-02-17cast `name` to stringLeFnord
2012-02-10Don't return nil from Formula#linked_kegJack Nagel
2012-02-09Split bottle logic.Mike McQuaid
2012-02-04Split some classes to formula_supportAdam Vandenberg
2012-02-03Remove aka warningAdam Vandenberg
2012-02-03Add and use plist helper methodsJack Nagel
2012-02-02devel: reset mirrors when building develMisty De Meo
2012-01-25Add `devel` to the DSL, + stable and bottle blocksMisty De Meo
2012-01-16Don't try and use GCC on Xcode 4.2: it's gone Jim.Mike McQuaid
2012-01-16Bump highest seen LLVM version.Mike McQuaid
2012-01-15Unlink old keg when upgrading dependenciesJack Nagel
2011-12-26Allow Formula.canonical_name to use Pathname objectsCharlie Sharpsteen
2011-12-24formula.rb: Don't apply fails_with_llvm to ClangCharlie Sharpsteen
2011-12-18Expose stable/unstable specsAdam Vandenberg
2011-12-18Extract checksum type functionAdam Vandenberg
2011-12-18Simplify a couple of commentsAdam Vandenberg
2011-12-04formula.rb: Fix use of xcode_version in LLVM checkCharlie Sharpsteen
2011-12-03formula.rb: Change fails_with_llvm for XCode 4.2Charlie Sharpsteen
2011-11-27formula.rb: Initialize path to nil or a PathnameCharlie Sharpsteen
2011-11-27Re-work ARGV filtering to properly handle --HEADCharlie Sharpsteen
2011-10-10Add an attr_reader for 'head'Jack Nagel
2011-10-04formula.rb: Don't attempt to mirror unstable URLsCharlie Sharpsteen
2011-09-19formula.rb: Move cache dir creation to fetchCharlie Sharpsteen
2011-09-19Only try mirrors for CurlDownloadStrategiesMax Howell