aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2015-05-08Remove conditionalJack Nagel
2015-05-08compilers: support gcc 5なつき
Closes Homebrew/homebrew#39470. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-08tap: support fast cloneXu Cheng
Closes Homebrew/homebrew#37592. Closes Homebrew/homebrew#38268. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-08git-latexdiff: migrate to homebrew/tex tapLarry Gilbert
Closes Homebrew/homebrew#39463. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-08RubyRequirement: clean upXu Cheng
1. Remove dead code (RubyRequirement always has a version) 2. Perfer `Utils.popen_read` instead of backticks.
2015-05-08add EmacsRequirementAlex Dunn
Closes Homebrew/homebrew#39326. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-08add Formulary::path methodXu Cheng
This is a little code refactoring splited from Homebrew/homebrew#36753 The idea is to eliminate `Formula#path` outside of `formulary.rb`. And I indent to deprecate `Formula#path` method when I reimplement symlink free tap function. Closes Homebrew/homebrew#39313.
2015-05-08audit: enforce SSL/TLS MetaCPAN urlsViktor Szakats
Closes Homebrew/homebrew#39513. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-07Rename methodJack Nagel
2015-05-07Push URL audits down to ResourceAuditorJack Nagel
2015-05-07Warn about duplicated URLsJack Nagel
Closes Homebrew/homebrew#39486.
2015-05-07add audit check for explicit Python linkageTim D. Smith
Verifies that CPython extension modules are not explicitly linked to a Python framework, which should never be necessary. Python's distutils uses -undefined dynamic_lookup, as seen here: https://github.com/python/cpython/blob/9a77656/configure.ac#L2214-L2245 Closes Homebrew/homebrew#39405. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-05-07anticipate python 3.5 in .pth auditTim D. Smith
2015-05-06manpage: fix brew upgrade sentenceXu Cheng
2015-05-06replace `brew upgrade` with `brew upgrade --all`.Xu Cheng
2015-05-05Update links to GitHub's personal access tokenAlex Muller
The link for the page that allows creation of API tokens has changed from /settings/applications to /settings/tokens. Also the wording on that page calls them "personal access tokens", so update Homebrew to be consistent with that. Closes Homebrew/homebrew#39378. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-05-05shell.fm: migrating to homebrew/boneyardBaptiste Fontaine
Closes Homebrew/homebrew#39290. Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-05-05audit: Don't complain about untapped conflictsXu Cheng
Closes Homebrew/homebrew#39304.
2015-05-04audit: flag incorrect automake/autoconf/libtool dep handlingDominyk Tiller
Just makes the audit cough out this: ``` * :libtool is deprecated. Usage should be "libtool" * :autoconf is deprecated. Usage should be "autoconf" * :automake is deprecated. Usage should be "automake" ``` Closes Homebrew/homebrew#39303. Closes Homebrew/homebrew#39322. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-04Add upgrade --all flag to bash completion scriptEli Young
Closes Homebrew/homebrew#39359. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-04audit: require https for all *.googlecode.com resourcesViktor Szakats
Closes Homebrew/homebrew#39206. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-05-04Stop testing implementationJack Nagel
2015-05-03Use TapFormulaUnavailableError instead of HOMEBREW_TAP_FORMULA_REGEXXu Cheng
Closes Homebrew/homebrew#39307. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-03Revert "Default HOMEBREW_TEMP to Dir.tmpdir"Jack Nagel
This reverts commit b95f27ce9f956c56d080b6dc29ba8efb841c6690.
2015-05-01fileutils: use rm_rf to clean temp dirXu Cheng
Honestly, I don't know why git is broken under sandbox. But this seems fix the problem in Homebrew/homebrew#38978. Closes Homebrew/homebrew#39138. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-05-01Use predicate methodJack Nagel
2015-04-30Default HOMEBREW_TEMP to Dir.tmpdirJack Nagel
2015-04-30Fix encoding of output stringJack Nagel
2015-04-30Revert "test-bot: try to handle bad UTF-8 output."Jack Nagel
This reverts commit b4c2b8f3b4b58ef10ab8f748c743a3352f4cee7d.
2015-04-30utils: tweak access token text.Mike McQuaid
Closes Homebrew/homebrew#39214.
2015-04-29Installation tests now use the actual installerJack Nagel
2015-04-29Let the test environment inject its own load pathJack Nagel
2015-04-29Use Dir.tmpdir rather than /tmp in test environmentJack Nagel
2015-04-29Ensure HOMEBREW_TEMP is respected in all testsJack Nagel
2015-04-29Allow test tmpdir to be passed inJack Nagel
2015-04-29Extract runtime configuration from global.rbJack Nagel
This allows global.rb to be safely loaded in the test environment.
2015-04-29test-bot: try to handle bad UTF-8 output.Mike McQuaid
2015-04-28Manage sandbox test resources in setup/teardownJack Nagel
2015-04-28bottle: matching url with optionsXu Cheng
Closes Homebrew/homebrew-versions#791. Closes Homebrew/homebrew#39137. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-28The forked build process should never run at_exit handlersJack Nagel
We don't use at_exit anywhere that matters, but the test framework does.
2015-04-28Fix passed-in formula name to match the class nameJack Nagel
2015-04-27Simplify substitutionJack Nagel
2015-04-27test-bot: print output if ARGV.verbose?Xu Cheng
Closes Homebrew/homebrew#39078. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-27ruby_requirement: add/fix default_formula.Mike McQuaid
2015-04-27libqxt: retire to the boneyardLarry Gilbert
Closes Homebrew/homebrew#39074. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-27manpage: add missing documentXu Cheng
Closes Homebrew/homebrew#38351. Closes Homebrew/homebrew#38960. Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-26Fix variable nameJack Nagel
2015-04-26Fix variable nameJack Nagel
2015-04-26upgrade: announce usage of --all.Mike McQuaid
Tell users that we will soon be migrating `--all` so it is required if you wish to upgrade all formulae. Closes Homebrew/homebrew#38572.
2015-04-26Add support for extracting LHA archivesMisty De Meo