<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os, 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>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>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>
<entry>
<title>X11Requirement: Inherit from generic class [macOS]</title>
<updated>2017-12-08T18:38:58+00:00</updated>
<author>
<name>Shaun Jackman</name>
</author>
<published>2017-12-08T18:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=020c1adebd8d847954ee19a5600466ceab4ba562'/>
<id>020c1adebd8d847954ee19a5600466ceab4ba562</id>
<content type='text'>
Fix the warning: already initialized constant X11Requirement
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the warning: already initialized constant X11Requirement
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove some unset/checked environment checks</title>
<updated>2017-12-08T16:33:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-08T16:33:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b9ca5dbf5b625f1da93b82f5752b37ee0c61600'/>
<id>6b9ca5dbf5b625f1da93b82f5752b37ee0c61600</id>
<content type='text'>
These will be redundant once environment filtering is on by default
in #3529.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These will be redundant once environment filtering is on by default
in #3529.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3483 from sjackman/x11</title>
<updated>2017-12-08T15:47:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-12-08T15:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5055c31a867aa256cdec6b22f75b552a10ee7a99'/>
<id>5055c31a867aa256cdec6b22f75b552a10ee7a99</id>
<content type='text'>
Implement X11Requirement for Linux</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement X11Requirement for Linux</pre>
</div>
</content>
</entry>
</feed>
