aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
AgeCommit message (Collapse)Author
2017-03-20blacklist: move to missing_formula class instead.Mike McQuaid
This will allow extending this class so it can be used by more than just blacklisting.
2016-10-06“Homebrew Cask” -> “Homebrew-Cask”Markus Reiter
2016-10-01Use Formatter for all URLs.Markus Reiter
2016-07-27blacklist: port to generic layer.Mike McQuaid
2016-07-15Deprecate homebrew/binary. (#512)Mike McQuaid
We're moving more stuff to Homebrew Cask which is better maintained and run.
2016-06-30blacklist: update URLs and MacRuby message (#406)Tony Ta
* updates link for installing pip * the macruby project has been abandoned and the website is gone
2016-04-04Mention the haskell-platform caskMax Nordlund
2016-03-26ngrok: add to blacklistDominyk Tiller
Closes Homebrew/homebrew#50364. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-03-08blacklist: suggest Cask for installing mactexcubuspl42
Closes Homebrew/homebrew#49817. Signed-off-by: Alex Dunn <adunn@ucsb.edu>
2016-02-11blacklist: add mysqldump-secure.Mike McQuaid
2015-11-23Don't mention easy_installJulian Berman
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-08-03Core files style updates.BrewTestBot
Closes Homebrew/homebrew#42354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-07-29blacklist: remove screen, libpcap, libiconvAlex Dunn
Each has a formula in homebrew/dupes now Closes Homebrew/homebrew#42212.
2015-07-20blacklist: update xcode linkDominyk Tiller
2015-01-04Use more https in urls and updated some lost linksViktor Szakats
Closes Homebrew/homebrew#35531. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-03blacklist: remove rubinius.Brian Shirai
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-09-08Remove haskell-platformJack Nagel
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-06-20simplify play blacklistAdam Vandenberg
2014-06-19Remove play, replaced by typesafe-activatorMichael Vetter
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-05-19blacklist: gfortran is now part of gccAdam Vandenberg
2014-05-19blacklist: remove gccAdam Vandenberg
2014-04-03Add missing '`' to message of blacklisted rubiniusClemens Müller
As pointed out by @mikemcquaid in http://git.io/Q5b9wg Closes Homebrew/homebrew#28106. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-04Add wxPython as separate formulaMisty De Meo
Closes Homebrew/homebrew#25651. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-28Fix blacklist.rb syntax errorBen Moss
Closes Homebrew/homebrew#27102. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-02-28Fix libpcap blacklist messageJack Nagel
2014-02-28Remove libarchive from the blacklist, it's in core nowJack Nagel
2014-02-12osmium: add to blacklist.Mike McQuaid
References Homebrew/homebrew#12652.
2013-12-28Fix Homebrew/python case.Mike McQuaid
2013-12-28homebrew-python has moved to Homebrew org.Mike McQuaid
2013-11-20Remove outdated blacklist entriesJack Nagel
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-17Blacklist rubinius and recommend ruby-buildAdam Vandenberg
Closes Homebrew/homebrew#23195.
2013-11-13grammar editsAdam Vandenberg
2013-10-23Improve Xcode and CLT installation instructions.Mike McQuaid
2013-09-05Suggest installing pip via easy_installMax Howell
2013-09-03pil: is now blacklisted.Samuel John
PIL has been removed and users should use pillow either by `pip install pillo` or `brew install samueljohn/python/pillow`.
2013-08-17clojure: remove, blacklist in favour of leiningen.Chris Allen
Closes Homebrew/homebrew#21733. Closes Homebrew/homebrew#21782. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-10Update URL for CLT downloadMisty De Meo
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-05-18Remove gsutilJack Nagel
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-03-16fix gcc tap suggestionAdam Vandenberg
Closes Homebrew/homebrew#18520.
2013-03-12Blacklist plain gcc formula with caveat pointing to homebrew-versionsXiyue Deng
Closes Homebrew/homebrew#17911. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-03-11blacklist latexAdam Vandenberg
Closes Homebrew/homebrew#18404.
2013-03-09sshpass: add to blacklist.Mike McQuaid
We keep rejecting this again and again. See discussion in Homebrew/homebrew#9577, Homebrew/homebrew#12941, Homebrew/homebrew#13855. Closes Homebrew/homebrew#18332.
2013-01-29Remove gmock.Adam Vandenberg
Gmock and GTest should not be installed system-wide. Closes Homebrew/homebrew#17358.
2013-01-28remove vim from the blacklistJack Nagel
2012-10-11wxwidgets: A more common name for wxmac.samueljohn
- 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-02Replace mentions of easy_install by pipsamueljohn
Use this chance to correct minor typos. Closes Homebrew/homebrew#15242. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25Update blacklist warningsMisty De Meo
* MacRuby isn't in homebrew-alt anymore * Removed the entire npm warning since it's installed with node.js
2012-08-08Remove libpng and freetype blacklistMike McQuaid
2012-08-06wxmac: 2.9.4samueljohn
- 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-03blacklist: update npm locationAdam Vandenberg