aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bcwipe.rb12
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 12 deletions
diff --git a/Library/Formula/bcwipe.rb b/Library/Formula/bcwipe.rb
deleted file mode 100644
index 98be69598..000000000
--- a/Library/Formula/bcwipe.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Bcwipe < Formula
- homepage 'http://www.jetico.com/linux/bcwipe-help/'
- url 'http://www.jetico.com/linux/BCWipe-1.9-9.tar.gz'
- sha1 'be4d945a5d24076fb6b0356389323a0686e1e4d7'
-
- def install
- system "./configure", "--prefix=#{prefix}"
- system "make", "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}", "install"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index ef4c3af85..9d8321ea2 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -8,6 +8,7 @@ TAP_MIGRATIONS = {
"atari++" => "homebrew/x11",
"authexec" => "homebrew/boneyard",
"aws-iam-tools" => "homebrew/boneyard",
+ "bcwipe" => "homebrew/boneyard",
"blackbox" => "homebrew/boneyard",
"bochs" => "homebrew/x11",
"boost149" => "homebrew/versions",