<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend, branch 1.5.2</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>pathname: fix rmdir_if_possible with mount points</title>
<updated>2018-01-19T22:06:22+00:00</updated>
<author>
<name>ilovezfs</name>
</author>
<published>2018-01-19T22:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2e1ec02aeb0f5bea48826861c848583b217bba33'/>
<id>2e1ec02aeb0f5bea48826861c848583b217bba33</id>
<content type='text'>
Attempting to rmdir a directory that is a mount point results in EBUSY,
not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Attempting to rmdir a directory that is a mount point results in EBUSY,
not EACCES or ENOENT, so also rescue EBUSY in rmdir_if_possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate requirements harder</title>
<updated>2018-01-18T08:31:20+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-17T10:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e5c82dd3d909a34cab88987f5ea4a32b784f32e2'/>
<id>e5c82dd3d909a34cab88987f5ea4a32b784f32e2</id>
<content type='text'>
Remove more Requirement logic to enable future removal of default
formula logic. Also, output deprecations, convert symbol requirement
usage to deps and simplify the compatibility code for the direct
Requirement usage.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove more Requirement logic to enable future removal of default
formula logic. Also, output deprecations, convert symbol requirement
usage to deps and simplify the compatibility code for the direct
Requirement usage.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate Git, Subversion requirements.</title>
<updated>2018-01-10T13:19:50+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-10T13:19:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=27be33b245f600ed7b90015798a140df334d48a9'/>
<id>27be33b245f600ed7b90015798a140df334d48a9</id>
<content type='text'>
These rely on `default_formula` to be useful and are better following
the `*_dep_if_needed` pattern.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These rely on `default_formula` to be useful and are better following
the `*_dep_if_needed` pattern.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3627 from sjackman/circleci</title>
<updated>2018-01-04T08:28:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2018-01-04T08:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=069b61029b397b73ead0efe9d4ab4cbb17adf359'/>
<id>069b61029b397b73ead0efe9d4ab4cbb17adf359</id>
<content type='text'>
pathname: Use CI env variable rather than TRAVIS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pathname: Use CI env variable rather than TRAVIS</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: Use CI env variable rather than TRAVIS</title>
<updated>2018-01-03T21:17:23+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2018-01-03T19:01:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=841dae4b8c2fe7ca0eab2064e113b8286b61434c'/>
<id>841dae4b8c2fe7ca0eab2064e113b8286b61434c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LD64Dependency is needed on macOS only</title>
<updated>2018-01-03T18:52:12+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2018-01-03T18:51:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5d9149a4b9fec1a70df69dff05d9e6b117629467'/>
<id>5d9149a4b9fec1a70df69dff05d9e6b117629467</id>
<content type='text'>
Move ld64_dependency.rb to os/mac/.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move ld64_dependency.rb to os/mac/.
</pre>
</div>
</content>
</entry>
<entry>
<title>requirements: move more to compat.</title>
<updated>2017-12-30T20:56:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-30T18:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d54e670a6491ae3e6681448cfcf9332635149aa8'/>
<id>d54e670a6491ae3e6681448cfcf9332635149aa8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate more requirements.</title>
<updated>2017-12-23T16:53:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-23T16:38:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=38ce9940071351f7a41ad3b48a8dba021d0acbdf'/>
<id>38ce9940071351f7a41ad3b48a8dba021d0acbdf</id>
<content type='text'>
These are ones that were either already deprecated due to audit rules
or are just a simple `which` with a `default_formula` so should just
be a dependency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are ones that were either already deprecated due to audit rules
or are just a simple `which` with a `default_formula` so should just
be a dependency.
</pre>
</div>
</content>
</entry>
<entry>
<title>dependency_collector: cleanup optional system deps</title>
<updated>2017-12-23T16:36:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-23T16:36:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5b178c2892576c9f26fc54b4f07b45db48c387e9'/>
<id>5b178c2892576c9f26fc54b4f07b45db48c387e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3543 from MikeMcQuaid/remove-env-unsets</title>
<updated>2017-12-10T17:46:29+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-10T17:46:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=837ea74f448092d822a42ff137642c0aaf076650'/>
<id>837ea74f448092d822a42ff137642c0aaf076650</id>
<content type='text'>
Remove some unset/checked environment checks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove some unset/checked environment checks</pre>
</div>
</content>
</entry>
</feed>
