aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2016-02-12telepathy-mission-control: boneyardDominyk Tiller
2016-02-12telepathy-idle: boneyardDominyk Tiller
2016-02-12telepathy-gabble: boneyardDominyk Tiller
2016-02-12cmd/update-bash.sh: print message on fetch fail.Mike McQuaid
Closes Homebrew/homebrew#49107. Closes Homebrew/homebrew#49105. Closes Homebrew/homebrew#48267. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2016-02-12update-bash: don't prompt for passwords.Mike McQuaid
We execute too many `git fetch` at once for this to be useful. Just let them fail instead and make it up to users to setup username/password caching or SSH agents.
2016-02-12pull --bump: add auto-detection of devel bumpsAndrew Janke
Closes Homebrew/homebrew#48472. Signed-off-by: Andrew Janke <andrew@apjanke.net>
2016-02-11audit: roughly double notability requirements.Mike McQuaid
Closes Homebrew/homebrew#48706.
2016-02-11blacklist: add mysqldump-secure.Mike McQuaid
2016-02-11ARGV: stop supporting --homebrew-developer optionMartin Afanasjew
Homebrew developers have the corresponding variable permanently set in their environment and wanting to appear like a Homebrew developer for a single invocation is exceedingly rare. Additionally, the option won't be recognized by `bin/brew`. (It is also undocumented.) Using `HOMEBREW_DEVELOPER=1 brew <command>` is still possible, and not more inconvenient than passing the `--homebrew-developer` option. Closes Homebrew/homebrew#48322. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-02-11Add `--cleanup` for completions of brew upgradeChayoung You
Closes Homebrew/homebrew#48946. Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
2016-02-11rubber: move to texDominyk Tiller
Closes Homebrew/homebrew#48779.
2016-02-11why3: migrate to texErik Nilsen
Closes Homebrew/homebrew#48780. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-02-10tap_migrations: fix gtk rebase issuesDominyk Tiller
2016-02-10zenity: migrate from x11Tom Schoonjans
2016-02-10transmission-remote-gtk: migrate from x11 to guiTom Schoonjans
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>