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 .
- Apr 03, 2013
-
-
Jack Nagel authored
-
- Apr 02, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
This was meant to support: env do |req| append_path 'PATH', req.some_method ... end i.e., the block was evaluated in the context of ENV. But it turned out to be not so useful after all, so I'm ripping it out before something actually depends on it.
-
Mike McQuaid authored
Sometimes we may want to run commands after bottle installation (such as creating directories outside the Cellar) so this method allows us to do so. Closes Homebrew/homebrew#18382.
-
Mike McQuaid authored
We want to notify users that non-/usr/local installs may result in some bottles being not used. References Homebrew/homebrew#18540
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
Don't complain if it's instantiating the class so that it can pass arguments. Fixes Homebrew/homebrew#18883.
-
Jack Nagel authored
Fixes Homebrew/homebrew#18885.
-
- Apr 01, 2013
-
-
Jack Nagel authored
Grrr...
-
Jack Nagel authored
This may result in some undesired output for things that suppress stdout, but we'll fix those as we go. Fixes Homebrew/homebrew#18650.
-
Jack Nagel authored
-
Simon Sigurdhsson authored
Since `pinned?` was using `File#exists?`, broken symlinks left by force-upgraded formulae made `pinned?` return false while `pin` returned with an error because it could not overwrite the broken link. This is fixed by using `File#symlink?` instead, which returns true for broken symlinks and false only when they do not exist. Closes Homebrew/homebrew#18858. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Simon Sigurdhsson authored
Closes Homebrew/homebrew#18851. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 31, 2013
-
-
Jaime Marquínez Ferrándiz authored
Closes Homebrew/homebrew#18849. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
Jack Nagel authored
-
Simon Sigurdhsson authored
* Added `pin` et. al. to manpage. * Added `brew pin` to `brew.1` * Added `brew unpin` to `brew.1` * Added `brew list --pinned` to `brew.1` * Added information about frozen formulae to `brew upgrade` in `brew.1` * Added `pin` et.al. to completion scripts. * Unpin formulae when uninstalling them * Unpin and re-pin formulae when upgrading (avoids stale symlink) References Homebrew/homebrew#18386. Closes Homebrew/homebrew#18515. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Mar 30, 2013
-
-
Jack Nagel authored
-
Adam Vandenberg authored
Closes Homebrew/homebrew#18060.
-
Samuel John authored
Closes Homebrew/homebrew#16576. Signed-off-by:
Adam Vandenberg <flangy@gmail.com>
-
- Mar 29, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#18807.
-
Jack Nagel authored
-
Jack Nagel authored
Will this break anything? It shouldn't; Formula will always be loaded before Tab anyway. But really there is a design problem here, Tab shouldn't have any hardcoded references to Formula. I think this is fixable, but callers of for_formula will need to be checked first.
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Adam Vandenberg authored
-
Jack Nagel authored
Closes Homebrew/homebrew#18788.
-
Jack Nagel authored
-
- Mar 27, 2013
-
-
Adam Vandenberg authored
-
- Mar 26, 2013
-
-
Max Howell authored
-
- Mar 24, 2013
-
-
Sebastian Staudt authored
Closes Homebrew/homebrew#18683. Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
Misty De Meo authored
* CPU functions now exist in Hardware::CPU * Added compatibility functions in compat/hardware_compat.rb * Names are less specific to Mac hardware, e.g. CPU.family instead of Hardware.intel_family * Hardware::CPU.family works for both Intel and PowerPC * New helper methods on CPU, like .sse4? and .altivec? Signed-off-by:
Misty De Meo <mistydemeo@gmail.com>
-
- Mar 22, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Russell Teabeault authored
Closes Homebrew/homebrew#18634. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-