aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Nixon2015-03-08 16:23:30 -0400
committerJack Nagel2015-03-08 16:23:30 -0400
commit8a35ee60c9d724945bf405294f5408b0d9e8d905 (patch)
treeaced5e10f91657a1cb99d657ed723959357a2052
parent619a24863214fc10eb0ab70bdc0669cba4f1e96f (diff)
downloadhomebrew-8a35ee60c9d724945bf405294f5408b0d9e8d905.tar.bz2
Move tcpurify to the boneyard
Closes #37069. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/tcpurify.rb16
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 16 deletions
diff --git a/Library/Formula/tcpurify.rb b/Library/Formula/tcpurify.rb
deleted file mode 100644
index ad3ba3bd6..000000000
--- a/Library/Formula/tcpurify.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-require 'formula'
-
-class Tcpurify < Formula
- homepage 'http://irg.cs.ohiou.edu/~eblanton/tcpurify/'
- url 'http://irg.cs.ohiou.edu/~eblanton/tcpurify/tcpurify-0.11.2.tar.gz'
- sha1 'd095de38e264afd40de6f2d7c35609a3fab4c92a'
-
- def install
- system "./configure", "--prefix=#{prefix}"
- system "make install"
- end
-
- test do
- system "#{bin}/tcpurify", "-v"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index 5b411f0bb..081b161b0 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -148,6 +148,7 @@ TAP_MIGRATIONS = {
"sylpheed" => "homebrew/x11",
"syslog-ng" => "homebrew/boneyard",
"tabbed" => "homebrew/x11",
+ "tcpurify" => "homebrew/boneyard",
"terminator" => "homebrew/x11",
"tetgen" => "homebrew/science",
"texmacs" => "homebrew/boneyard",