aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-13tap-readme: fix indentXu Cheng
Closes Homebrew/homebrew#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-11Correct external command docsJack Nagel
2014-12-11zlib & sqlite3: pkgconfig supportDominyk Tiller
native pkg-config support for zlib and sqlite to elimate the need to pass flags to configure or make stages in formulae. Closes Homebrew/homebrew#34765. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-11Python docs: use prepend_create_pathTim D. Smith
prepend_path doesn't do anything if path doesn't already exist, so use prepend_create_path.
2014-12-11mach: improve otool failure handling.Mike McQuaid
2014-12-11mach: handle empty otool output.Mike McQuaid
2014-12-10docs: recommend setup_install_args instead of setup_installTim D. Smith
Closes Homebrew/homebrew#34793.
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-10Cookbook: Fix the link for squashing-instructionschdiza
Closes Homebrew/homebrew#34859. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
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 Homebrew/homebrew#34755. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-09requirements: check Xcode version is a string.Mike McQuaid
Fixes Homebrew/homebrew#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 Homebrew/homebrew#34777.
2014-12-08formula.rb: make some methods private.Mike McQuaid
Don't seem to be used publicly anywhere. Closes Homebrew/homebrew#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-08doc: update brew-desc install methodXu Cheng
Closes Homebrew/homebrew#34785. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-07Use FileUtils instead of shelling out to cpJack Nagel
2014-12-06doc/External-Commands: update linksJakukyo Friel
`brew-gem`'s link is 404. `brew-pip` has reached EOL. Thus I updates the link of `brew-gem`, and remove descriptions about `brew-pip`. Thanks @DomT4 for pointing out brew-gem's new home. Closes Homebrew/homebrew#34569. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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