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 20, 2015
-
-
Mike McQuaid authored
-
Tim D. Smith authored
uses the LLVM 3.6 debug header from: http://reviews.llvm.org/diffusion/L/browse/libcxx/tags/RELEASE_360/final/include/__debug Workaround for Homebrew/homebrew#38514. Closes Homebrew/homebrew#38735.
-
Jack Nagel authored
I would like there to be more discussion before making this change. This reverts commit f16ffd2a9ee5d29c7c0ae672c17bd129240adbb5.
-
- Apr 19, 2015
-
-
Viktor Szakats authored
also delete extra closing parenthesis in two problem messages Closes Homebrew/homebrew#38824. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
Closes Homebrew/homebrew#38810. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
The original formula (disco) has been moved to use 0.5.0 style version string. So actually no one is using such style. Stop supporting such style, so it wouldn't be ambiguous with revision part in `Formula#pkg_version`. Closes Homebrew/homebrew#38750. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Jack Nagel authored
-
- Apr 18, 2015
-
-
Alex Dunn authored
Closes Homebrew/homebrew#38769. Signed-off-by:
Tim D. Smith <git@tim-smith.us>
-
Jack Nagel authored
-
Jack Nagel authored
-
Jack Nagel authored
-
Dominyk Tiller authored
The standard message can be somewhat confusing (#38695) in that it outputs “finished linking” language regardless of whether an app is actually present/linked or not. This solution just stops it saying anything if there’s no app in the directory. It needs a little tidying in the output here, but it’s a discussion point. Closes Homebrew/homebrew#38728. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Apr 17, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#38711. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Jack Nagel authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#38567. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
Closes Homebrew/homebrew#35128.
-
- Apr 16, 2015
-
-
Jack Nagel authored
-
- Apr 15, 2015
-
-
Xu Cheng authored
Closes Homebrew/homebrew#38479. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Xu Cheng authored
-
Dominyk Tiller authored
This reverts commit bcd34ded9e4b17b8658b7ae947cd392a4e5942c0. Closes Homebrew/homebrew#38658. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Dominyk Tiller authored
v0.30.0 has killed a couple of the methods being used and is throwing warnings around like candy. This switches to the new methods. Rubocops are obviously a matter of choice, and I’ve added choice here based on what was said in previous PRs and my own personal views on readability. Happy to be told to change things to different variables. For upstream detail, see: * https://github.com/bbatsov/rubocop/blob/master/relnotes/v0.30.0.md#chang es * https://github.com/bbatsov/rubocop/pull/1721/files * https://github.com/bbatsov/rubocop/pull/1655/files Closes Homebrew/homebrew#38655. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Apr 14, 2015
-
-
Jack Nagel authored
-
Dominyk Tiller authored
At the moment, every time I pull a new formulae from a tap, I have to fetch it with the fully qualified name, `brew fetch homebrew/versions/duck123 `, which is fine, but then I also have to install, test, and audit it in the same way, which isn’t fixed until I tap repair, which gets a bit onerous. This just adds a step to `brew pull` where it does the tap repair automatically for taps. Closes Homebrew/homebrew#37788. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Apr 13, 2015
-
-
Mike McQuaid authored
Closes Homebrew/homebrew#38571.
-
Mike McQuaid authored
Otherwise e.g. --debug will be interpreted as a (bad) tap argument. Closes Homebrew/homebrew#38569. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Baptiste Fontaine authored
Without this, `brew audit <some formula>` may ask people to change: system "./script.sh foo-*" into: system "./script.sh", "foo-*" These are not the same. In the first example the shell expansion occurs while it doesn’t in the second one, breaking the build. Closes Homebrew/homebrew#38540. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Apr 10, 2015
-
-
Viktor Szakats authored
Discussion: https://github.com/Homebrew/homebrew/issues/37945 Patch by @jacknagel. Closes Homebrew/homebrew#38492. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
- Apr 09, 2015
-
-
Dominyk Tiller authored
It’s Christmas. New stable OS X version, new Swift version, new Xcode, new CLT and a new Clang version. Closes Homebrew/homebrew#38468. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Xu Cheng authored
Closes Homebrew/homebrew#38361. Signed-off-by:
Xu Cheng <xucheng@me.com>
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Mike McQuaid authored
-
Dominyk Tiller authored
Moves from None to Release, but comments out the standard release CFLAGS so we can continue using our own. Bumped Libgit2 as an example/test to play with. Closes Homebrew/homebrew#37332, hopefully. Closes Homebrew/homebrew#37361. Signed-off-by:
Mike McQuaid <mike@mikemcquaid.com>
-
Tim D. Smith authored
brew deps will fail silently if a formula has dependencies which live in taps that have not yet been tapped. Delay checking brew deps until after tap dependencies are discovered. Closes Homebrew/homebrew#38424.
-
Tim D. Smith authored
test-bot expects the dependencies returned from SoftwareSpec#deps to satisfy is_a?(TapDependency) if they come from a tap which might need to be tapped.
-