diff options
| author | Jack Nagel | 2014-05-04 15:09:38 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-04 15:09:38 -0500 |
| commit | 41c244f8720285400682fc6b12e2c267a163d766 (patch) | |
| tree | 31a733b5e0c2f735f375ef8eb044fd629836d3a1 /Library | |
| parent | 07e346655cdafa90521e4cf591df630d4847cac6 (diff) | |
| download | homebrew-41c244f8720285400682fc6b12e2c267a163d766.tar.bz2 | |
Remove iulib
Closes #27238.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/iulib.rb | 54 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 54 deletions
diff --git a/Library/Formula/iulib.rb b/Library/Formula/iulib.rb deleted file mode 100644 index 65b8488cd..000000000 --- a/Library/Formula/iulib.rb +++ /dev/null @@ -1,54 +0,0 @@ -require 'formula' - -class Iulib < Formula - homepage 'http://code.google.com/p/iulib/' - url 'https://iulib.googlecode.com/files/iulib-0.4.tgz' - sha1 '96a006f806a650886fdd59b1239f6e56d1a864c1' - revision 1 - - depends_on :autoconf - depends_on :automake - depends_on :libtool - depends_on "libpng" - depends_on "jpeg" - depends_on "libtiff" - - patch :DATA # fixes errors in header calls - - def install - system "aclocal" - system "./build", "--prefix=#{prefix}" - system "make" - system "make install" - end -end - -__END__ -diff --git a/imglib/iulib.h b/imglib/iulib.h -index bc0eb34..06762c5 100644 ---- a/../iulib-0.41/imglib/iulib.h -+++ b/imglib/iulib.h -@@ -27,10 +27,10 @@ - #ifndef iulib_h__ - #define iulib_h__ - #include "colib/colib.h" --#include "bithacks.h" --#include "imgbitptr.h" --#include "imgbits.h" --#include "imgrle.h" -+#include "imgbits/bithacks.h" -+#include "imgbits/imgbitptr.h" -+#include "imgbits/imgbits.h" -+#include "imgbits/imgrle.h" - #include "autoinvert.h" - #include "imgio.h" - #include "io_jpeg.h" -@@ -50,6 +50,6 @@ - #include "imgrescale.h" - #include "imgthin.h" - #include "imgtrace.h" --#include "dgraphics.h" --#include "vidio.h" -+#include "utils/dgraphics.h" -+#include "vidio/vidio.h" - #endif diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 70e8b9886..8dc85bcd1 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -14,6 +14,7 @@ TAP_MIGRATIONS = { "hugs98" => "homebrew/boneyard", "hwloc" => "homebrew/science", "ipopt" => "homebrew/science", + "iulib" => "homebrew/boneyard", "jscoverage" => "homebrew/boneyard", "jsl" => "homebrew/binary", "kerl" => "homebrew/headonly", |
