<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Contributions, branch 0.9</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Use new Requirements code in Homebrew</title>
<updated>2012-03-10T17:24:10+00:00</updated>
<author>
<name>Adam Vandenberg</name>
</author>
<published>2012-02-29T03:56:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cef5429f9373526ed1fe523bcbbbb42b5cf65ea9'/>
<id>cef5429f9373526ed1fe523bcbbbb42b5cf65ea9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `brew-bottle` an internal command.</title>
<updated>2012-03-10T04:57:10+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-03-07T22:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=22f908d5206bbc4184ec7686593f1f04b9c9ff2f'/>
<id>22f908d5206bbc4184ec7686593f1f04b9c9ff2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move install_homebrew into Contributions</title>
<updated>2012-03-09T12:25:55+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-03-09T12:25:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fc2cc57ce87ef19539db48c3c2057c502f97fa94'/>
<id>fc2cc57ce87ef19539db48c3c2057c502f97fa94</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>`brew cleanup` cleans up the download-cache</title>
<updated>2012-03-06T20:28:06+00:00</updated>
<author>
<name>Max Howell</name>
</author>
<published>2012-03-06T20:12:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=158efd8c9a61b91caccdcb2e6b98f7d649cae93c'/>
<id>158efd8c9a61b91caccdcb2e6b98f7d649cae93c</id>
<content type='text'>
Manpage updated.

The -s switch is "scrub" and removes downloads for uninstall formula which are downloads for the latest version of that formula still.

Please NOTE cache is NOT cleaned if a formula argument is provided. I couldn't be bothered. Patches welcome :)

Closes Homebrew/homebrew#2923.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Manpage updated.

The -s switch is "scrub" and removes downloads for uninstall formula which are downloads for the latest version of that formula still.

Please NOTE cache is NOT cleaned if a formula argument is provided. I couldn't be bothered. Patches welcome :)

Closes Homebrew/homebrew#2923.
</pre>
</div>
</content>
</entry>
<entry>
<title>'brew doctor' provides bad example command</title>
<updated>2012-03-06T15:38:33+00:00</updated>
<author>
<name>Jonathan Hitchcock</name>
</author>
<published>2012-03-06T15:03:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=de30a7844f6bf08c040ec81500e9d6d73409e3d6'/>
<id>de30a7844f6bf08c040ec81500e9d6d73409e3d6</id>
<content type='text'>
If there are multiple dependencies missing, 'brew doctor' can suggest
that you run something like:

  brew install autoconf libyaml autoconf, libyaml

This commit improves that output.

Closes Homebrew/homebrew#10720.

Signed-off-by: Max Howell &lt;max@methylblue.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If there are multiple dependencies missing, 'brew doctor' can suggest
that you run something like:

  brew install autoconf libyaml autoconf, libyaml

This commit improves that output.

Closes Homebrew/homebrew#10720.

Signed-off-by: Max Howell &lt;max@methylblue.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-man: only exit 1 when an error occurs</title>
<updated>2012-03-03T20:25:45+00:00</updated>
<author>
<name>Nicolas Despres</name>
</author>
<published>2012-03-03T18:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6898eadcc570cc7842efe5c377bda591d867db89'/>
<id>6898eadcc570cc7842efe5c377bda591d867db89</id>
<content type='text'>
Because of "set -e" in non verbose mode brew man had an exit status
equals to 1 whereas there was no error.  The reason was that the "test"
command failed.  This patch fix this.

Closes Homebrew/homebrew#10664.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because of "set -e" in non verbose mode brew man had an exit status
equals to 1 whereas there was no error.  The reason was that the "test"
command failed.  This patch fix this.

Closes Homebrew/homebrew#10664.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>missing: adjust to new ARGV.formulae behavior</title>
<updated>2012-03-02T00:04:41+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-03-02T00:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d9fdd401da4409cb33b0f336ae1293af830fea7c'/>
<id>d9fdd401da4409cb33b0f336ae1293af830fea7c</id>
<content type='text'>
Since 25aefdd ("don't complain if args are empty"), ARGV.formulae does
not raise an exception; `brew missing` was relying on that to determine
what set of formulae to act on. Fix this, and also a typo.

Fixes Homebrew/homebrew#10617.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since 25aefdd ("don't complain if args are empty"), ARGV.formulae does
not raise an exception; `brew missing` was relying on that to determine
what set of formulae to act on. Fix this, and also a typo.

Fixes Homebrew/homebrew#10617.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-pull should build bottles.</title>
<updated>2012-02-25T11:36:04+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-02-25T11:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5d1db0e934b906ed6e84bcd53b4e24fb0c48424c'/>
<id>5d1db0e934b906ed6e84bcd53b4e24fb0c48424c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>man page: s/folder/directory/g</title>
<updated>2012-02-25T01:49:48+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-02-25T01:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=63c9193bb2dc576294a096c2d0b97d72e98bae6a'/>
<id>63c9193bb2dc576294a096c2d0b97d72e98bae6a</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Man page grammar</title>
<updated>2012-02-04T02:19:50+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-02-04T02:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=86b4d9ac7cd9fa94a4ace12160c7251263681e4f'/>
<id>86b4d9ac7cd9fa94a4ace12160c7251263681e4f</id>
<content type='text'>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
