diff options
| author | Adam Vandenberg | 2010-07-23 21:34:02 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-23 21:34:02 -0700 |
| commit | e17468ea912adf1f539a4a0616f5376bf6d3d39e (patch) | |
| tree | 2bbfd5b51594fc2a312a3dd9978dbefe9d978ba6 /Library | |
| parent | d111868d025dc492a0e47acd7c71c118a3d40088 (diff) | |
| download | homebrew-e17468ea912adf1f539a4a0616f5376bf6d3d39e.tar.bz2 | |
Fix indentation discovered by 'brew audit'.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/confuse.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/eigen.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gwenhywfar.rb | 7 | ||||
| -rw-r--r-- | Library/Formula/hercules.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/openldap.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/rfcdiff.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/tarsnap.rb | 2 |
7 files changed, 10 insertions, 11 deletions
diff --git a/Library/Formula/confuse.rb b/Library/Formula/confuse.rb index 271150f9d..661d3c2e0 100644 --- a/Library/Formula/confuse.rb +++ b/Library/Formula/confuse.rb @@ -5,7 +5,7 @@ class Confuse <Formula homepage 'http://www.nongnu.org/confuse/' md5 '45932fdeeccbb9ef4228f1c1a25e9c8f' - depends_on 'pkg-config' + depends_on 'pkg-config' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/eigen.rb b/Library/Formula/eigen.rb index 722e6c7e1..a74d64485 100644 --- a/Library/Formula/eigen.rb +++ b/Library/Formula/eigen.rb @@ -5,7 +5,7 @@ class Eigen <Formula homepage 'http://eigen.tuxfamily.org/' md5 'd0195ac20bcd91602db8ca967a21e9ec' - depends_on 'cmake' + depends_on 'cmake' def install system "cmake . #{std_cmake_parameters}" diff --git a/Library/Formula/gwenhywfar.rb b/Library/Formula/gwenhywfar.rb index b558d9483..0618f8c6a 100644 --- a/Library/Formula/gwenhywfar.rb +++ b/Library/Formula/gwenhywfar.rb @@ -5,11 +5,10 @@ class Gwenhywfar <Formula homepage 'http://gwenhywfar.sourceforge.net/' md5 '9ab62d881a0f39d4b07ea0badff7201f' - depends_on 'pkg-config' - depends_on 'gettext' - depends_on 'gnutls' + depends_on 'pkg-config' + depends_on 'gettext' + depends_on 'gnutls' - def install fails_with_llvm "llvm results in a sigsegfault during compile" system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" diff --git a/Library/Formula/hercules.rb b/Library/Formula/hercules.rb index 2851e0ca9..b96f0d330 100644 --- a/Library/Formula/hercules.rb +++ b/Library/Formula/hercules.rb @@ -5,7 +5,7 @@ class Hercules <Formula homepage 'http://www.hercules-390.org/' md5 '3a356b251e2b7fc49ac2b7244d12d50b' - depends_on 'gawk' + depends_on 'gawk' def install # Since Homebrew optimizes for us, tell Hercules not to. diff --git a/Library/Formula/openldap.rb b/Library/Formula/openldap.rb index 96d0206a8..5408bfee5 100644 --- a/Library/Formula/openldap.rb +++ b/Library/Formula/openldap.rb @@ -5,7 +5,7 @@ class Openldap <Formula homepage 'http://www.openldap.org/software/' md5 '90150b8c0d0192e10b30157e68844ddf' - depends_on 'berkeley-db' + depends_on 'berkeley-db' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" diff --git a/Library/Formula/rfcdiff.rb b/Library/Formula/rfcdiff.rb index 217dacc57..20aaa7502 100644 --- a/Library/Formula/rfcdiff.rb +++ b/Library/Formula/rfcdiff.rb @@ -5,8 +5,8 @@ class Rfcdiff <Formula homepage 'http://tools.ietf.org/tools/rfcdiff/' md5 '127e724c8263e10ed74a2f74705930cb' - depends_on 'wdiff' - depends_on 'gawk' => :recommended + depends_on 'wdiff' + depends_on 'gawk' => :recommended def install bin.install "rfcdiff" diff --git a/Library/Formula/tarsnap.rb b/Library/Formula/tarsnap.rb index c0d3c9075..3eb38ce94 100644 --- a/Library/Formula/tarsnap.rb +++ b/Library/Formula/tarsnap.rb @@ -5,7 +5,7 @@ class Tarsnap <Formula homepage 'http://www.tarsnap.com/' sha256 'e26dc7c2aa64c17d8063bc61462d1a0f546b56e33b41fbd2fd6925e506c6914f' - depends_on 'lzma' => :optional + depends_on 'lzma' => :optional def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--enable-sse2" |
