<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Contributions/examples, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>Rename external commands directory from examples.</title>
<updated>2012-03-18T02:34:41+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-03-18T02:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=b27b761931b987b9dd8a9fc080bbf35270af7cca'/>
<id>b27b761931b987b9dd8a9fc080bbf35270af7cca</id>
<content type='text'>
Fixes #10829.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #10829.
</pre>
</div>
</content>
</entry>
<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/homebrew/commit/?id=d5f0cb3c0782d0893ca8397d4f7d8b5781dee9cd'/>
<id>d5f0cb3c0782d0893ca8397d4f7d8b5781dee9cd</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/homebrew/commit/?id=5534b0f9e758e33090e68fdc07af9eb4664d6ba7'/>
<id>5534b0f9e758e33090e68fdc07af9eb4664d6ba7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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/homebrew/commit/?id=65592d9242d585cf1de69b8a3a852313f8042944'/>
<id>65592d9242d585cf1de69b8a3a852313f8042944</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 #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 #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/homebrew/commit/?id=b4378fb5b213a02f15f0a28f0a5d043f5c98b7b8'/>
<id>b4378fb5b213a02f15f0a28f0a5d043f5c98b7b8</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 #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 #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/homebrew/commit/?id=fead26420bc9f44aa1ec1884ad58895e197a005d'/>
<id>fead26420bc9f44aa1ec1884ad58895e197a005d</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 #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 #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/homebrew/commit/?id=18bfbcdebf5ac668e1d47ace596ac9f1da425624'/>
<id>18bfbcdebf5ac668e1d47ace596ac9f1da425624</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix brew-bottle output for new bottle syntax.</title>
<updated>2012-01-29T20:35:40+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-01-29T20:34:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=93eca21de4ced8cae9bc369e4f0ea26bbaa7b5f4'/>
<id>93eca21de4ced8cae9bc369e4f0ea26bbaa7b5f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add beer recipe. This is homebrew after all.</title>
<updated>2012-01-28T05:13:44+00:00</updated>
<author>
<name>Cameron Barrie</name>
</author>
<published>2012-01-20T05:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=1dcbb4df8901226430c5605f71e3cb91f1751664'/>
<id>1dcbb4df8901226430c5605f71e3cb91f1751664</id>
<content type='text'>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't bottle unless built with correct flag.</title>
<updated>2012-01-16T21:05:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2012-01-16T19:37:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=77d23b0cc7099ac575836789ceecdaea3aa45ab7'/>
<id>77d23b0cc7099ac575836789ceecdaea3aa45ab7</id>
<content type='text'>
Closes #9350.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #9350.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
