From 3a6539cbb3cd30c8384594db3d12ae07441cb144 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 18 Nov 2013 22:32:56 -0800 Subject: Move libgtextutils to homebrew-science Closes #23972. --- Library/Formula/libgtextutils.rb | 15 --------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 Library/Formula/libgtextutils.rb (limited to 'Library') 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', } -- cgit v1.2.3