aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libvirt.rb
AgeCommit message (Collapse)Author
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>
2012-09-24libvirt 0.10.2Justin Clift
Closes #15075. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-31libvirt: use new dslAdam Vandenberg
2012-08-31libvirt 0.10.1Justin Clift
Closes #14595. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-29libvirt --devel 0.10.0Justin Clift
Closes #14517. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02libvirt 0.9.13Justin Clift
Closes #13155. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-28libvirt 0.9.11.4Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-14libvirt 0.9.11.3 + 0.9.12Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-03libvirt 0.9.11Justin Clift
Closes #11413. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-20libvirt 0.9.10Justin Clift
Includes a patch by Lincoln Myers <lincoln_myers@yahoo.com>, fixing a recently introduced compilation bug on OSX. Patch is already included upstream, and will be in libvirt 0.9.11. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-01-15libvirt 0.9.9Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-12-09libvirt 0.9.8Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-11-08libvirt 0.9.7Justin Clift
Now supports VirtualBox 4.1.x on OSX, plus many other enhancements: http://www.libvirt.org/news.html Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-22libvirt 0.9.6Justin Clift
Closes #7755. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-10libvirt: support VirtualBox by defaultgnu-user
- Enabled support for VirtualBox by default - Removed support for qemu, since there is no OS X support, because according to libvirt "./configure --help" qemu is installed by default with the argument "--with-qemu=yes" unless otherwise specified Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-03libvirt 0.9.4Justin Clift
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-05libvirt 0.9.3Justin Clift
Also includes upstream patch from 0.9.4 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-06libvirt 0.9.2Justin Clift
* Works with YAJL 2.x now. * OpenVZ support is now Linux-only, so has been disabled. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-16Revert libvirt due to yajl conflict.Adam Vandenberg
2011-05-16libvirt 0.9.1Adam Vandenberg
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-19Update formula: libvirtJustin Clift
Now explicitly lists compilation options in use, and also now depends upon YAJL 1.0.11. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-02-17Update formula: libvirtJustin Clift
Updated for new upstream libvirt 0.8.8 release. Signed-off-by: Adam Vandenberg <flangy@gmail.com>