aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2016-02-10smartsim: migrate from x11 to guiTom Schoonjans
2016-02-10meld: migrate from x11 to guiTom Schoonjans
2016-02-10klavaro: migrate from x11 to guiTom Schoonjans
2016-02-10gtksourceviewmm3: migrate from x11Tom Schoonjans
2016-02-10gobby: migrate from x11 to guiTom Schoonjans
2016-02-10gnumeric: migrate from x11Tom Schoonjans
2016-02-10easy-tag: migrate from x11 to guiTom Schoonjans
2016-02-10cardpeek: migrate from x11 to guiTom Schoonjans
2016-02-10xournal: migrate from x11 to guiTom Schoonjans
2016-02-10xchat: migrate from x11 to guiTom Schoonjans
2016-02-10upnp-router-control: migrate from x11 to guiTom Schoonjans
2016-02-10threadscope: migrate from x11 to guiTom Schoonjans
2016-02-10terminator: migrate from x11 to guiTom Schoonjans
2016-02-10sylpheed: migrate from x11Tom Schoonjans
2016-02-10prooftree: migrate from x11 to scienceTom Schoonjans
2016-02-10pcb: migrate from x11 to scienceTom Schoonjans
2016-02-10kernagic: migrate from x11 to guiTom Schoonjans
2016-02-10iptux: migrate from x11 to guiTom Schoonjans
2016-02-10inkscape: migrate from x11 to guiTom Schoonjans
2016-02-10hexchat: migrate from x11 to guiTom Schoonjans
2016-02-10gtkwave: migrate from x11 to guiTom Schoonjans
2016-02-10gtksourceviewmm: migrate from x11Tom Schoonjans
2016-02-10gtk-chtheme: migrate from x11 to guiTom Schoonjans
2016-02-10gsmartcontrol: migrate from x11 to guiTom Schoonjans
2016-02-10glade: migrate from x11Tom Schoonjans
2016-02-10ggobi: migrate from x11 to scienceTom Schoonjans
2016-02-10gerbv: migrate from x11Tom Schoonjans
2016-02-10geeqie: migrate from x11 to guiTom Schoonjans
2016-02-10geda-gaf: migrate from x11 to scienceTom Schoonjans
2016-02-10geany: migrate from x11Tom Schoonjans
2016-02-10tests: Add missing version testsBaptiste Fontaine
Closes Homebrew/homebrew#49031. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-10bottle: do not follow symlink when setting mtimeXu Cheng
Also set atime to mtime, which seems to be a more common practice. Fixes Homebrew/homebrew#49007 Closes Homebrew/homebrew#49027. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-02-10FormulaInstaller: uncache Tab to keep it freshXu Cheng
Fixes Homebrew/homebrew#48612. Fixes Homebrew/homebrew#48657. Closes Homebrew/homebrew#48886. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-02-09Audit: Regexp.escape formula namesMisty De Meo
We allow certain special regex characters in formula names, and if those aren't escaped when interpolating them into a regex, they'll be interpreted as special regex characters. This can cause regex compile errors on Ruby 1.8 (for example, with "libxml++3", which has nested match characters), and more subtle matching bugs in general. Refs an issue surfaced in Homebrew/homebrew#48744. Closes Homebrew/homebrew#49005. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2016-02-08rtags: 2.1, back from boneyardNikolaus Wittenstein
This reverts commit 5bcc7b1f3fd4992e67736bb3cd97141e82c94685 and updates rtags to version 2.1. It had been moved to the boneyard because the tag for version 2 had been deleted. Closes Homebrew/homebrew#48800. Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-02-07os/mac/xcode: expect Xcode 7.2.1Dominyk Tiller
2016-02-07os/mac: add Xcode 7.2.1Dominyk Tiller
2016-02-07tests: add leaves & prune integration testsBaptiste Fontaine
Closes Homebrew/homebrew#48943. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-07tests: cleanup test bottleBaptiste Fontaine
2016-02-07tests: monkey-patch exec to get coverage reportsBaptiste Fontaine
Closes Homebrew/homebrew#48923. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-07tests: remove unnecessary cdBaptiste Fontaine
2016-02-07Tap: clear_cache for Tap#(un)installXu Cheng
If a tap is installed during the installation, the original cache need to be purged. Otherwise, it will return wrong information afterwards. Closes Homebrew/homebrew#48887. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-02-07more test for dependency_expansionXu Cheng
Closes Homebrew/homebrew#48904. Signed-off-by: Xu Cheng <xucheng@me.com>
2016-02-07Dependency.expand: ensure pop stackXu Cheng
During the dependencies expansion, there may be errors (e.g. FormulaUnavaiableError). As result, some deps will be left behind in the stack and interfere afterwards dependencies expansion. So let's ensure stack clean for each expansions. Fixes Homebrew/homebrew#48834.
2016-02-06Array#count alias didn't always existMisty De Meo
Fixes mistydemeo/tigerbrew#408.
2016-02-06tests: fix simplecov handling in integration testsBaptiste Fontaine
Closes Homebrew/homebrew#48250. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2016-02-06tests: track all filesBaptiste Fontaine
2016-02-06tests: use our patched simplecov, bump coverallsBaptiste Fontaine
We must bump coveralls otherwise we get a conflicting dependency: we use a patched simplecov v0.11.1 but coveralls 0.8.9 needs simplecov 0.10.x.
2016-02-06tests: enforce min. 40% coverageBaptiste Fontaine
2016-02-06tests: don't use Coveralls outside of CIBaptiste Fontaine