7902 Commits

Author SHA1 Message Date
Mike McQuaid
fe8a0569ca update: always reset to origin/master.
Do a reset to `origin/master` and then stash but don't pop the stash
after running update (unless you were on a branch). This may be mildly
more annoying for Homebrew developers but means it's easier for our
users who don't understand Git (and particularly when they don't
understand that every tap is a separate Git repository).

Closes Homebrew/homebrew#45825.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-07 13:37:27 +00:00
Mike McQuaid
3d3c3e0131 test-bot: don't cleanup the HOMEBREW_RUBY_PATH. 2015-12-07 13:30:37 +00:00
Mike McQuaid
17e5c1409f fetch: fall back to source if bottle fails.
This matches the behaviour when `brew install`ing formulae.

Closes Homebrew/homebrew#46490.

Closes Homebrew/homebrew#46619.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-06 21:30:46 +00:00
Andrew Janke
98fbcb7299 manpages: fix missing backtick 2015-12-05 10:23:16 -05:00
Andrew Janke
5230ed2117 man page: finer-grained markup
Closes Homebrew/homebrew#44769

Closes Homebrew/homebrew#46676.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2015-12-05 00:41:32 -05:00
Corey Prophitt
267465ea6f cleanup: don't warn when skipping pinned formula.
Closes Homebrew/homebrew#46604.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-12-04 18:07:11 +00:00
Dominyk Tiller
1990887191 ipe: boneyard
Closes Homebrew/homebrew#46428.

Closes Homebrew/homebrew#46652.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-12-04 06:34:51 +00:00
Ellis Berner
036904c9c7 git-encrypt: boneyard
This package is deprecated and no longer used. It can now be found in
the boneyard tap.

Closes Homebrew/homebrew#46592.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-12-04 05:43:47 +00:00
Xu Cheng
48950f2cc0 centralize the logic of handling homebrew- in Tap.fetch
Closes Homebrew/homebrew#46537.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-12-03 13:46:59 +08:00
Xu Cheng
9755662e49 add String#strip_prefix 2015-12-03 13:46:58 +08:00
Martin Afanasjew
18a743c470 manpage: synchronize maintainer list with README 2015-12-02 00:56:36 +01:00
Baptiste Fontaine
15d4da01d6 shark: migrate from boneyard to science
Closes Homebrew/homebrew#46510.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-30 17:46:57 +01:00
Baptiste Fontaine
7afb9a3600 tcpurify 0.11.2 (new formula, import from boneyard)
Closes Homebrew/homebrew#46394.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-30 13:17:01 +01:00
Alex Dunn
6175ea8ad7 upscaledb 2.1.12 (rename)
Closes Homebrew/homebrew#46434.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-11-29 19:25:27 -08:00
Xu Cheng
c0f33d650f fix test_formula_pin
Closes Homebrew/homebrew#46468.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-11-29 20:24:30 +08:00
Xu Cheng
b124c81697 test_tab: use installed_prefixes 2015-11-29 20:24:30 +08:00
Xu Cheng
f442510787 tab: use installed_prefixes 2015-11-29 20:24:30 +08:00
Xu Cheng
fade4af050 formula_pin: use installed_prefixes/installed_kegs 2015-11-29 20:24:30 +08:00
Xu Cheng
863c83a0f5 upgrade: use installed_kegs 2015-11-29 20:24:30 +08:00
Xu Cheng
aaa945be68 missing: use installed_prefixes 2015-11-29 20:24:30 +08:00
Xu Cheng
3e99f16a7d info: use installed_kegs 2015-11-29 20:24:30 +08:00
Xu Cheng
2f50d3a279 doctor: use installed_prefixes 2015-11-29 20:24:30 +08:00
Xu Cheng
cc8859f86a cleanup: use installed_prefixes/installed_kegs 2015-11-29 20:24:30 +08:00
Xu Cheng
0686ebfcc0 formula: use installed_prefixes/installed_kegs
Closes Homebrew/homebrew#46463.
2015-11-29 20:24:30 +08:00
Xu Cheng
6273d464ee add Formula#installed_prefixes and Formula#installed_kegs 2015-11-29 20:24:30 +08:00
Dominyk Tiller
f1b555b150 xcode: expect 7.1.1 2015-11-29 02:11:32 +00:00
Dominyk Tiller
cbab4566dd mac: expect xcode 7.1.1 2015-11-29 02:11:32 +00:00
Mike McQuaid
4a457d191d formula: fix reference to self. 2015-11-27 20:43:13 +00:00
Andrew Thorburn
4c3a6c6022 formula: add missing require.
Closes Homebrew/homebrew#46433.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-27 18:48:38 +00:00
Mike McQuaid
10c79620c1 tab: use cache to avoid rereading the same files.
Closes Homebrew/homebrew#46400.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-27 16:52:54 +00:00
Mike McQuaid
6054666fa6 formula: refactor outdated handling, add to hash. 2015-11-27 16:52:54 +00:00
Alex Dunn
a19de4a94a gptfdisk: boneyard
See Homebrew/homebrew#46378.

Closes Homebrew/homebrew#46398.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
2015-11-26 14:30:06 -08:00
Andrew Janke
d05c4d2408 gist-logs: Friendlier titles and display for log gists
Adds a summary file and description to get more informative displays on gist.github.com.

Closes Homebrew/homebrew#45023.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
2015-11-26 12:42:30 -05:00
Xu Cheng
e07adf1619 GitRequirement: use Utils.git_available?
`which("git")` will return incorrect result for OS X without Xcode/CLT
installed, where `/usr/bin/git` is a stub.

Closes Homebrew/homebrew#46386.

Signed-off-by: Xu Cheng <xucheng@me.com>
2015-11-26 20:21:37 +08:00
Dominyk Tiller
fd44154645 gdrive: boneyard
This is a prime candidate for either Homebrew/binary or Caskroom/cask, given the
issues building against newer Go versions with no imminent fix in sight.

Closes Homebrew/homebrew#45916.

Closes Homebrew/homebrew#46301.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-25 21:30:54 +00:00
Daniel Trebbien
af10515f81 Skip pouring from a bottle if --cc is passed
A formula should be built from source by default if the --cc option is
passed to specify a particular compiler.

Added a test to test_formula_installer: test_not_poured_from_bottle_when_compiler_specified

Modified test_formula_installer to assert that the formula was not poured
from a bottle. Similarly modified test_formula_installer_bottle to assert
that the formula *was* installed from a bottle.

Added an install method to the TestballBottle formula (the same as the
Testball formula's install method) so that the TestballBottle formula can
be "built from source".

Fixes Homebrew/homebrew#46046 - Build from source should be the default behavior if --cc
option is passed

Closes Homebrew/homebrew#46162.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-25 16:49:58 +00:00
Baptiste Fontaine
1855dd1da8 dromeaudio 0.3.0 (import from head-only)
Closes Homebrew/homebrew#46163.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-25 11:33:55 +01:00
Mike McQuaid
22b0abbfb8 audit: only run brew style when on Ruby 2.0. 2015-11-25 09:26:42 +00:00
Baptiste Fontaine
060f0e3d6e uim: migrate to homebrew/x11
Closes Homebrew/homebrew#41278.
Closes Homebrew/homebrew#46309.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-24 16:39:04 +01:00
Syed Humza Shah
5e09a6a743 keg_relocate: replaced 'if' with guard clause
Closes Homebrew/homebrew#46211.
2015-11-24 10:48:28 +00:00
Syed Humza Shah
5607858d90 build: removed instance of redundant mapping 2015-11-24 10:48:26 +00:00
Julian Berman
ef8f6e7aa8 Don't mention easy_install
That which shall not be named!

Remove outdated references to easy_install and point users at the pip installation docs.

Closes Homebrew/homebrew#44834.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-11-23 22:56:18 -08:00
Baptiste Fontaine
2838fe493e Docs: deprecate homebrew/head-only
Closes Homebrew/homebrew#46243.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-23 22:05:16 +01:00
Baptiste Fontaine
e8c8b876af brew-log: warn if shallow clone
Closes Homebrew/homebrew#46283.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-23 15:50:15 +01:00
Martin Afanasjew
cd267e0bce audit: check position of 'revision' and 'keg_only'
Closes Homebrew/homebrew#46178.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-23 04:56:27 +00:00
Alexander Berezovsky
b0f188c2f5 formula_installer: fix quotation mismatch
Closes Homebrew/homebrew#46176.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-21 18:46:37 +00:00
Martin Afanasjew
fde1614670 utils: native rewrite of install_gem_setup_path!
Setting the environment variable `HOMEBREW_RUBY_PATH` allows one to run
Homebrew with a non-standard Ruby, even one that is not in `PATH`. This
creates the problem that the `gem` in `PATH` might not be the right one
to call, possibly leading to confusing results as the wrong RubyGems
installation is queried/manipulated.

Closes Homebrew/homebrew#46185.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-11-20 14:00:45 +00:00
Mike McQuaid
5388f8c8f8 Travis: don't run cleanup at all. 2015-11-19 13:30:07 +00:00
Mike McQuaid
1a8f6388a6 test-bot: don't cleanup before on Travis.
As we may be using a Ruby 1.8 that this will delete.
2015-11-19 13:18:21 +00:00
Robert Buonpastore
6c5419fc5b Filter "instal" from homebrew bash completions
Closes Homebrew/homebrew#45086.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
2015-11-19 11:04:16 +01:00