| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-28 | dependency_collector: Make ant_dep and xz_dep public | Bob W. Hogg | |
| They were already public on macOS, but they were made private by mistake on all other platforms. DependencyCollector.tar_needs_xz_dependency? depends on xz_dep being public, so there's no turning back now :( | |||
| 2016-10-15 | Use BSD tar's libarchive LZMA support if available | Mike McQuaid | |
| Avoid using an unnecessary `xz` dependency when it's not needed. | |||
| 2016-10-12 | Deprecate apr requirement. | Mike McQuaid | |
| It's not used on enough configurations now that there's little point in keeping it around. See e.g. `:autoconf` for prior art. | |||
| 2016-09-24 | Fix Style/GuardClause. | Markus Reiter | |
| 2016-09-23 | Fix Lint/EndAlignment. | Markus Reiter | |
| 2016-09-23 | Fix RuboCop CaseEquality. | Markus Reiter | |
| 2016-09-22 | make linux behaviour the default. override only for macos | Bob W. Hogg | |
| 2016-09-22 | move os checks to extend/os | Bob W. Hogg | |
| 2016-09-22 | Oops, forgot to rename it in-code | Bob W. Hogg | |
| 2016-09-22 | switch to using extend pattern | Bob W. Hogg | |
| 2016-09-22 | dependency_collector: Fix ant_dep for Linux. | Bob W. Hogg | |
| Signed-off-by: Bob W. Hogg <rwhogg@linux.com> | |||
| 2016-09-17 | rubocop --auto-correct all remaining files. | Mike McQuaid | |
| But remove some manual `.freeze`s on constants that shouldn't be constants. | |||
| 2016-08-13 | gpg_requirement: rename to gpg2_requirement | Dominyk Tiller | |
| 2016-05-03 | dependency_collector: add perl | Dominyk Tiller | |
| Closes #184. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2016-04-22 | Add :expat special dependency | Misty De Meo | |
| This will be expanded to a full expat dependency on Tiger alone. Fixes mistydemeo/tigerbrew#30. | |||
| 2016-01-09 | dependency_collector: add rbenv | Dominyk Tiller | |
| Closes Homebrew/homebrew#47897. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> | |||
| 2016-01-01 | DependencyCollector: add lua51 language module | Misty De Meo | |
| 2016-01-01 | LanguageModuleRequirement: remove jruby support | Misty De Meo | |
| 2016-01-01 | LanguageModuleRequirement: remove ocaml support | Misty De Meo | |
| 2016-01-01 | LanguageModuleRequirement: remove node support | Misty De Meo | |
| 2016-01-01 | LanguageModuleRequirement: remove chicken support | Misty De Meo | |
| 2016-01-01 | LanguageModuleRequirement: remove rbx support | Misty De Meo | |
| This test wasn't running by default, so we missed that it wasn't actually being executed - or that it was failing when running in the testing environment. As far as I can tell this is not, and has not, been used either in core or in any tap, third party or otherwise, so just remove the feature and its test. | |||
| 2015-12-31 | DependencyCollector: infer dep for .lzh archives | Misty De Meo | |
| Refs Homebrew/homebrew-games#383. | |||
| 2015-11-17 | move more deprecated methods to compat folder | Xu Cheng | |
| 2015-08-03 | Core files style updates. | BrewTestBot | |
| Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-06-19 | Remove workarounds for destructuring single-element hashes | Jack Nagel | |
| 2015-06-16 | Rename requirements named *Dependency. | Mike McQuaid | |
| Dependency is another similar, related class and it's super confusing to have some Requirements that are named *Dependency. Closes Homebrew/homebrew#38891. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2015-05-08 | add EmacsRequirement | Alex Dunn | |
| Closes Homebrew/homebrew#39326. Signed-off-by: Xu Cheng <xucheng@me.com> | |||
| 2015-04-21 | Add RubyRequirement. | Mike McQuaid | |
| 2015-04-09 | Prioritize TapDependency in parse_string_spec | Tim D. Smith | |
| test-bot expects the dependencies returned from SoftwareSpec#deps to satisfy is_a?(TapDependency) if they come from a tap which might need to be tapped. | |||
| 2015-03-19 | add :python3 to LANGUAGE_MODULES | Tanachat Nilanon | |
| Add special :python3 dependency tag to LANGUAGE_MODULES in dependency_collector. Closes Homebrew/homebrew#37898. Signed-off-by: Tim D. Smith <git@tim-smith.us> | |||
| 2015-01-22 | Add `depends_on :gpg` | Xu Cheng | |
| 2014-12-05 | Try to match unused symbol deps last | Jack Nagel | |
| 2014-11-07 | tuntap: recommend upstream signed binary. | Dominyk Tiller | |
| We have an upstream signed binary available! Big big love to Mattias for this. This PR converts all the existing tuntap dependencies into binary-friendly tuntap dependencies, and adds a tuntap dependency to requirements to look for the kexts. Closes Homebrew/homebrew#33894. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-11-05 | Add `depend_on :apr` | Jack Nagel | |
| 2014-09-09 | Add :osxfuse dependency to support binary install. | Johnathan Conley | |
| add :osxfuse symbolic dependency add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext Closes Homebrew/homebrew#31975. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2014-07-21 | dependency_collector: add :java symbol | Mike McQuaid | |
| 2014-07-03 | Replace ComparableSet with a Requirements collection | Jack Nagel | |
| 2014-07-02 | Don't expose the dependency cache data structure | Jack Nagel | |
| 2014-07-01 | Always use class.name to build inspect strings | Jack Nagel | |
| 2014-05-30 | Remove build flag from ant dep | Jack Nagel | |
| 2014-05-23 | Try to match unused symbol deps last | Jack Nagel | |
| 2014-05-19 | Remove CLTDependency | Jack Nagel | |
| Closes Homebrew/homebrew#29379. | |||
| 2014-04-03 | Remove special behavior of autotools symbol deps | Jack Nagel | |
| Closes Homebrew/homebrew#28094. | |||
| 2014-04-02 | Add fast path for CVS dep | Jack Nagel | |
| The search mechanism in MacOS::Xcode is very slow. It requires shelling out at least twice, and possibly a third time (in the CLT-only case). Calling provides_cvs? activates this in order to determine the Xcode version. But if we know that there isn't an Xcode available for the current OS that meets the criteria, we can avoid this check entirely. | |||
| 2014-03-22 | dependency_collector: use ArgumentError exception. | Mike McQuaid | |
| Avoids errors with `brew versions` when bottling. References Homebrew/homebrew#27615. | |||
| 2014-03-09 | dependency_collector: pass second tag as import. | Mike McQuaid | |
| Closes Homebrew/homebrew#27346. | |||
| 2014-03-05 | Remove special X11 proxy deps | Jack Nagel | |
| 2014-02-28 | Add TapDependency | Jack Nagel | |
| 2014-02-27 | Cache and reuse Dependency objects | Jack Nagel | |
