aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2014-07-07mongodb devel 2.7.3Jonathan Reams
Closes #30707. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07llvm: use opt helpers in caveatsJack Nagel
2014-07-07macvim: update commentJack Nagel
2014-07-07libsodium: update 0.6.0_1 bottle.BrewTestBot
2014-07-07libsodium: add commentJack Nagel
2014-07-07libsodium: use pkg-configAdam Vandenberg
use pkg-config to force .pc Closes #30681 Closes #30682. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07writerperfect: remove testJack Nagel
This didn't actually test anything, it just echoed the literal string `/usr/local/Cellar/writerperfect/0.9.1/bin/wpd2odt`
2014-07-07writerperfect: add 0.9.1 bottle.BrewTestBot
2014-07-07writerperfect 0.9.1Yue Liu
Closes #30548. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07smake: add testfbrosson
Closes #30566. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07kytea: add upstream patchMichiaki Ariga
Closes #30665. [jn: add comment] Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07Merge instead of calling << in a loopJack Nagel
2014-07-07sqlitebrowser: drop leading dashes from optionJack Nagel
2014-07-07sqlite database browser 3.2.0Justin Clift
Closes #30705. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07Remove .rb from boot2docker-cli aliasDavid Larson
``boot2docker-cli`` (an alias for ``boot2docker``) was named ``boot2docker-cli.rb``, while all other aliases are named without the ``.rb`` ending. This commit simply renames the alias to follow the pre-existing alias-naming convention. Closes #30703. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-07Ninja 1.5.1Lukas
Closes #30698. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06Fix brew-aspell-dictionariesJack Nagel
2014-07-06Give the cache the same permissions as the installer doesJack Nagel
2014-07-06Extend with a module instead of aliasing on the singleton classJack Nagel
2014-07-06Remove inaccurate commentJack Nagel
2014-07-06Pass arguments directly to skip_cleanJack Nagel
2014-07-06mdf2iso: switch to Debian mirrorMisty De Meo
mdf2iso went away when BerliOS closed, and doesn't appear to have a new homepage yet. Fixes #30699.
2014-07-06pixman: update 0.32.6 bottle.BrewTestBot
2014-07-06pixman 0.32.6Jack Nagel
2014-07-06s3cmd 1.5.0-rc1Tobias L. Maier
Closes #30695. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06Hide the cxxstdlib data structure betterJack Nagel
2014-07-06nostdout doesn't need to capture outputJack Nagel
2014-07-06Close duped output streams before returningJack Nagel
2014-07-06Remove redundant "which git" guardsJack Nagel
There is always a git executable on PATH due to the git wrapper in Library/Contributions/cmd. The wrapper will notify the user if there is not a real git installed.
2014-07-06Drop pointless string splitJack Nagel
2014-07-06Use Formula tap methods instead of matching the pathJack Nagel
2014-07-06Let File.expand_path also do the joinJack Nagel
2014-07-06Check File.file? first to avoid second stat()Jack Nagel
2014-07-06Use Formula tap methodsJack Nagel
2014-07-06Make tap_ref match similar code in updateJack Nagel
2014-07-06fzf 0.8.6Junegunn Choi
Closes #30694. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06JRuby 1.7.13Aku Kotkavuo
Closes #30692. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06gifsicle 1.84fbrosson
Closes #30691. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06sbcl: update 1.2.1 bottle.BrewTestBot
2014-07-06SBCL 1.2.1Aku Kotkavuo
Closes #30690. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06chicken: add 4.9.0.1 bottle.BrewTestBot
2014-07-06Chicken 4.9.0.1Aku Kotkavuo
Closes #30689. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06amtterm SOAP::Lite resourceDavid Holm
Closes #30688. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06pyenv 20140705Chongyu Zhu
Closes #30687. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06uwsgi: update 2.0.6 bottle.BrewTestBot
2014-07-06uwsgi 2.0.6David Holm
Closes #30686. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-06Escape paths in regexpsJack Nagel
2014-07-06Just use each since we're returning from inside the blockJack Nagel
2014-07-06Expand ~ in PATH entriesJack Nagel
2014-07-05brew-pull: fix --installJack Nagel