aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-06-23Remove pin directory when emptyJack Nagel
2014-06-23Fix file leak in lock testsJack Nagel
2014-06-23Fix directory leaks in formula prefix testsJack Nagel
2014-06-23Clear cache after patching testsJack Nagel
2014-06-23Fix test class name collisionJack Nagel
2014-06-23Fix directory leak in test_cleanupJack Nagel
2014-06-23Clear cache after checksum verification testsJack Nagel
2014-06-23Fix directory leak in test_argvJack Nagel
2014-06-23Fix directory leak in test_cleanerJack Nagel
2014-06-23Clear cache after formula install testsJack Nagel
2014-06-23Fix directory leak in test_pathname_versionJack Nagel
2014-06-23Explicitly create top-level directories for testsJack Nagel
2014-06-23Give the temporary test directory a prefixJack Nagel
2014-06-23Call original backtick using superJack Nagel
2014-06-23Use Dir.mktmpdir to create temp directory for testsJack Nagel
2014-06-23Pass repository path into the updaterJack Nagel
2014-06-22Remove obsolete constantJack Nagel
Formula that use this do not load anymore.
2014-06-22Use a more descriptive variable nameJack Nagel
2014-06-22Use Pathname#splitJack Nagel
2014-06-22Move the compiler-selecting methods to ENV/sharedShaun Jackman
Closes #30210. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-22Move deprecated Formula class methods to compatJack Nagel
These have all been moved to Formulary.
2014-06-22Simplify extending Formula with EnumerableJack Nagel
2014-06-22Keep DSL related code in one placeJack Nagel
2014-06-21Hardware: add new .features methodMisty De Meo
This returns a list of symbols with the various CPU features supported by the active hardware.
2014-06-21Simplify picking pinned versionJack Nagel
2014-06-21Remove FormulaPin dependency on FileUtilsJack Nagel
2014-06-21Show file contents instead of commitsVladimír Kriška
Closes #30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-20Remove ARGV.filter_for_dependenciesJack Nagel
2014-06-20Decouple spec selection from ARGVJack Nagel
2014-06-20Pass the requested spec into the formula instanceJack Nagel
2014-06-20Formula equality reflects the active specJack Nagel
2014-06-20Use multiple argument form of systemJack Nagel
2014-06-20Revert "formula_installer: bottle against Homebrew Python."Mike McQuaid
This reverts commit dc53c331ebb3bf752655a6e2147ea90c38a22e2f. Closes #30302. Closes #30305.
2014-06-20simplify play blacklistAdam Vandenberg
2014-06-20formula_installer: bottle against Homebrew Python.Mike McQuaid
When Python is required or recommended then always bottle against the Homebrew provided Python rather than the system one. This will allow bottling of packages that have a hard dependency on Python bindings (which can’t be shared between system and Homebrew Pythons). Closes #27112.
2014-06-20xcode: add new package ID for Mavericks (again).Mike McQuaid
Closes #30296.
2014-06-20Revert "xcode: add new package ID for Mavericks."Mike McQuaid
This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes #30299.
2014-06-20xcode: add new package ID for Mavericks.Mike McQuaid
Closes #30296.
2014-06-20doctor: add caveats to avoid scaring people.Mike McQuaid
Sporadically people ask to whitelist doctor warnings or file issues when there's nothing actually wrong. Help reassure such people with a friendly message. Closes #30230. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-19Remove play, replaced by typesafe-activatorMichael Vetter
In Play 2.3 the play command has become the activator command. Play has been updated to use Activator. People should use typesafe-activator formula instead. You can read more about this change at: http://www.playframework.com/documentation/2.3.x/Migration23 and http://www.playframework.com/documentation/2.3.x/Highlights23 Closes #30262. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-19Remove obsolete doctor checkJack Nagel
Both build environments remove MACOSX_DEPLOYMENT_TARGET by default.
2014-06-19Remove unnecessary string evals from doctorJack Nagel
2014-06-19Use .each, not .all? to enumerate formulaeJack Nagel
2014-06-19Fix typoJack Nagel
2014-06-19Remove more unused requiresJack Nagel
2014-06-19Remove unused requireJack Nagel
2014-06-19Pull requires out of methodsJack Nagel
2014-06-19Use rack accessor instead of building pathname manuallyJack Nagel
2014-06-19Only "extend self" once on the Homebrew moduleJack Nagel
2014-06-18Stop hiding exceptions completely in `brew test`Jack Nagel