aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/os/linux/requirements
AgeCommit message (Collapse)Author
2018-01-18Deprecate requirements harderMike McQuaid
Remove more Requirement logic to enable future removal of default formula logic. Also, output deprecations, convert symbol requirement usage to deps and simplify the compatibility code for the direct Requirement usage.
2017-10-18Use “squiggly” heredocs.Markus Reiter
2017-04-15OsxfuseRequirement: Port to LinuxBob W. Hogg
2017-02-15Code review cleanupsBob W. Hogg
2017-02-15java_requirement: port to Linux and refactorBob W. Hogg
Split the core requirement class into generic, Linux-specific, and macOS-specific parts. Additionally, the Linux version is now able to detect Java versions (the previous Linuxbrew implementation was only able to detect if Java was present at all.)