diff options
| author | Adam Vandenberg | 2013-11-18 22:32:56 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-18 22:32:56 -0800 |
| commit | 3a6539cbb3cd30c8384594db3d12ae07441cb144 (patch) | |
| tree | 526111abb41eb49c52c8e9f76eda9c554f81f2ad /Library | |
| parent | fe019ad2ed5992ca34cf2b3e43588fa36f4ededc (diff) | |
| download | homebrew-3a6539cbb3cd30c8384594db3d12ae07441cb144.tar.bz2 | |
Move libgtextutils to homebrew-science
Closes #23972.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libgtextutils.rb | 15 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
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', } |
