aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-12-14Revert "Skip temporary directory when target directory is known"Jack Nagel
This reverts commit 028ee18b851497f8aede55004bcdcc5c16f087cc.
2014-12-14Skip temporary directory when target directory is knownJack Nagel
2014-12-14doctor: check cache directory is writable.Mike McQuaid
Fixes #32304. Fixes #34933.
2014-12-13Validate arguments in Resource#stageJack Nagel
2014-12-13tap-readme: fix indentXu Cheng
Closes #34953. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-12Formula#install has public visibilityJack Nagel
It is called with an explicit receiver in build.rb, so the base class method should also be public.
2014-12-12Formula#exec_cmd: coerce arg to string before start_with?Tim D. Smith
2014-12-12unsigned_kext: use binary and cask options now.Mike McQuaid
2014-12-11mach: improve otool failure handling.Mike McQuaid
2014-12-11mach: handle empty otool output.Mike McQuaid
2014-12-10Language::Python.setup_install: add deprecation warningTim D. Smith
2014-12-10Formula#exec_cmd: recognize setuptools shim and refurbish argsTim D. Smith
2014-12-10Formula#system: hide python setup.py shim in ohaiTim D. Smith
2014-12-10language/python: setup_install_argsTim D. Smith
Add a helper like std_cmake_args that returns the correct incantation for invoking setup.py in a consistent way and with our preferred arguments. Replaces setup_install.
2014-12-10Provide version reader methodJack Nagel
2014-12-10Prefer cached_location over tarball_pathJack Nagel
2014-12-10Reorganize methods in CurlDownloadStrategyJack Nagel
2014-12-09Add more general support for passing credentials to curlJack Nagel
2014-12-09Pull strategy for downloading from research.att.com into coreJack Nagel
2014-12-09Provide access to the specs hash indirectly via a meta attributeJack Nagel
2014-12-09Move tool path methods to AbstractDownloadStrategyJack Nagel
2014-12-09Use quiet_safe_system to silence CVS checkoutsJack Nagel
2014-12-09Include FileUtils in AbstractDownloadStrategyJack Nagel
2014-12-09Prefer cached_location method over @clone ivarJack Nagel
2014-12-09Stop returning a path from CurlDownloadStrategy#fetchJack Nagel
Download strategies do not consistently return a value from `fetch`, so our code calls `cached_location` to get the path instead.
2014-12-09Remove type checksJack Nagel
2014-12-09brew-doctor: warning the external commands with conflicting namesXu Cheng
Closes #34755. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09requirements: check Xcode version is a string.Mike McQuaid
Fixes #34822.
2014-12-09XcodeDependency: allow specifying a version.Mike McQuaid
2014-12-09Move ume and mess to homebrew-gamesJack Nagel
2014-12-09Recognize rpm file magicJack Nagel
2014-12-08itsol, salt: move to homebrew/scienceMisty De Meo
Closes #34777.
2014-12-08formula.rb: make some methods private.Mike McQuaid
Don't seem to be used publicly anywhere. Closes #34729.
2014-12-08formula.rb: add install method.Mike McQuaid
Mostly for links in API documentation.
2014-12-08Document Formula attributes.Mike McQuaid
The beginnings of some decent API documentation. Also, tweak `.yardopts` to better fix our internal style.
2014-12-07Use FileUtils instead of shelling out to cpJack Nagel
2014-12-06Use quiet_safe_system to silence submodule updatesJack Nagel
2014-12-06Use quiet_safe_system to silence submodule checkoutsJack Nagel
2014-12-06Use quiet_safe_system to silence bzr updatesJack Nagel
2014-12-06Use quiet_safe_system to silence CVS updatesJack Nagel
2014-12-06Simplify fossil checkoutsJack Nagel
2014-12-06Extract part of stage method to VCS strategy superclassJack Nagel
2014-12-06Remove years-old TODOJack Nagel
2014-12-06Demote FIXME to a normal commentJack Nagel
2014-12-06Mark private SubversionDownloadStrategy methodsJack Nagel
2014-12-06Move fetch implementation into VCS strategy superclassJack Nagel
2014-12-06Use start_with? instead of a regexpJack Nagel
2014-12-06Move SVN URL munging to initializeJack Nagel
2014-12-06Remove method that duplicates superclass implementationJack Nagel
2014-12-06Extract update from fetch in VCS strategiesJack Nagel