aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2015-05-27missing: use ARGV.resolved_formulaeXu Cheng
2015-05-27link: load formula from rackXu Cheng
2015-05-27keg: add rack methodXu Cheng
2015-05-27gist-logs: use ARGV.resolved_formulaeXu Cheng
2015-05-27doctor: load formula from rackXu Cheng
2015-05-27--prefix: use ARGV.resolved_formulaeXu Cheng
2015-05-27--cellar: use ARGV.resolved_formulaeXu Cheng
2015-05-27cleanup: load formula from rack and using ARGV.resolved_formulaeXu Cheng
2015-05-27bottle: use ARGV.resolved_formulaeXu Cheng
2015-05-27audit: handle TapFormulaAmbiguityErrorXu Cheng
2015-05-27ARGV#kegs: try to load fomrula from rackXu Cheng
2015-05-27ARGV: add resolved_formulae methodXu Cheng
2015-05-27Formula#installed: loading using Formulary.from_rackXu Cheng
Also handle TapFormulaAmbiguityError
2015-05-27Formulary: add from_rackXu Cheng
2015-05-27Formulary#canonical_name: handle TapFormulaAmbiguityErrorXu Cheng
If there are multiple tap formulae with the name of ref, then ref is the canonical name
2015-05-27update manpageXu Cheng
2015-05-27tap/untap/update/prune: remove obsolete method, add migrate_tapsXu Cheng
2015-05-27add Formula.core_names Formula.tap_names and Formula.full_namesXu Cheng
2015-05-27load tap formula through direct searchXu Cheng
2015-05-27add Formulary.core_path method, deprecate Formula.pathXu Cheng
2015-05-27BottleLoader: using Formulary.path to search formula fileXu Cheng
2015-05-26Check empty? to avoid introducing nilsJack Nagel
[].last => nil [].max => nil
2015-05-26More explanation of HOMEBREW_{CELLAR,PREFIX,REPOSITORY}Larry Gilbert
Closes Homebrew/homebrew#39447. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-05-26bottle: handle nil bottle revision case.Mike McQuaid
2015-05-26bottle: discard bottle revision from prior pkg_versionIan Lancaster
Closes Homebrew/homebrew#38628. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-25Use canonical representation of the superenv bin directoryRyan Hendrickson
The xcrun script should be skipping the ENV directory when it scans $PATH looking for tools to run. Unfortunately, the script compares the paths found to the real path of the ENV directory (following symlinks), but superenv was adding the nominal path to $PATH, not following symlinks. As a consequence, platforms with Xcode < 4.3 would get into infinite loops when trying to call non-system versions of gcc, as xcrun calls the ENV version of gcc-X.X which calls xcrun and so on forever. This commit changes superenv to follow symlinks when determining the bin path to use. Fixes Homebrew/homebrew#33731. Closes Homebrew/homebrew#40062. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-25`brew create` adds a `desc` field to the new formulaNikolaus Wittenstein
2015-05-25audit looks for and validates 'desc'Nikolaus Wittenstein
2015-05-25`brew search` can take a `--desc` argument to search descriptionsNikolaus Wittenstein
2015-05-25Info shows the desc if presentNikolaus Wittenstein
2015-05-25Add a desc field to FormulaNikolaus Wittenstein
2015-05-24audit: formula version string should have digitXu Cheng
Closes Homebrew/homebrew#40025. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-24audit: add rules for non-ascii character and encoding commentXu Cheng
Closes Homebrew/homebrew#40042. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-24audit: move audit_java_home inside audit_lineXu Cheng
2015-05-23audit: don't complain ENV.fortran if `depends_on :fortran`Xu Cheng
Fix the audit problem in Homebrew/homebrew#40000. Closes Homebrew/homebrew#40012. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-22lilypond: move to homebrew/texDominyk Tiller
Re https://github.com/Homebrew/homebrew-tex/pull/4#issuecomment-104186361 Closes Homebrew/homebrew#39973. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-21Add test demonstrating installing a relative symlinkJack Nagel
2015-05-21os: support xcode 6.3.2Dominyk Tiller
Closes Homebrew/homebrew#39909. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-20uses/deps: fix for recursive deps/reqsXu Cheng
Closes Homebrew/homebrew#39906. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-20uses: make skip arguments work for requirementXu Cheng
2015-05-19non_apple_gcc_version: support gcc5Xu Cheng
Closes Homebrew/homebrew#39899. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-18test-bot: don't complain bottle errors when installing gcc and hgXu Cheng
Closes Homebrew/homebrew#39626. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-18test-bot: unlink conflicted formulaeXu Cheng
2015-05-18dupx: retire to the boneyardLarry Gilbert
GDB is a requirement, but GDB lives in the homebrew/dupes tap now, so dupx cannot stay in core. Closes Homebrew/homebrew#39332. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-17Revert "Remove conditional"Jack Nagel
This method may see values originating HOMEBREW_CC. This reverts commit 9c74f42962090c016143744b057e13aa75d9b13e.
2015-05-16ENV: Add gcc-5 to compilers support C++11なつき
Closes Homebrew/homebrew#39758. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-15datamash: move to homebrew/science.Shaun Jackman
See Homebrew/homebrew-science#2261 Closes Homebrew/homebrew#39736. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-14Clear GOPATH and GOROOT in build environmentJack Nagel
Fixes Homebrew/homebrew#37936.
2015-05-14doctor: add homebrew_temp sticky bit checkDominyk Tiller
Adds a small check to the Doctor command to ensure HOMEBREW_TEMP has a sticky bit set. This has become a significant issue lately. Closes Homebrew/homebrew#39735 Original issue: Homebrew/homebrew#39170 Closes Homebrew/homebrew#39739. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-05-14audit: fix two message typosViktor Szakats
Originally submitted as part of https://github.com/Homebrew/homebrew/pull/38824/files, later reverted due another hunk. Closes Homebrew/homebrew#39753. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>