aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-28 17:14:32 -0500
committerJack Nagel2014-05-28 17:14:32 -0500
commit0b9640b4e1e08e7ab86beb73108c02005d8d1425 (patch)
treef3f36c491ba62ef9e263a6d1038d564aaea84f93 /Library
parentc741abefc3b33138172d97c872954a12a3ef90ba (diff)
downloadhomebrew-0b9640b4e1e08e7ab86beb73108c02005d8d1425.tar.bz2
Fix various indentation issues
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/burp.rb8
-rw-r--r--Library/Formula/gnupg-pkcs11-scd.rb50
-rw-r--r--Library/Formula/metaproxy.rb2
-rw-r--r--Library/Formula/midicsv.rb2
-rw-r--r--Library/Formula/pike.rb4
-rw-r--r--Library/Formula/uade.rb2
6 files changed, 34 insertions, 34 deletions
diff --git a/Library/Formula/burp.rb b/Library/Formula/burp.rb
index 933f104f5..9c00df220 100644
--- a/Library/Formula/burp.rb
+++ b/Library/Formula/burp.rb
@@ -13,10 +13,10 @@ class Burp < Formula
patch :DATA
def install
- system "./configure", "--prefix=#{prefix}",
- "--sysconfdir=#{etc}/burp",
- "--sbindir=#{bin}",
- "--localstatedir=#{var}/burp"
+ system "./configure", "--prefix=#{prefix}",
+ "--sysconfdir=#{etc}/burp",
+ "--sbindir=#{bin}",
+ "--localstatedir=#{var}/burp"
system "make", "install"
end
diff --git a/Library/Formula/gnupg-pkcs11-scd.rb b/Library/Formula/gnupg-pkcs11-scd.rb
index bf5eb2dc9..c47297f45 100644
--- a/Library/Formula/gnupg-pkcs11-scd.rb
+++ b/Library/Formula/gnupg-pkcs11-scd.rb
@@ -1,33 +1,33 @@
require 'formula'
class GnupgPkcs11Scd < Formula
- homepage 'http://gnupg-pkcs11.sourceforge.net'
- url 'https://github.com/alonbl/gnupg-pkcs11-scd/archive/gnupg-pkcs11-scd-0.7.3.tar.gz'
- sha1 '60a3d523f5e814c89eeff69b12f9d0adb0d63937'
- revision 1
+ homepage 'http://gnupg-pkcs11.sourceforge.net'
+ url 'https://github.com/alonbl/gnupg-pkcs11-scd/archive/gnupg-pkcs11-scd-0.7.3.tar.gz'
+ sha1 '60a3d523f5e814c89eeff69b12f9d0adb0d63937'
+ revision 1
- head 'https://github.com/alonbl/gnupg-pkcs11-scd.git'
+ head 'https://github.com/alonbl/gnupg-pkcs11-scd.git'
- depends_on 'autoconf' => :build
- depends_on 'automake' => :build
- depends_on 'libtool' => :build
- depends_on 'pkg-config' => :build
- depends_on 'libgpg-error'
- depends_on 'libassuan'
- depends_on 'libgcrypt'
- depends_on 'pkcs11-helper'
+ depends_on 'autoconf' => :build
+ depends_on 'automake' => :build
+ depends_on 'libtool' => :build
+ depends_on 'pkg-config' => :build
+ depends_on 'libgpg-error'
+ depends_on 'libassuan'
+ depends_on 'libgcrypt'
+ depends_on 'pkcs11-helper'
- def install
- system "autoreconf", "-fvi"
- system "./configure", "--disable-dependency-tracking",
- "--with-libgpg-error-prefix=#{Formula["libgpg-error"].opt_prefix}",
- "--with-libassuan-prefix=#{Formula["libassuan"].opt_prefix}",
- "--with-libgcrypt-prefix=#{Formula["libgcrypt"].opt_prefix}",
- "--prefix=#{prefix}"
- system "make install"
- end
+ def install
+ system "autoreconf", "-fvi"
+ system "./configure", "--disable-dependency-tracking",
+ "--with-libgpg-error-prefix=#{Formula["libgpg-error"].opt_prefix}",
+ "--with-libassuan-prefix=#{Formula["libassuan"].opt_prefix}",
+ "--with-libgcrypt-prefix=#{Formula["libgcrypt"].opt_prefix}",
+ "--prefix=#{prefix}"
+ system "make install"
+ end
- test do
- system "#{bin}/gnupg-pkcs11-scd --help > /dev/null ; [ $? -eq 1 ]"
- end
+ test do
+ system "#{bin}/gnupg-pkcs11-scd --help > /dev/null ; [ $? -eq 1 ]"
+ end
end
diff --git a/Library/Formula/metaproxy.rb b/Library/Formula/metaproxy.rb
index 1912c1761..373c9a03e 100644
--- a/Library/Formula/metaproxy.rb
+++ b/Library/Formula/metaproxy.rb
@@ -40,5 +40,5 @@ class Metaproxy < Formula
EOS
system "#{bin}/metaproxy", "-t", "--config", "#{testpath}/test-config.xml"
- end
+ end
end
diff --git a/Library/Formula/midicsv.rb b/Library/Formula/midicsv.rb
index 12207e1b7..556122255 100644
--- a/Library/Formula/midicsv.rb
+++ b/Library/Formula/midicsv.rb
@@ -19,5 +19,5 @@ class Midicsv < Formula
test do
system "#{bin}/midicsv", "-u"
- end
+ end
end
diff --git a/Library/Formula/pike.rb b/Library/Formula/pike.rb
index 68a964bb7..d62bb1391 100644
--- a/Library/Formula/pike.rb
+++ b/Library/Formula/pike.rb
@@ -95,8 +95,8 @@ class Pike < Formula
"include_path=#{libexec}/include",
"INSTALLARGS=--traditional"
- bin.install_symlink "#{libexec}/bin/pike"
- share.install_symlink "#{libexec}/share/man"
+ bin.install_symlink "#{libexec}/bin/pike"
+ share.install_symlink "#{libexec}/share/man"
end
test do
diff --git a/Library/Formula/uade.rb b/Library/Formula/uade.rb
index 8a6317c16..21959d04b 100644
--- a/Library/Formula/uade.rb
+++ b/Library/Formula/uade.rb
@@ -17,7 +17,7 @@ class Uade < Formula
depends_on 'libao'
resource "bencode-tools" do
- url "https://github.com/heikkiorsila/bencode-tools.git"
+ url "https://github.com/heikkiorsila/bencode-tools.git"
end
def install