| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-16 | Audit LanguageModuleDependency for python | Samuel John | |
| LanguageModuleDependency.new(:python,...) is deprecated now. Replace it by depends_on :python => ['module' => 'name-on-PyPi'] | |||
| 2013-07-16 | Allow specifying version in depends_on :python | Samuel John | |
| Note, in the explict form: PythonInstalled.new('2.7') => :recommended the tag :recommended is ignored (not a limitation of PythonInstalled itself). One solution was to write PythonInstalled.new('2.7', [:recommended]) but that is not as beautiful as we like it. Therefore, now it is possible to: depends_on :python => ['2.7', :recommended] Only the first tag is attempted to be parsed as a version specifyer "x" or "x.y" or "x.y.z"... | |||
| 2013-07-15 | upgrade: don't rely on return value of 'onoe' | Jack Nagel | |
| 2013-07-15 | upgrade: make condition clearer | Jack Nagel | |
| 2013-07-15 | upgrade: move require out of method body | Jack Nagel | |
| 2013-07-15 | upgrade: remove redundant conditional | Jack Nagel | |
| Since e1c62c35465eb6149688c745e4309438c08c410b, we exit early if the outdated array is empty, so we no longer need to check this before proceeding. | |||
| 2013-07-15 | Fix multiple execution of python do ... end blocks | Samuel John | |
| Only run the `python do ... end` loop once even if multiple `depends_on :python => 'module-name'` are present. | |||
| 2013-07-15 | Clarify behavior of `brew search` without an argument | Jack Nagel | |
| As documented in the man page, when given no arguments, `brew search` will list all formulae. This is different than giving an *empty* argument. | |||
| 2013-07-15 | GitHub API access may result in SSL errors | Jack Nagel | |
| Closes Homebrew/homebrew#21216. | |||
| 2013-07-14 | bottle: fix cellar output. | Mike McQuaid | |
| 2013-07-13 | Handle NULs in link targets in Pathname#resolved_path_exists? | Jack Nagel | |
| Fixes Homebrew/homebrew#19475. Fixes Homebrew/homebrew#21184. | |||
| 2013-07-13 | keg: more gnome folders | Adam Vandenberg | |
| 2013-07-12 | audit: improve comment | Adam Vandenberg | |
| 2013-07-12 | audit: remove github warning | Adam Vandenberg | |
| All core formulae have been migrated to .io addresses except for software maintained by github itself. | |||
| 2013-07-12 | Move inreplace off of Object | Jack Nagel | |
| Closes Homebrew/homebrew#21163. | |||
| 2013-07-11 | Remove unreachable branch in ENV.fortran | Jack 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-10 | Show symlink target if linking fails | Adam Vandenberg | |
| Closes Homebrew/homebrew#21060. | |||
| 2013-07-10 | fix deps | Adam Vandenberg | |
| Closes Homebrew/homebrew#21113. | |||
| 2013-07-09 | github doesn't use .io urls | Adam Vandenberg | |
| 2013-07-09 | Remove duplication in updater tests | Jack Nagel | |
| 2013-07-09 | Properly define tapped formulae in update | phinze | |
| 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 Homebrew/homebrew#19743. Closes Homebrew/homebrew#21087. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-07-09 | Respect $VISUAL when picking an editor | Jack Nagel | |
| 2013-07-09 | fix comment typo | Adam Vandenberg | |
| 2013-07-08 | add mime-info to Gnome folders | Adam Vandenberg | |
| 2013-07-06 | Don't use install_p directly | Jack Nagel | |
| 2013-07-05 | audit more template comments | Adam Vandenberg | |
| 2013-07-05 | Give advice when GitHub API requests fail | Jack Nagel | |
| Refs Homebrew/homebrew#21023. | |||
| 2013-07-04 | Add audit for leading 'v' in version numbers | Adam Vandenberg | |
| 2013-07-04 | bottles: only try f.bottle.revision if it exists. | Mike McQuaid | |
| 2013-07-04 | Formulary: fix incorrect bottle variable usage. | Mike McQuaid | |
| 2013-07-03 | Don't always show an error at the end of brew versions | Adam Vandenberg | |
| 2013-07-03 | audit default template comments | Adam Vandenberg | |
| 2013-07-02 | Hardware: Query sysctl for instructon sets | Misty De Meo | |
| This may be more accurate than guessing. | |||
| 2013-07-02 | Remove more nesting in python_helper | Adam Vandenberg | |
| 2013-07-02 | Reduce nesting and remove extra whitespace in python_helper | Adam Vandenberg | |
| 2013-07-02 | allow installation of formulae from the current folder | Adam Vandenberg | |
| Closes Homebrew/homebrew#19177. | |||
| 2013-07-02 | Better handling of Gnome desktop files | Adam 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 Homebrew/homebrew#20340. | |||
| 2013-07-01 | versions: pass string to factory | Adam Vandenberg | |
| Closes Homebrew/homebrew#20951. | |||
| 2013-07-01 | Remove message from default_formula'd requirements | Mike McQuaid | |
| 2013-07-01 | Better behavior for failed connections in `brew search` | Jack Nagel | |
| Fixes Homebrew/homebrew#20868. | |||
| 2013-07-01 | CLT is just CLT now; not "for Xcode". | Mike McQuaid | |
| References Homebrew/homebrew#17383. | |||
| 2013-07-01 | Add Haswell to CPU tests | Misty De Meo | |
| These tests need a lot of work... | |||
| 2013-07-01 | Hardware::CPU (Mac): add Haswell | Misty De Meo | |
| See Homebrew/homebrew#20935. | |||
| 2013-06-30 | Fix appending .rb to local formulae names | Adam Vandenberg | |
| Closes Homebrew/homebrew#20926. | |||
| 2013-06-30 | Fixed several broken sourceforge.net download locations | Victor Martinez | |
| Closes Homebrew/homebrew#20645. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-06-30 | audit sourceforge URLs even harder | Adam Vandenberg | |
| 2013-06-30 | install plist before linking | Adam Vandenberg | |
| If linking fails, won't try to re-install the plist. Closes Homebrew/homebrew#20843. | |||
| 2013-06-30 | Catch another name error | Adam Vandenberg | |
| Closes Homebrew/homebrew#20920. | |||
| 2013-06-29 | Do this in a saner way | Jack Nagel | |
| 2013-06-29 | doctor: don't pass pathnames to Formula.factory | Jack Nagel | |
| Fixes Homebrew/homebrew#20908. | |||
