| Age | Commit message (Collapse) | Author | 
 | 
 | 
 | 
Closes #33922.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
 | 
 | 
Also converted single quote characters to double quote ones
Closes #32837.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Closes #32034.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
Closes #31319.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
 | 
 | 
 | 
 | 
Closes #30607.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
Closes #29782.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
Closes #29006.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
Closes #28034.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
 | 
 | 
 | 
 | 
Closes #27243.
 | 
 | 
 | 
 | 
Closes #26118.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
Closes #25295.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #23955.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
The typedef for xdrproc_t was changed in Mavericks. This change makes it
build again on Mavericks however this change is backwards compatible
with older versions.
Closes #23737.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
libvirtd would fail to successfully run on Mac OS X. With these two
upstream changes that is resolved. It can be tested by running 'virsh
version'.
Closes #23141.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #22966.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
Allow `build.with?` and similar methods to be used during the test
phase. The BuildOptions (`build`) are initialized with the
`Tab.used_options` unless explicitly overwritten on the command line.
So basically `build.with?` works in `def install` and in `test do` as
one would naively expect. (For the test, gramatically it should be
`built.with?` but who cares)
If a formula was installed `--with-python`, now the tests are also
run `--with-python`. This enables us to use the `python do ... end` in
a meaningful manner.
Using `python do ... end` blocks for the tests, because the bot.brew.sh has
system python per default and we need to set the PYTHONPATH for the test.
Potentially to different values for Python 2.x and 3.x.
 | 
 | 
 | 
 | 
Closes #22262.
Closes #22269.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
 | 
 | 
Closes #21536.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
Closes #20950.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
 | 
 | 
 | 
 | 
With the new python dependency support in Homebrew, libvirt can now
build Python bindings.
Closes #20311.
Signed-off-by: Samuel John <github@SamuelJohn.de>
 | 
 | 
Closes #20220.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #19958.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #19579.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #18875.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #18255.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Closes #17739.
 | 
 | 
Libvirt 1.0.x series seems pretty stable now,
so making it the default instead of a --devel
option.
Closes #17435.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
Closes #16620.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
Closes #16093.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
 | 
 | 
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.
Turns out one of the "other things" is a dealbreaker.
We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.
So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
 | 
 | 
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.
The implications of this are:
 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.
 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.
 - Probably other things.
So there are some downsides, but we will just have to deal with them.
Fixes #15776.
 | 
 | 
Closes #15847.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 | 
 | 
For new upstream release.
Closes #15378.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
 |