| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-13 | Fix bug in `brew list --pinned` | Simon Sigurdhsson | |
| Pinned formulae which were pinned at a previous version but then upgraded would not be listed by `brew list --pinned`. This is due to the good old "File.exist? thinks broken symlinks don't exist" gotcha, so the test in the select block in list_pinned has been changed to check if the pin file exists _or_ is a symlink. Closes #20423. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-06-12 | Remove unused variable | Jack Nagel | |
| 2013-06-12 | Rename variables for clarity | Jack Nagel | |
| 2013-06-12 | Extract search_taps method | Jack Nagel | |
| 2013-06-12 | Pull tap list into a constant | Jack Nagel | |
| 2013-06-12 | Remove use of global variable | Jack Nagel | |
| 2013-06-12 | Rename method | Jack Nagel | |
| 2013-06-12 | Extract query construction | Jack Nagel | |
| 2013-06-12 | Use inspect instead of escaping quotes | Jack Nagel | |
| 2013-06-12 | Move require out of method | Jack Nagel | |
| 2013-06-12 | install: remove overcautious array manipulation | Jack Nagel | |
| 2013-06-11 | Fix version misdetection from fa582cb9ac65 | Jack Nagel | |
| 2013-06-11 | Check method existence rather than Ruby version | Jack Nagel | |
| 2013-06-11 | FormulaInstaller: ensure locks are always released | Jack Nagel | |
| 2013-06-11 | Recognize OS X 10.9 and Xcode 5.0 | Clemens Gruber | |
| Closes #20410. Closes #20401. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-06-11 | Add doctor check for OS X > 10.8 | Jack Nagel | |
| 2013-06-11 | doctor: add check for osx-gcc-installer | Misty De Meo | |
| This might not detect all cases, but should detect the two most common ones. | |||
| 2013-06-10 | Cast deps to formula before passing them to superenv | Jack Nagel | |
| Dependency names retain the "tap prefix", e.g. the "homebrew/dupes" part of "homebrew/dupes/zlib". However formula objects do not, and this is desired because we do not record the tap name as part of the installation prefix. So we need to ensure the correct dep names are passed to superenv, otherwise it will not add the correct directories to various environment variables. | |||
| 2013-06-10 | Add failing test for a misdetected version | Jack Nagel | |
| 2013-06-09 | info: remove unreachable code | Jack Nagel | |
| 2013-06-09 | Check respond_to? instead of inline rescue | Jack Nagel | |
| 2013-06-09 | Update Formula#to_hash for tweaked conflicts implementation | Jack Nagel | |
| 2013-06-09 | Separate formula conflicts from requirements | Jack Nagel | |
| Closes #20357. | |||
| 2013-06-09 | PythonInstalled: Fix libdir for Python 3.x | Samuel John | |
| 2013-06-09 | deps: move recursive_deps_tree into Homebrew module | Jack Nagel | |
| 2013-06-09 | Remove adamv-alt references. | Adam Vandenberg | |
| Closes #20364. | |||
| 2013-06-08 | Consolidate sudo checks. | Adam Vandenberg | |
| Closes #20318. | |||
| 2013-06-08 | Make Test::Unit assertions available in formula tests | Jack Nagel | |
| Closes #18753. Closes #20358. | |||
| 2013-06-08 | Use actual class of dep when recreating merged deps | Jack Nagel | |
| Refs #19182. | |||
| 2013-06-08 | Add :ld64 dependency | Misty De Meo | |
| This allows formulae which won't build with Tiger's ld to conditionally request a dependency on the ld64 formula. This modifies the build environment appropriately, and will only be active on Tiger. | |||
| 2013-06-08 | Sniff for non-tarred gzips | Adam Vandenberg | |
| Don't try to untar non-tarred gzips. | |||
| 2013-06-08 | FormulaInstaller: factor out readline workaround | Jack Nagel | |
| 2013-06-08 | Merge repeated deps with differing options | Jack Nagel | |
| When expanding dependencies, repeated deps are treated as equal and all but the first are discarded when #uniq is called on the resulting array. However, they may have different sets of options attached, so we cannot assume they are the same. After the initial expansion, we group them by name and then create a new Dependency object for each name, merging the options from each group. Fixes #20335. | |||
| 2013-06-08 | Add Enumerable#group_by | Jack Nagel | |
| 2013-06-08 | brew-bottle: merge arg for bottle metadata files. | Mike McQuaid | |
| Closes #20266. | |||
| 2013-06-08 | brew-bottle: split output and use a bottle object. | Mike McQuaid | |
| 2013-06-08 | Bottle DSL: allow checksums access. | Mike McQuaid | |
| 2013-06-08 | brew-test: add five minute timeout. | Mike McQuaid | |
| 2013-06-08 | Use new download strategy for local bottles. | Mike McQuaid | |
| Fixes installation of e.g. ScriptFileFormula/denominator bottles. | |||
| 2013-06-08 | Raise bottle exceptions for Homebrew developers. | Mike McQuaid | |
| 2013-06-07 | CurlDownloadStrategy no longer uses `?` in downloaded filenames | Adam Vandenberg | |
| Strip `?` and trailing characters from URL extensions and basenames. This makes some install methods cleaner, and prevents staging of files with `?` in the name, as that is a weird character. Affects 2 formulae in core (though potentially externals will need to be fixed.) | |||
| 2013-06-07 | Add Requirement#inspect | Jack Nagel | |
| 2013-06-07 | test_dependency_expansion: dep names should always be strings | Jack Nagel | |
| 2013-06-07 | Fix failing test | Jack Nagel | |
| 2013-06-07 | Add Dependency#inspect | Jack Nagel | |
| 2013-06-07 | Simplify Options#inspect | Jack Nagel | |
| 2013-06-07 | CurlDownloadStrategy: use opt path for xz | Jack Nagel | |
| 2013-06-07 | CurlDownloadStrategy: use with_system_path to locate tar | Shaun Jackman | |
| Closes #20316. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-06-07 | Python: Don't print warning about PYTHONPATH | Samuel John | |
| Authors should use `python.standard_caveats` instead. * Accessor for python.binary * Made `python.brewed?` more robust if no python found at all * python.brewed? is more relaxed now and allows older versions of the Python formula. * Only print about wrining sitecustomize.py and distutils.cfg if verbose and debug. | |||
| 2013-06-07 | python_helper.rb: Little comment improvement | Samuel John | |
