This project is mirrored from https://github.com/Homebrew/brew.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Jul 18, 2013
-
-
Mike McQuaid authored
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jul 17, 2013
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Adam Vandenberg authored
-
Samuel John authored
In 10.9 we'll probably have to use that code path anyways and by now we have adapted all formulae to be able to build on Xcode-only.
-
Samuel John authored
-
Jack Nagel authored
-
Adam Vandenberg authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Mike McQuaid authored
Enables new post-installation Cellar audit failures. Closes Homebrew/homebrew#21242.
-
Mike McQuaid authored
Perform post-installation checks if a formula is installed. Added for brew test-bot to be able to fail on bad Cellar installation.
-
Mike McQuaid authored
-
Mike McQuaid authored
-
- Jul 16, 2013
-
-
Samuel John authored
LanguageModuleDependency.new(:python,...) is deprecated now. Replace it by depends_on :python => ['module' => 'name-on-PyPi']
-
Samuel John authored
Note, in the explict form: PythonInstalled.new('2.7') => :recommended the tag :recommended is ignored (not a limitation of PythonInstalled itself). One solution was to write PythonInstalled.new('2.7', [:recommended]) but that is not as beautiful as we like it. Therefore, now it is possible to: depends_on :python => ['2.7', :recommended] Only the first tag is attempted to be parsed as a version specifyer "x" or "x.y" or "x.y.z"...
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Since e1c62c35465eb6149688c745e4309438c08c410b, we exit early if the outdated array is empty, so we no longer need to check this before proceeding.
-
Mike McQuaid authored
-
Samuel John authored
Only run the `python do ... end` loop once even if multiple `depends_on :python => 'module-name'` are present.
-
- Jul 15, 2013
-
-
Jack Nagel authored
As documented in the man page, when given no arguments, `brew search` will list all formulae. This is different than giving an *empty* argument.
-
Jack Nagel authored
Closes Homebrew/homebrew#21216.
-
Mike McQuaid authored
-
- Jul 14, 2013
-
-
Jack Nagel authored
Fixes Homebrew/homebrew#19475. Fixes Homebrew/homebrew#21184.
-
Adam Vandenberg authored
-
- Jul 13, 2013
-
-
Adam Vandenberg authored
-
Adam Vandenberg authored
All core formulae have been migrated to .io addresses except for software maintained by github itself.
-
Jack Nagel authored
Closes Homebrew/homebrew#21163.
-
- Jul 12, 2013
-
-
chdiza authored
Closes Homebrew/homebrew#21070. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Jack Nagel authored
Now that this is handled by a Requirement with a default formula, this code cannot be triggered under normal circumstances. The advice given has now been moved to the Formula Cookbook on the wiki.
-
- Jul 10, 2013
-
-
Adam Vandenberg authored
Closes Homebrew/homebrew#21060.
-
Adam Vandenberg authored
Closes Homebrew/homebrew#21113.
-
Adam Vandenberg authored
-
Jack Nagel authored
-