aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-18 09:55:15 -0600
committerJack Nagel2013-11-18 09:55:20 -0600
commit8083ad95e75bdb8fa861c4ca0fb2185f28e8d31a (patch)
tree8882b772208e11404edb970c386bb6c750ae28b0 /Library
parent0491549fffb1d269650b67ab271a384111124b8a (diff)
downloadhomebrew-8083ad95e75bdb8fa861c4ca0fb2185f28e8d31a.tar.bz2
Move blackbox to the boneyard
Closes #24370.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/blackbox.rb12
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 12 deletions
diff --git a/Library/Formula/blackbox.rb b/Library/Formula/blackbox.rb
deleted file mode 100644
index 94073bc95..000000000
--- a/Library/Formula/blackbox.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Blackbox < Formula
- homepage 'http://www.cs.rochester.edu/u/kautz/satplan/blackbox/'
- url 'http://www.cs.rochester.edu/u/kautz/satplan/blackbox/Blackbox44.tgz'
- sha1 '6e61cf9bbb1f28f2dd9f77f9be59fb6fd4fae224'
-
- def install
- system "make"
- bin.install 'blackbox'
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 88a2dcc7e..e585ce64c 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -4,4 +4,5 @@ TAP_MIGRATIONS = {
'denyhosts' => 'homebrew/boneyard',
'ipopt' => 'homebrew/science',
'qfits' => 'homebrew/boneyard',
+ 'blackbox' => 'homebrew/boneyard',
}