aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-09-28 14:20:00 -0500
committerJack Nagel2014-09-28 14:20:00 -0500
commite69845dd783f024b0f03ae180939aab46b9c1062 (patch)
tree6d1c7cbe0314c619bbf783b1ba9e4b9c0430adfa /Library/Homebrew
parentacb86ef305d4bf700b208397c7a684f1c9d4b868 (diff)
downloadhomebrew-e69845dd783f024b0f03ae180939aab46b9c1062.tar.bz2
Move ushare and libdlna to the boneyard
These projects are currently unmaintained, and not compatible with newer versions of ffmpeg.
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/tap_migrations.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index c02ceb7a3..b5ceb3abe 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -35,6 +35,7 @@ TAP_MIGRATIONS = {
"justniffer" => "homebrew/boneyard",
"kerl" => "homebrew/headonly",
"kismet" => "homebrew/boneyard",
+ "libdlna" => "homebrew/boneyard",
"libgtextutils" => "homebrew/science",
"librets" => "homebrew/boneyard",
"libspotify" => "homebrew/binary",
@@ -64,5 +65,6 @@ TAP_MIGRATIONS = {
"texmacs" => "homebrew/boneyard",
"tmap" => "homebrew/boneyard",
"urweb" => "homebrew/boneyard",
+ "ushare" => "homebrew/boneyard",
"wkhtmltopdf" => "homebrew/boneyard",
}