aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-01-22scm-manager 1.26Sebastian Sdorra
Closes #17257. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-22Homebank 4.5aas
Closes #17258. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-22shocco: env :userpaths for markdown requirementJack Nagel
2013-01-22gource: use X11 if it's installed.Mike McQuaid
References #17143. Fixes #17246.
2013-01-22gource: disable X11.Mike McQuaid
References #17143. Fixes #17246.
2013-01-21openrtsp 2013.01.21Adam Vandenberg
Closes #17242.
2013-01-21libtermkey 0.16Adam Vandenberg
2013-01-21libtermkey: uses libtoolAlex Burka
Closes #17241. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21heroku-toolbelt 2.34.0Dan Yang
Closes #17240. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21Use new requirement syntaxJack Nagel
2013-01-21Allow satisfied? to be specified in a blockJack Nagel
Instead of overriding #satisfied?, Requirement subclasses can specify the condition in a block: satisfy do some_condition? end The contents of the block are evaluated in the context of the instance, and so have access to instance variables and instance methods as before. Additionally, it is wrapped in an ENV.with_build_environment block. This can be disabled by passing :build_env => false to satisfy: satisfy :build_env => false do some_condition? end
2013-01-21Block-style env DSL examplesJack Nagel
2013-01-21Object#instance_exec for Ruby 1.8.6Jack Nagel
Not thread safe! But I don't think we care. We want to evaluate the env DSL block in the context of ENV for asthetic reasons, but we also want access to methods on the requirement instance. We can use #instance_exec to pass the requirement itself into the block: class Foo < Requirement env do |req| append 'PATH', req.some_path end def some_path which 'something' end end Also add a simplified version of Object#instance_exec for Ruby 1.8.6.
2013-01-21Allow env DSL to take a blockJack Nagel
In addition to env :userpaths env :std requirements can now do env do append 'PATH', '/some/path/to/bin' # and more end
2013-01-21ENV.with_build_environmentJack Nagel
2013-01-21build: reorganize #install for readabilityJack Nagel
2013-01-21tests: add mocha mocking libraryJack Nagel
2013-01-21antlr 4.0Mika Eloranta
The download link to 3.5 in the old formula no longer works, upgraded to antlr 4.0. Closes #17238. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21bitlbee 3.2.0TarcĂ­sio Gruppi
Closes #17235. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21brew upgrade: improve exit codes.Matt Di Pasquale
exit 1 if formulae given but none outdated Closes #17199. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-21qt-mobility: use upstreamed case-sensitive patch.Till Adam
References #12220. Closes #17230. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-21wordplay: use selected compilerAdam Vandenberg
2013-01-21wordplay 7.22Brian Bennett
Closes #14295. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21sbcl: add update notice for maximaKaiwen Xu
Closes #17218. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21libodbc++ 0.2.5Roberto Esposito
Closes #17224. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21zbar: depends on :x11Adam Vandenberg
2013-01-21rhash: add Lion requirementAdam Vandenberg
Closes #17132.
2013-01-21byobu works *much* better with tmux than screenDustin Kirkland
Closes #17221. Signed-off-by: Dustin Kirkland <kirkland@byobu.co> Closes #17221. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21byobu 5.29Dustin Kirkland
Signed-off-by: Dustin Kirkland <kirkland@byobu.co> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21plenv 1.1.0tokuhirom
Closes #17220. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21gsutil 3.21Dimitri Krassovski
Closes #17225. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21libuv 0.9.7Clemens Gruber
Closes #17226. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21Remove xml2rfc.Adam Vandenberg
xml2rfc is now installable via pip. Closes #17227.
2013-01-21mpegdemux 0.1.4Andrew Erickson
Closes #17223. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-21mjpegtools: depend on X11 if installed.Mike McQuaid
Closes #17222.
2013-01-21rbenv-bundler: fix updated 0.95 tag.Mike McQuaid
2013-01-20mutt: remove unused flagAdam Vandenberg
2013-01-20Wireshark: link against GnuTLS 2Adam Vandenberg
Closes #16257.
2013-01-20GnuTLS2 2.12.21Adam Vandenberg
Adding GnuTLS 2.x GnuTLS 3.x changed the API slightly, but also changes license terms, so it is unlikely that some software will update to newer versions. Closes #17109.
2013-01-20superenv: favor /opt/X11 over /usr/X11 when both existJack Nagel
This is the order of precedence used elsewhere in Homebrew when detecting X11 versions and prefixes. Fixes #16598.
2013-01-20pxz: requires openmp, not available in clangAdam Vandenberg
Closes #16227.
2013-01-20exempi: note that patch has been merged upstreamMisty De Meo
2013-01-20flann 1.8.2Adam Vandenberg
Closes #16724.
2013-01-20sbcl: 1.1.3 bottles.Mike McQuaid
2013-01-20sbcl 1.1.3Hsin-Hsiang Huang
Closes #16952. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-20open-mpi: add MPI_THREAD_MULTIPLE support.Xavier Lacoste
Closes #16956. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-20New formula: sqlcipherNick Parker
Closes #16960. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-20boost: add option to use system layout.Nikita Kakuev
Closes #14749. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-01-20vgmstream r1007Misty De Meo
2013-01-20leiningen 2.0.0Dimitri Krassovski
Closes #17212. Signed-off-by: Adam Vandenberg <flangy@gmail.com>