Move ushare and libdlna to the boneyard

These projects are currently unmaintained, and not compatible with newer
versions of ffmpeg.
This commit is contained in:
Jack Nagel 2014-09-28 14:20:00 -05:00
parent 94c7cc4b35
commit 225bd3bf50

View File

@ -35,6 +35,7 @@ TAP_MIGRATIONS = {
"justniffer" => "homebrew/boneyard", "justniffer" => "homebrew/boneyard",
"kerl" => "homebrew/headonly", "kerl" => "homebrew/headonly",
"kismet" => "homebrew/boneyard", "kismet" => "homebrew/boneyard",
"libdlna" => "homebrew/boneyard",
"libgtextutils" => "homebrew/science", "libgtextutils" => "homebrew/science",
"librets" => "homebrew/boneyard", "librets" => "homebrew/boneyard",
"libspotify" => "homebrew/binary", "libspotify" => "homebrew/binary",
@ -64,5 +65,6 @@ TAP_MIGRATIONS = {
"texmacs" => "homebrew/boneyard", "texmacs" => "homebrew/boneyard",
"tmap" => "homebrew/boneyard", "tmap" => "homebrew/boneyard",
"urweb" => "homebrew/boneyard", "urweb" => "homebrew/boneyard",
"ushare" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard", "wkhtmltopdf" => "homebrew/boneyard",
} }