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 .
- Mar 20, 2017
-
-
Mike McQuaid authored
Provide a gentle nudge to users to check if these dependencies are definitely required.
-
- Jan 17, 2017
-
-
Mike McQuaid authored
This is used to indicate a formula is a version of another formula. This will be used to provide a consistent interface for older formulae versions and replaces the use of `conflicts_with`.
-
- Sep 19, 2016
-
-
Mike McQuaid authored
Not quite a mass replacement as I've used OS X and Mac OS X where describing specific older versions and added compatibility methods for things in the DSL.
-
- Sep 17, 2016
-
-
Mike McQuaid authored
But remove some manual `.freeze`s on constants that shouldn't be constants.
-
- Jun 05, 2016
-
-
Martin Afanasjew authored
`Formula#keg_only?` could fail if it was invoked on a formula with a `:provided_until_xcode43` or `:provided_until_xcode5` reason given to `keg_only`, if neither the Command Line Tools nor Xcode was installed. Check whether Xcode is installed before querying the Xcode version. Closes #317.
-
- Oct 27, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#45337. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- Oct 23, 2015
-
-
Baptiste Fontaine authored
This prevents typos like `bottle :uneeded` or `bottle :disable` Closes Homebrew/homebrew#45264. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
- Oct 19, 2015
-
-
Xu Cheng authored
-
- Sep 08, 2015
-
-
Dominyk Tiller authored
-
- Aug 05, 2015
-
-
Dominyk Tiller authored
Closes Homebrew/homebrew#42460. Signed-off-by:
Dominyk Tiller <dominyktiller@gmail.com>
-
- Jul 29, 2015
-
-
Baptiste Fontaine authored
Closes Homebrew/homebrew#42073. Signed-off-by:
Baptiste Fontaine <batifon@yahoo.fr>
-
- Jun 17, 2015
-
-
Jack Nagel authored
-
- Sep 13, 2014
-
-
Jack Nagel authored
It will cut off the beginning of any interpolated lines. Fixes Homebrew/homebrew#32259.
-
- Aug 29, 2014
-
-
Shaun Jackman authored
Closes Homebrew/homebrew#31951. Signed-off-by:
Jack Nagel <jacknagel@gmail.com>
-
- Aug 08, 2014
-
-
Jack Nagel authored
-
- May 13, 2014
-
-
Adam Vandenberg authored
-
- Apr 03, 2014
-
-
Jack Nagel authored
Closes Homebrew/homebrew#28095.
-
- Apr 02, 2014
-
-
Jack Nagel authored
-
- Sep 14, 2013
-
-
Jack Nagel authored
-
- Jun 29, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
Closes Homebrew/homebrew#18300. Closes Homebrew/homebrew#20891.
-
Jack Nagel authored
-
- Jun 10, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#20357.
-
- Jun 08, 2013
-
-
Mike McQuaid authored
-
- Jun 07, 2013
-
-
Jack Nagel authored
-
Jack Nagel authored
-
- Jun 05, 2013
-
-
Jack Nagel authored
Closes Homebrew/homebrew#20239.
-
- May 28, 2013
-
-
Adam Vandenberg authored
-
- May 25, 2013
-
-
Mike McQuaid authored
-
- Apr 08, 2013
-
-
Jack Nagel authored
This is initialized in #initialize.
-
- Apr 05, 2013
-
-
Jack Nagel authored
-
- Mar 29, 2013
-
-
Jack Nagel authored
-
- Mar 19, 2013
-
-
Jack Nagel authored
Reader methods for specific checksum types have been absent from the Formula class for some time, so there isn't any reason to expose them in SoftwareSpec, either. Thus, these methods now only act as setters, and #checksum should be used to access the constructed Checksum object.
-
- Mar 12, 2013
-
-
Jack Nagel authored
-
Mike McQuaid authored
This has two parts: 1. Bottles are temporarily relocated on bottling and tested if that is sufficient for them to contain no longer reference the prefix or cellar. If so, they are marked as relocatable. 2. On installation if bottles are marked as relocatable they will be relocated using install_name_tool to the current prefix and cellar. Closes Homebrew/homebrew#18374.
-
- Mar 10, 2013
-
-
Jack Nagel authored
These are redefined later for use in the bottle DSL.
-
Mike McQuaid authored
-
- Mar 02, 2013
-
-
Mike McQuaid authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
* Remove legacy url syntax. * Use revision instead of version. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-