aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libgtextutils.rb15
-rw-r--r--Library/Homebrew/tap_migrations.rb1
2 files changed, 1 insertions, 15 deletions
diff --git a/Library/Formula/libgtextutils.rb b/Library/Formula/libgtextutils.rb
deleted file mode 100644
index 00835f99c..000000000
--- a/Library/Formula/libgtextutils.rb
+++ /dev/null
@@ -1,15 +0,0 @@
-require 'formula'
-
-class Libgtextutils < Formula
- homepage 'http://hannonlab.cshl.edu/fastx_toolkit/'
- url 'http://hannonlab.cshl.edu/fastx_toolkit/libgtextutils-0.6.1.tar.bz2'
- sha1 'dbf1714be75511feae3313904a7449a1f680bc23'
-
- def install
- system "./configure", "--disable-debug",
- "--disable-dependency-tracking",
- "--prefix=#{prefix}"
- system "make"
- system "make install"
- end
-end
diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb
index e585ce64c..3f9bdccbb 100644
--- a/Library/Homebrew/tap_migrations.rb
+++ b/Library/Homebrew/tap_migrations.rb
@@ -5,4 +5,5 @@ TAP_MIGRATIONS = {
'ipopt' => 'homebrew/science',
'qfits' => 'homebrew/boneyard',
'blackbox' => 'homebrew/boneyard',
+ 'libgtextutils' -> 'homebrew/science',
}