aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libvirt.rb
AgeCommit message (Collapse)Author
2014-11-05libvirt: update 1.2.10 bottle.BrewTestBot
2014-11-05libvirt 1.2.10Justin Clift
Closes #33922. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-20libvirt: update 1.2.9 bottle.BrewTestBot
2014-10-01libvirt: update 1.2.9 bottle.BrewTestBot
2014-10-01libvirt 1.2.9Justin Clift
Also converted single quote characters to double quote ones Closes #32837. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-09-02libvirt: update 1.2.8 bottle.BrewTestBot
Closes #32034. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-09-02libvirt 1.2.8Justin Clift
2014-08-03libvirt: update 1.2.7 bottle.BrewTestBot
Closes #31319. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-08-03libvirt 1.2.7Justin Clift
2014-07-02libvirt: update 1.2.6 bottle.BrewTestBot
Closes #30607. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-07-02libvirt 1.2.6Justin Clift
2014-06-02libvirt: update 1.2.5 bottle.BrewTestBot
Closes #29782. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-02libvirt 1.2.5Justin Clift
2014-05-06libvirt: update 1.2.4 bottle.BrewTestBot
Closes #29006. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-06libvirt 1.2.4Justin Clift
2014-04-01libvirt: update 1.2.3 bottle.BrewTestBot
Closes #28034. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-01libvirt 1.2.3Justin Clift
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-06libvirt: increment revision for libgcryptJack Nagel
2014-03-05libvirt: update 1.2.1 bottle.BrewTestBot
2014-03-05Increment libvirt revisionJack Nagel
Closes #27243.
2014-02-23libvirt: add 1.2.1 bottle.BrewTestBot
2014-01-23libvirt 1.2.1Nelson Chen
Closes #26118. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-12-17libvirt 1.2.0Doug Goldstein
Closes #25295. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-04libvirt 1.1.4Doug Goldstein
Closes #23955. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-29libvirt: Fix Mavericks build issuesDoug Goldstein
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>
2013-10-11libvirtd: apply upstream patchesDoug Goldstein
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>
2013-10-01libvirt 1.1.3Douglas Goldstein
Closes #22966. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-09-05Improve python tests for brew botsSamuel John
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.
2013-09-02Fix various Python import tests.Mike McQuaid
2013-09-02libvirt 1.1.2Justin Clift
Closes #22262. Closes #22269. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-07-30Libvirt 1.1.1Justin Clift
Closes #21536. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-07-02Libvirt 1.1.0Justin Clift
Closes #20950. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-12libvirt: typo in --without-python optionSamuel John
2013-06-12libvirt: Adding a testSamuel John
2013-06-12libvirt: Add python bindings (:recommended)Doug Goldstein
With the new python dependency support in Homebrew, libvirt can now build Python bindings. Closes #20311. Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-03Libvirt 1.0.6Justin Clift
Closes #20220. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-21Libvirt 1.0.5.1Justin Clift
Closes #19958. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-02Libvirt 1.0.5Justin Clift
Closes #19579. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-31Libvirt 1.0.4Justin Clift
Closes #18875. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-06Libvirt 1.0.3Justin Clift
Closes #18255. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-10libvirt uses pkg-configAdam Vandenberg
Closes #17739.
2013-01-30Libvirt 1.0.2Justin Clift
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>
2012-12-17Libvirt 1.0.1 and 0.9.11.8Justin Clift
Closes #16620. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-15Add missing libgcrypt dependencies post-gnutls 3 updateStefan
Closes #16093. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-11-10Revert "Rename readline to gnu-readline"Jack Nagel
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.
2012-11-10Rename readline to gnu-readlineJack Nagel
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.
2012-11-04Libvirt 0.9.11.7 and 1.0.0.Justin Clift
Closes #15847. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-09libvirt 0.9.11.6Justin Clift
For new upstream release. Closes #15378. Signed-off-by: Adam Vandenberg <flangy@gmail.com>