aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2013-07-12audit: remove github warningAdam Vandenberg
All core formulae have been migrated to .io addresses except for software maintained by github itself.
2013-07-12Move inreplace off of ObjectJack Nagel
Closes #21163.
2013-07-11Remove unreachable branch in ENV.fortranJack Nagel
Now that this is handled by a Requirement with a default formula, this code cannot be triggered under normal circumstances. The advice given has now been moved to the Formula Cookbook on the wiki.
2013-07-10Show symlink target if linking failsAdam Vandenberg
Closes #21060.
2013-07-10fix depsAdam Vandenberg
Closes #21113.
2013-07-09github doesn't use .io urlsAdam Vandenberg
2013-07-09Remove duplication in updater testsJack Nagel
2013-07-09Properly define tapped formulae in updatephinze
A tapped formula is a ruby file present: - in the root of the tap - in directory of the tap called Formula - in a directory of the tap called HomebrewFormula And nowhere else. This corrects an overzealous definition of tapped formula in the updater. (the correct definition has been in Pathname since e613cbe5783cea2abb8100b56c22126a1ab6b9f2) Refs #19743. Closes #21087. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-09Respect $VISUAL when picking an editorJack Nagel
2013-07-09fix comment typoAdam Vandenberg
2013-07-08add mime-info to Gnome foldersAdam Vandenberg
2013-07-06Don't use install_p directlyJack Nagel
2013-07-05audit more template commentsAdam Vandenberg
2013-07-05Give advice when GitHub API requests failJack Nagel
Refs #21023.
2013-07-04Add audit for leading 'v' in version numbersAdam Vandenberg
2013-07-04bottles: only try f.bottle.revision if it exists.Mike McQuaid
2013-07-04Formulary: fix incorrect bottle variable usage.Mike McQuaid
2013-07-03Don't always show an error at the end of brew versionsAdam Vandenberg
2013-07-03audit default template commentsAdam Vandenberg
2013-07-02Hardware: Query sysctl for instructon setsMisty De Meo
This may be more accurate than guessing.
2013-07-02Remove more nesting in python_helperAdam Vandenberg
2013-07-02Reduce nesting and remove extra whitespace in python_helperAdam Vandenberg
2013-07-02allow installation of formulae from the current folderAdam Vandenberg
Closes #19177.
2013-07-02Better handling of Gnome desktop filesAdam Vandenberg
Gnome desktop support has a lot of folders in share that should be created directly in share, rather than shared. Add these folders to keg, and don't link any icon cache files into share. Closes #20340.
2013-07-01versions: pass string to factoryAdam Vandenberg
Closes #20951.
2013-07-01Remove message from default_formula'd requirementsMike McQuaid
2013-07-01Better behavior for failed connections in `brew search`Jack Nagel
Fixes #20868.
2013-07-01CLT is just CLT now; not "for Xcode".Mike McQuaid
References #17383.
2013-07-01Add Haswell to CPU testsMisty De Meo
These tests need a lot of work...
2013-07-01Hardware::CPU (Mac): add HaswellMisty De Meo
See #20935.
2013-06-30Fix appending .rb to local formulae namesAdam Vandenberg
Closes #20926.
2013-06-30Fixed several broken sourceforge.net download locationsVictor Martinez
Closes #20645. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-30audit sourceforge URLs even harderAdam Vandenberg
2013-06-30install plist before linkingAdam Vandenberg
If linking fails, won't try to re-install the plist. Closes #20843.
2013-06-30Catch another name errorAdam Vandenberg
Closes #20920.
2013-06-29Do this in a saner wayJack Nagel
2013-06-29doctor: don't pass pathnames to Formula.factoryJack Nagel
Fixes #20908.
2013-06-29Add 'unload'Adam Vandenberg
2013-06-29Formulary.factory always expects a stringAdam Vandenberg
2013-06-29Use Formula LoadersAdam Vandenberg
2013-06-29Move Formula.factory into new Formulary moduleAdam Vandenberg
2013-06-29Don't attempt to audit md5 checksums, but complain if they are usedJack Nagel
2013-06-29os/linux/hardware: `uname -m` may be /i[3-6]86/Shaun Jackman
Closes homebrew/linuxbrew#16 Closes #20903. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-29Add TODO to canonical_nameAdam Vandenberg
2013-06-29Pass strings to factoryAdam Vandenberg
2013-06-28Reject versions that aren't stringsJack Nagel
2013-06-28Detect versions in tag specsJack Nagel
Closes #18300. Closes #20891.
2013-06-28Simplify custom version scheme handlingJack Nagel
2013-06-28Make non-exes in bin fatal to brew-botAdam Vandenberg
Closes #10817.
2013-06-27brew --env: Add missing CPATH environment variablePaul Fitzpatrick
Closes #20813. Signed-off-by: Adam Vandenberg <flangy@gmail.com>