aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
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 Homebrew/homebrew#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 Homebrew/homebrew#30324. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-21deprecate brew-whichAdam Vandenberg
Closes Homebrew/homebrew#30311.
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-20brew-test-bot: use Dir[] for globbingJack Nagel
2014-06-20brew-test-bot: use multiple argument form of systemJack Nagel
2014-06-20Use multiple argument form of systemJack Nagel
2014-06-20Revert "Removew brew-which"Misty De Meo
This reverts commit c0a32c81eb1b176448cd41866f2d22427c729522. Will add a deprecation notice and remove at a later point in time.
2014-06-20Revert "formula_installer: bottle against Homebrew Python."Mike McQuaid
This reverts commit dc53c331ebb3bf752655a6e2147ea90c38a22e2f. Closes Homebrew/homebrew#30302. Closes Homebrew/homebrew#30305.
2014-06-20simplify play blacklistAdam Vandenberg
2014-06-20Removew brew-whichAdam Vandenberg
This functionality is better handled by brew list --versions and other official commands.
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 Homebrew/homebrew#27112.
2014-06-20xcode: add new package ID for Mavericks (again).Mike McQuaid
Closes Homebrew/homebrew#30296.
2014-06-20Revert "xcode: add new package ID for Mavericks."Mike McQuaid
This reverts commit b0caede328b5181106451025df74a456276b76cf. Fixes Homebrew/homebrew#30299.
2014-06-20xcode: add new package ID for Mavericks.Mike McQuaid
Closes Homebrew/homebrew#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 Homebrew/homebrew#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 Homebrew/homebrew#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-18brew-test-bot: don't pass formula name to fetch twiceJack Nagel
2014-06-18Stop hiding exceptions completely in `brew test`Jack Nagel
2014-06-18Fix `brew test` when conflicting minitest gems are installedJack Nagel
2014-06-18Combine Homebrew module declarations in testing_envJack Nagel
2014-06-18Make sure compatible gem versions are installedJack Nagel
2014-06-18Use assert_silentJack Nagel
2014-06-18Use assert_includesJack Nagel
2014-06-18Use assert_predicateJack Nagel
2014-06-18Switch to MinitestJack Nagel
2014-06-18Move test helpers into Homebrew::TestCaseJack Nagel
2014-06-18Use a custom test class so we can avoid monkeypatchingJack Nagel
2014-06-18bottle: cd to the repository before committingJack Nagel