aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
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
2014-06-18Expose inreplace as a class methodJack Nagel
2014-06-18Fix a typoJack Nagel
2014-06-18Undocument `brew versions`Jack Nagel
2014-06-17Modified tap regex to support formulas with a +-sign, e.g. gtk+.rbMarc Sowen
Fixes Homebrew/homebrew#30204. Closes Homebrew/homebrew#30217. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-17Use Pathname#subdirsJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_env_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_jar_scriptJack Nagel
2014-06-17Add explicit mkpath to Pathname#write_exec_scriptJack Nagel
2014-06-17Make signature of Pathname#write compatible with Ruby 2.1+Jack Nagel
2014-06-17connect: redact formula, move to boneyard.Mike McQuaid
Closes Homebrew/homebrew#30028.
2014-06-17Fix retry condition when auto-tapping depsJack Nagel
Fixes Homebrew/homebrew#30212.
2014-06-16Move aplus to the boneyardAdam Vandenberg
Does not compile with modern compilers and has not been updated since 2008. Closes Homebrew/homebrew#30040.
2014-06-16Move head-only checks to cmd/installJack Nagel
Fixes Homebrew/homebrew#30084. Closes Homebrew/homebrew#30203.
2014-06-16Combine conditionalsJack Nagel
2014-06-16Place alias adjacent to aliased methodJack Nagel
2014-06-16Remove unused method aliasJack Nagel
Unlike CompilerFailure, the interface of Compiler is entirely internal, so we don't need to maintain compatibility with anything.
2014-06-16Don't load unused compat files for testsJack Nagel
2014-06-16Remove compat/brewkitJack Nagel
Formulae from the "brewkit" era are no longer compatible with the Formula class. This file was (unintentionally) removed from the $LOAD_PATH quite a while ago, and nobody has complained, so remove it.
2014-06-16Remove an internal method from compatJack Nagel
2014-06-16install: move requires to top of fileJack Nagel
2014-06-15Remove an unnecessary use of ARGV.build_head?Jack Nagel
2014-06-15Fix audit suggestionJack Nagel
2014-06-15brew-test-bot: fix FormulaUnavailableError handlingJack Nagel
2014-06-15brew-test-bot: use path-limited diffJack Nagel