<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/cmd, branch 0.9.1</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>doctor: check for ~/.pydistutils.cfg</title>
<updated>2012-06-27T00:41:22+00:00</updated>
<author>
<name>samueljohn</name>
</author>
<published>2012-06-04T09:36:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=212dc98003011687be2178b88d724448417cae37'/>
<id>212dc98003011687be2178b88d724448417cae37</id>
<content type='text'>
Closes Homebrew/homebrew#12363.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#12363.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>config: omit Xcode path for CLT-only systems</title>
<updated>2012-06-26T17:20:04+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-06-26T17:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=87543a69168f9c6ed0aa7bf0471efac7d449fd85'/>
<id>87543a69168f9c6ed0aa7bf0471efac7d449fd85</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>Clean up --config output</title>
<updated>2012-06-26T05:02:42+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2012-06-26T01:11:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9189258a9e7a8dd9897ec61a1ad2577914031976'/>
<id>9189258a9e7a8dd9897ec61a1ad2577914031976</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>brew-upgrade: Respect --ignore-dependencies flag</title>
<updated>2012-06-25T17:20:18+00:00</updated>
<author>
<name>Charlie Sharpsteen</name>
</author>
<published>2012-06-25T17:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=f165e0cf5fe283f9d4e61900ddd749540e82b231'/>
<id>f165e0cf5fe283f9d4e61900ddd749540e82b231</id>
<content type='text'>
Passing `--ignore-dependencies` to `brew upgrade` will now have the desired
effect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Passing `--ignore-dependencies` to `brew upgrade` will now have the desired
effect.
</pre>
</div>
</content>
</entry>
<entry>
<title>Core change: XCode only install, with CLT or both</title>
<updated>2012-06-25T02:11:06+00:00</updated>
<author>
<name>samueljohn</name>
</author>
<published>2012-02-26T20:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=725feb3db1da1577a3e1b376934e16aedbd9ded9'/>
<id>725feb3db1da1577a3e1b376934e16aedbd9ded9</id>
<content type='text'>
Allow XCode without the Command Line Tools to
work with homebrew, so it's not necessary
to register an Apple Dev ID and/or go to the
XCode prefs and download the CLT. Yay!

Further, this commit allows to use the CLT
solely (without the need for XCode).
Saves quite some megs.
(Some furmulae require xcodebuild)

Of course XCode together with the CLT is still
fine and has been tested on 10.7 and 10.6
with Xcode 4 and Xcode 3.

Only on Lion or above, tell the user about the options,
which are
- Xcode without CLT
- CLT without Xcode
- both (ok, it's not directly stated, but implicit)
So if no Xcode is found and we are on Lion or above,
we don't fail but check for the CLTs now.
For older Macs, the old message that Xcode is needed
and the installer should be run is still displayed.
If the CLT are not found but Xcode is, then we
print out about the experimental status of this setup.

Closes Homebrew/homebrew#10510.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow XCode without the Command Line Tools to
work with homebrew, so it's not necessary
to register an Apple Dev ID and/or go to the
XCode prefs and download the CLT. Yay!

Further, this commit allows to use the CLT
solely (without the need for XCode).
Saves quite some megs.
(Some furmulae require xcodebuild)

Of course XCode together with the CLT is still
fine and has been tested on 10.7 and 10.6
with Xcode 4 and Xcode 3.

Only on Lion or above, tell the user about the options,
which are
- Xcode without CLT
- CLT without Xcode
- both (ok, it's not directly stated, but implicit)
So if no Xcode is found and we are on Lion or above,
we don't fail but check for the CLTs now.
For older Macs, the old message that Xcode is needed
and the installer should be run is still displayed.
If the CLT are not found but Xcode is, then we
print out about the experimental status of this setup.

Closes Homebrew/homebrew#10510.

Signed-off-by: Adam Vandenberg &lt;flangy@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>doctor: rewrite Volume class to fix issue with google update engine</title>
<updated>2012-06-23T17:18:16+00:00</updated>
<author>
<name>Tim Oram</name>
</author>
<published>2012-06-22T05:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=3147dd134a6e919c974b4a8abc93338d489cc31a'/>
<id>3147dd134a6e919c974b4a8abc93338d489cc31a</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>doctor: skip missing_deps when no Cellar exists</title>
<updated>2012-06-19T15:08:19+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2012-06-19T15:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0d2e26fc585c8b82f5b7c50bf98f0e0b89a690f2'/>
<id>0d2e26fc585c8b82f5b7c50bf98f0e0b89a690f2</id>
<content type='text'>
Another fix for Homebrew/homebrew#5188.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Another fix for Homebrew/homebrew#5188.</pre>
</div>
</content>
</entry>
<entry>
<title>doctor: skip outdated_homebrew check when no git</title>
<updated>2012-06-19T15:03:11+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2012-06-19T15:03:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d1baf42d941973f01dbd71901dbbe9a521282236'/>
<id>d1baf42d941973f01dbd71901dbbe9a521282236</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doctor: don't warn about recent MacGPG2 versions</title>
<updated>2012-06-19T14:25:18+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2012-06-19T14:24:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=faf332054f9ad4439da1ad487ca065066aa1caaf'/>
<id>faf332054f9ad4439da1ad487ca065066aa1caaf</id>
<content type='text'>
Fixes Homebrew/homebrew#12238.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#12238.
</pre>
</div>
</content>
</entry>
<entry>
<title>doctor: skip Cellar test if Cellar doesn't exist</title>
<updated>2012-06-19T14:24:59+00:00</updated>
<author>
<name>Misty De Meo</name>
</author>
<published>2012-06-19T14:24:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c2b057fc70b1ad11e429a55c96218f772ab62414'/>
<id>c2b057fc70b1ad11e429a55c96218f772ab62414</id>
<content type='text'>
Fixes Homebrew/homebrew#5188 (again).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes Homebrew/homebrew#5188 (again).
</pre>
</div>
</content>
</entry>
</feed>
