aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-06-26Remove a dead branch from ARGV.kegsJack Nagel
rack cannot be nil at the point where FormulaUnavailableError is raised, so we don't need a branch to deal with that.
2014-06-26Simplify NoSuchKegError conditionJack Nagel
dirs will be empty if the rack directory does not exist.
2014-06-26Keg no longer inherits from PathnameJack Nagel
2014-06-26Give Keg#link_dir parameter a more descriptive nameJack Nagel
2014-06-26Fix keg method visibilityJack Nagel
Only link_dir needs to be protected
2014-06-26Reuse existing keg objectJack Nagel
2014-06-26Remove dead codeJack Nagel
2014-06-26Deprecate Keg#fnameJack Nagel
2014-06-26android-sdk 23Sergey
Closes #30471. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26github-release: add 0.5.2 bottle.BrewTestBot
Closes #30449. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26github-release 0.5.2Colin Dean
2014-06-26Pass strings, not keg objects, to execJack Nagel
2014-06-26gtk+: update 2.24.24 bottle.BrewTestBot
2014-06-26gtk+ 2.24.24Jack Nagel
2014-06-26pango: update 1.36.5 bottle.BrewTestBot
2014-06-26pango 1.36.5Jack Nagel
2014-06-26Maven 3.2.2Nathan Green
Closes #30463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26llvm: update 3.4.2 bottle.BrewTestBot
Closes #30462. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26llvm 3.4.2ojab
2014-06-26libstxxl: update 1.4.0 bottle.BrewTestBot
Closes #30458. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26libstxxl: build in release mode.Dennis Luxen
Fixes #30437.
2014-06-26tomcat: update 8.0.9 bottle.BrewTestBot
Closes #30456. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26tomcat 8.0.9 stableDan
2014-06-26brew.rb: handle single usage flag case.Mike McQuaid
2014-06-26brew: guard --help with nil cmd.Mike McQuaid
2014-06-26brew.rb: handle -—help for internal/external cmds.Mike McQuaid
Only display —-help for internal commands and not for external ones; they can handle the flag themselves. Closes #26675. References #26755. Closes #30300.
2014-06-26qt5: update 5.3.1 bottle.Mike McQuaid
2014-06-26qt5 5.3.1Mike McQuaid
Closes #30445. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26mdr: add 1.0.0 bottle.BrewTestBot
Closes #30446. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-26mdr: fix installation.Erwann Mest
2014-06-25pike: 7.8.866Bill Welliver
Closes #30453. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-06-25euca2ools: setuptools 5.2Tony Beckham
Closes #30430. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-06-25mpich2 3.1.1Wesley Bland
Update to the latest release of MPICH (3.1.1) Closes #30440. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-06-25muparser: add 2.2.3 bottle.BrewTestBot
Closes #30442. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-25muparser 2.23Stuart Campbell
Updated to current homepage and download location.
2014-06-25youtube-dl: update 2014.06.25 bottle.BrewTestBot
Closes #30443. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-25youtube-dl 2014.06.25Steffen Matthischke
2014-06-25vimpc 0.09.1Brett Koonce
Closes #30401.
2014-06-25Extend with a module instead of aliasing on the singleton classJack Nagel
2014-06-25tap_migrations: apple-gcc42 moved to dupes.Mike McQuaid
2014-06-25brew-versions: move to Contributions.Mike McQuaid
Eventually we'll move Contributions to a tap too. Closes #30298.
2014-06-24gnunet: add missing libidn dependencyAdam Vandenberg
Closes #30414.
2014-06-24simgrid: add 3.11.1 bottle.BrewTestBot
Closes #30372. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-24SimGrid 3.11.1John Kitsantas
2014-06-24PyPy3 2.3.1Andy Freeland
Fixes #30334. Closes #30367. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-24clamav: add 0.98.4 bottle.BrewTestBot
Closes #30431. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-24clamav: styleAdam Vandenberg
2014-06-24clamav 0.98.4Takuro Onoue
Closes #30297. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-06-24sysbench: use mirrorAdam Vandenberg
Closes #30377.
2014-06-24Fix uninitialized constant error in GitHub.openJack Nagel
The error handling depends on side effects of `require "net/https"`, so it should be wrapped in an explicit begin block. cf. #30407.