Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							c86c600bfd 
							
						 
					 
					
						
						
							
							blacklist: port to generic layer.  
						
						
						
						
					 
					
						2016-07-27 15:05:42 -06:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							91d32e77ad 
							
						 
					 
					
						
						
							
							Deprecate homebrew/binary. ( #512 )  
						
						... 
						
						
						
						We're moving more stuff to Homebrew Cask which is better maintained and run. 
						
						
					 
					
						2016-07-15 22:05:03 +01:00 
						 
				 
			
				
					
						
							
							
								Tony Ta 
							
						 
					 
					
						
						
						
						
							
						
						
							3e309d4643 
							
						 
					 
					
						
						
							
							blacklist: update URLs and MacRuby message ( #406 )  
						
						... 
						
						
						
						* updates link for installing pip
* the macruby project has been abandoned and the website is gone 
						
						
					 
					
						2016-06-30 21:47:15 +02:00 
						 
				 
			
				
					
						
							
							
								Max Nordlund 
							
						 
					 
					
						
						
						
						
							
						
						
							fbc5fc3e92 
							
						 
					 
					
						
						
							
							Mention the haskell-platform cask  
						
						
						
						
					 
					
						2016-04-04 02:01:15 +08:00 
						 
				 
			
				
					
						
							
							
								Dominyk Tiller 
							
						 
					 
					
						
						
						
						
							
						
						
							81dc7316a6 
							
						 
					 
					
						
						
							
							ngrok: add to blacklist  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#50364 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com> 
					
						2016-03-26 14:50:10 +08:00 
						 
				 
			
				
					
						
							
							
								cubuspl42 
							
						 
					 
					
						
						
						
						
							
						
						
							16f8b16f19 
							
						 
					 
					
						
						
							
							blacklist: suggest Cask for installing mactex  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#49817 .
Signed-off-by: Alex Dunn <adunn@ucsb.edu> 
					
						2016-03-08 13:47:29 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							32850492f1 
							
						 
					 
					
						
						
							
							blacklist: add mysqldump-secure.  
						
						
						
						
					 
					
						2016-02-11 20:32:22 +00:00 
						 
				 
			
				
					
						
							
							
								Julian Berman 
							
						 
					 
					
						
						
						
						
							
						
						
							ef8f6e7aa8 
							
						 
					 
					
						
						
							
							Don't mention easy_install  
						
						... 
						
						
						
						That which shall not be named!
Remove outdated references to easy_install and point users at the pip installation docs.
Closes  Homebrew/homebrew#44834 .
Signed-off-by: Tim D. Smith <git@tim-smith.us> 
						
						
					 
					
						2015-11-23 22:56:18 -08:00 
						 
				 
			
				
					
						
							
							
								BrewTestBot 
							
						 
					 
					
						
						
						
						
							
						
						
							13d544e11e 
							
						 
					 
					
						
						
							
							Core files style updates.  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#42354 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> 
					
						2015-08-03 13:22:35 +01:00 
						 
				 
			
				
					
						
							
							
								Alex Dunn 
							
						 
					 
					
						
						
						
						
							
						
						
							1280d0fcc7 
							
						 
					 
					
						
						
							
							blacklist: remove screen, libpcap, libiconv  
						
						... 
						
						
						
						Each has a formula in homebrew/dupes now
Closes  Homebrew/homebrew#42212 . 
						
						
					 
					
						2015-07-29 10:08:36 -07:00 
						 
				 
			
				
					
						
							
							
								Dominyk Tiller 
							
						 
					 
					
						
						
						
						
							
						
						
							051ddf5545 
							
						 
					 
					
						
						
							
							blacklist: update xcode link  
						
						
						
						
					 
					
						2015-07-20 17:32:07 +01:00 
						 
				 
			
				
					
						
							
							
								Viktor Szakats 
							
						 
					 
					
						
						
						
						
							
						
						
							fc2818b7a5 
							
						 
					 
					
						
						
							
							Use more https in urls and updated some lost links  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#35531 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com> 
					
						2015-01-04 02:13:16 -05:00 
						 
				 
			
				
					
						
							
							
								Brian Shirai 
							
						 
					 
					
						
						
						
						
							
						
						
							0b7146f123 
							
						 
					 
					
						
						
							
							blacklist: remove rubinius.  
						
						... 
						
						
						
						Having 'rubinius' in blacklist.rb prevents taps from providing a rubinius formula. Currently, the Rubinius project is making a binary install of Rubinius 2.3.0+ available as a tap. Unfortunately, this is impossible with this blacklist and forces us to use a non-standard name for the formula.
Further, it appears that Homebrew has changed its stance on binary formula, including them in the standard set of formula (ie, not requiring a separate tap). When Homebrew blacklisted Rubinius initially, I asked to allow a binary formula for Rubinius and was refused. The fact that Homebrew has changed its stance on binary formula makes this blacklist doubly unfair.
Thanks.
Closes  Homebrew/homebrew#33809 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2014-11-03 19:29:25 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							fbc5d6c31f 
							
						 
					 
					
						
						
							
							Remove haskell-platform  
						
						... 
						
						
						
						The latest version haskell-platform features an entirely different
build system that does not play well with Homebrew, so it is being
removed in favor of the ghc and cabal-install formulae.
The binary installer can also be used instead:
  https://www.haskell.org/platform/mac.html 
Closes  Homebrew/homebrew#31609 . 
						
						
					 
					
						2014-09-08 16:35:26 -05:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							cc6af6c050 
							
						 
					 
					
						
						
							
							simplify play blacklist  
						
						
						
						
					 
					
						2014-06-20 07:35:03 -07:00 
						 
				 
			
				
					
						
							
							
								Michael Vetter 
							
						 
					 
					
						
						
						
						
							
						
						
							cca11731ca 
							
						 
					 
					
						
						
							
							Remove play, replaced by typesafe-activator  
						
						... 
						
						
						
						In Play 2.3 the play command has become the activator command. Play has
been updated to use Activator.
People should use typesafe-activator formula instead.
You can read more about this change at:
http://www.playframework.com/documentation/2.3.x/Migration23 
and
http://www.playframework.com/documentation/2.3.x/Highlights23 
Closes  Homebrew/homebrew#30262 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com> 
						
						
					 
					
						2014-06-19 21:19:16 -05:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							2d47a5f259 
							
						 
					 
					
						
						
							
							blacklist: gfortran is now part of gcc  
						
						
						
						
					 
					
						2014-05-19 16:03:41 -07:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							8ca7124cbc 
							
						 
					 
					
						
						
							
							blacklist: remove gcc  
						
						
						
						
					 
					
						2014-05-19 16:03:41 -07:00 
						 
				 
			
				
					
						
							
							
								Clemens Müller 
							
						 
					 
					
						
						
						
						
							
						
						
							fab77a8cbd 
							
						 
					 
					
						
						
							
							Add missing '`' to message of blacklisted rubinius  
						
						... 
						
						
						
						As pointed out by @mikemcquaid in http://git.io/Q5b9wg 
Closes  Homebrew/homebrew#28106 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com> 
						
						
					 
					
						2014-04-03 09:34:40 -05:00 
						 
				 
			
				
					
						
							
							
								Misty De Meo 
							
						 
					 
					
						
						
						
						
							
						
						
							edd03fbe69 
							
						 
					 
					
						
						
							
							Add wxPython as separate formula  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#25651 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com> 
					
						2014-03-04 18:20:21 -08:00 
						 
				 
			
				
					
						
							
							
								Ben Moss 
							
						 
					 
					
						
						
						
						
							
						
						
							000e9eecba 
							
						 
					 
					
						
						
							
							Fix blacklist.rb syntax error  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#27102 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com> 
					
						2014-02-28 17:27:46 -06:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							3326d0d8cc 
							
						 
					 
					
						
						
							
							Fix libpcap blacklist message  
						
						
						
						
					 
					
						2014-02-28 17:20:42 -06:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							2d50501c4e 
							
						 
					 
					
						
						
							
							Remove libarchive from the blacklist, it's in core now  
						
						
						
						
					 
					
						2014-02-28 16:51:15 -06:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							efb3868697 
							
						 
					 
					
						
						
							
							osmium: add to blacklist.  
						
						... 
						
						
						
						References Homebrew/homebrew#12652 . 
						
						
					 
					
						2014-02-12 15:17:53 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							677cdff228 
							
						 
					 
					
						
						
							
							Fix Homebrew/python case.  
						
						
						
						
					 
					
						2013-12-28 12:47:13 +00:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							5b95710254 
							
						 
					 
					
						
						
							
							homebrew-python has moved to Homebrew org.  
						
						
						
						
					 
					
						2013-12-28 12:14:38 +00:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							f5e63f77a2 
							
						 
					 
					
						
						
							
							Remove outdated blacklist entries  
						
						... 
						
						
						
						libxslt was misspelled, but more to the point we have libxml2 and
libxslt formulae in core these days so blacklisting them doesn't really
make much sense. 
						
						
					 
					
						2013-11-20 14:43:07 -06:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							0c91d9a7a2 
							
						 
					 
					
						
						
							
							Blacklist rubinius and recommend ruby-build  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#23195 . 
					
						2013-11-17 11:10:13 -08:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							7df136cd50 
							
						 
					 
					
						
						
							
							grammar edits  
						
						
						
						
					 
					
						2013-11-13 20:23:27 -08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							9ebc527e49 
							
						 
					 
					
						
						
							
							Improve Xcode and CLT installation instructions.  
						
						
						
						
					 
					
						2013-10-23 17:44:43 +01:00 
						 
				 
			
				
					
						
							
							
								Max Howell 
							
						 
					 
					
						
						
						
						
							
						
						
							fad1df9359 
							
						 
					 
					
						
						
							
							Suggest installing pip via easy_install  
						
						
						
						
					 
					
						2013-09-05 12:03:54 -05:00 
						 
				 
			
				
					
						
							
							
								Samuel John 
							
						 
					 
					
						
						
						
						
							
						
						
							576f08a8eb 
							
						 
					 
					
						
						
							
							pil: is now blacklisted.  
						
						... 
						
						
						
						PIL has been removed and users should use pillow either
by `pip install pillo` or `brew install samueljohn/python/pillow`. 
						
						
					 
					
						2013-09-03 13:14:54 +02:00 
						 
				 
			
				
					
						
							
							
								Chris Allen 
							
						 
					 
					
						
						
						
						
							
						
						
							ecb78d54c0 
							
						 
					 
					
						
						
							
							clojure: remove, blacklist in favour of leiningen.  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#21733 .
Closes  Homebrew/homebrew#21782 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> 
					
						2013-08-17 12:29:53 +01:00 
						 
				 
			
				
					
						
							
							
								Misty De Meo 
							
						 
					 
					
						
						
						
						
							
						
						
							49cd13406b 
							
						 
					 
					
						
						
							
							Update URL for CLT download  
						
						... 
						
						
						
						http://connect.apple.com  is still down, but
https://developer.apple.com/downloads  has all of the Apple developer
downloads available.
Fixes  Homebrew/homebrew#21812 . 
					
						2013-08-10 22:05:18 -07:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							3687cbc21b 
							
						 
					 
					
						
						
							
							Remove gsutil  
						
						... 
						
						
						
						This is now available from PyPI, and the github tarball does not contain
all of the necessary dependencies, so remove it and recommend "pip
install gsutil".
Closes  Homebrew/homebrew#19874 .
Closes  Homebrew/homebrew#19895 . 
						
						
					 
					
						2013-05-18 20:27:15 -05:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							94bf0747b3 
							
						 
					 
					
						
						
							
							fix gcc tap suggestion  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#18520 . 
					
						2013-03-16 10:28:24 -07:00 
						 
				 
			
				
					
						
							
							
								Xiyue Deng 
							
						 
					 
					
						
						
						
						
							
						
						
							f23cfa884c 
							
						 
					 
					
						
						
							
							Blacklist plain gcc formula with caveat pointing to homebrew-versions  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#17911 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com> 
					
						2013-03-12 20:28:47 -07:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							cac86a4f0b 
							
						 
					 
					
						
						
							
							blacklist latex  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#18404 . 
					
						2013-03-11 10:27:50 -07:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							04dfdd972c 
							
						 
					 
					
						
						
							
							sshpass: add to blacklist.  
						
						... 
						
						
						
						We keep rejecting this again and again.
See discussion in Homebrew/homebrew#9577 , Homebrew/homebrew#12941 , Homebrew/homebrew#13855 .
Closes  Homebrew/homebrew#18332 . 
						
						
					 
					
						2013-03-09 15:25:58 +00:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							f23f511dbb 
							
						 
					 
					
						
						
							
							Remove gmock.  
						
						... 
						
						
						
						Gmock and GTest should not be installed system-wide.
Closes  Homebrew/homebrew#17358 . 
						
						
					 
					
						2013-01-29 12:13:04 -08:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							0a7d2b82b4 
							
						 
					 
					
						
						
							
							remove vim from the blacklist  
						
						
						
						
					 
					
						2013-01-28 23:17:39 -06:00 
						 
				 
			
				
					
						
							
							
								samueljohn 
							
						 
					 
					
						
						
						
						
							
						
						
							3fb5dfbd7b 
							
						 
					 
					
						
						
							
							wxwidgets: A more common name for wxmac.  
						
						... 
						
						
						
						- Change the blacklist to hint that we include wxpython with wxwidgets.
Closes  Homebrew/homebrew#15407 .
Signed-off-by: Max Howell <mxcl@me.com> 
						
						
					 
					
						2012-10-11 09:25:59 -04:00 
						 
				 
			
				
					
						
							
							
								samueljohn 
							
						 
					 
					
						
						
						
						
							
						
						
							33b2a29e14 
							
						 
					 
					
						
						
							
							Replace mentions of easy_install by pip  
						
						... 
						
						
						
						Use this chance to correct minor typos.
Closes  Homebrew/homebrew#15242 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com> 
						
						
					 
					
						2012-10-02 08:29:21 -07:00 
						 
				 
			
				
					
						
							
							
								Misty De Meo 
							
						 
					 
					
						
						
						
						
							
						
						
							b4e246e75d 
							
						 
					 
					
						
						
							
							Update blacklist warnings  
						
						... 
						
						
						
						* MacRuby isn't in homebrew-alt anymore
* Removed the entire npm warning since it's installed with node.js 
						
						
					 
					
						2012-09-25 14:35:05 -05:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							f15bef5831 
							
						 
					 
					
						
						
							
							Remove libpng and freetype blacklist  
						
						
						
						
					 
					
						2012-08-08 18:19:20 +01:00 
						 
				 
			
				
					
						
							
							
								samueljohn 
							
						 
					 
					
						
						
						
						
							
						
						
							a8a9388062 
							
						 
					 
					
						
						
							
							wxmac: 2.9.4  
						
						... 
						
						
						
						- patch no longer needed
- blacklist.rb: Removed version number because we forget to update it too often.
Closes  Homebrew/homebrew#13997 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com> 
						
						
					 
					
						2012-08-06 10:33:54 -07:00 
						 
				 
			
				
					
						
							
							
								Adam Vandenberg 
							
						 
					 
					
						
						
						
						
							
						
						
							2ff90a94f3 
							
						 
					 
					
						
						
							
							blacklist: update npm location  
						
						
						
						
					 
					
						2012-08-03 19:53:54 -07:00 
						 
				 
			
				
					
						
							
							
								Jack Nagel 
							
						 
					 
					
						
						
						
						
							
						
						
							d701a59a68 
							
						 
					 
					
						
						
							
							Update libpng blacklist message  
						
						... 
						
						
						
						Signed-off-by: Jack Nagel <jacknagel@gmail.com> 
						
						
					 
					
						2012-07-29 00:09:15 -05:00 
						 
				 
			
				
					
						
							
							
								Sean Lee 
							
						 
					 
					
						
						
						
						
							
						
						
							ad32b663e8 
							
						 
					 
					
						
						
							
							corrected the macruby download link  
						
						... 
						
						
						
						Signed-off-by: Adam Vandenberg <flangy@gmail.com> 
						
						
					 
					
						2012-07-22 12:54:24 -07:00 
						 
				 
			
				
					
						
							
							
								Misty De Meo 
							
						 
					 
					
						
						
						
						
							
						
						
							ffe21a9cd1 
							
						 
					 
					
						
						
							
							blacklist: update Xcode message for 10.8  
						
						
						
						
					 
					
						2012-06-15 09:25:23 -05:00