aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-04-18 19:37:43 -0700
committerAdam Vandenberg2012-04-19 21:06:00 -0700
commit78de146651d6328d2d026d3825abca46011624ea (patch)
treef0416ba26a81b9fd4b7930b4e0ec7e737f39d1bc /Library
parent15b06c5ddc9fce5483c01b0f633fce3ec8253665 (diff)
downloadhomebrew-78de146651d6328d2d026d3825abca46011624ea.tar.bz2
Remove redundant :using specs
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cmus.rb3
-rw-r--r--Library/Formula/couchdb.rb2
-rw-r--r--Library/Formula/cpansearch.rb3
-rw-r--r--Library/Formula/csshx.rb1
-rw-r--r--Library/Formula/dash.rb3
-rw-r--r--Library/Formula/e2fsprogs.rb3
-rw-r--r--Library/Formula/elinks.rb2
-rw-r--r--Library/Formula/exodriver.rb2
-rw-r--r--Library/Formula/falcon.rb4
-rw-r--r--Library/Formula/gremlin.rb5
-rw-r--r--Library/Formula/groovyserv.rb3
-rw-r--r--Library/Formula/ical-buddy.rb5
-rw-r--r--Library/Formula/jbig2enc.rb2
-rw-r--r--Library/Formula/leiningen.rb2
-rw-r--r--Library/Formula/libemu.rb2
-rw-r--r--Library/Formula/libimobiledevice.rb2
-rw-r--r--Library/Formula/llvm.rb6
-rw-r--r--Library/Formula/luajit.rb3
-rw-r--r--Library/Formula/ranger.rb3
-rw-r--r--Library/Formula/redo.rb2
-rw-r--r--Library/Formula/synfig.rb2
-rw-r--r--Library/Formula/v8.rb2
22 files changed, 36 insertions, 26 deletions
diff --git a/Library/Formula/cmus.rb b/Library/Formula/cmus.rb
index 05acc3251..403fc19ca 100644
--- a/Library/Formula/cmus.rb
+++ b/Library/Formula/cmus.rb
@@ -4,7 +4,8 @@ class Cmus < Formula
url 'http://downloads.sourceforge.net/cmus/cmus-v2.4.3.tar.bz2'
homepage 'http://cmus.sourceforge.net/'
md5 '75452cf007637214c4ab5444e076114b'
- head 'https://git.gitorious.org/cmus/cmus.git', :using => :git
+
+ head 'https://git.gitorious.org/cmus/cmus.git'
depends_on 'pkg-config' => :build
depends_on 'libao'
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index 3352b2848..e0c8dfff8 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -5,7 +5,7 @@ class Couchdb < Formula
homepage "http://couchdb.apache.org/"
md5 'cd126219b9cb69a4c521abd6960807a6'
- head 'http://git-wip-us.apache.org/repos/asf/couchdb.git', :using => :git
+ head 'http://git-wip-us.apache.org/repos/asf/couchdb.git'
depends_on 'help2man' => :build
depends_on 'spidermonkey'
diff --git a/Library/Formula/cpansearch.rb b/Library/Formula/cpansearch.rb
index ec7a1fd19..a3a54750c 100644
--- a/Library/Formula/cpansearch.rb
+++ b/Library/Formula/cpansearch.rb
@@ -4,7 +4,8 @@ class Cpansearch < Formula
homepage 'https://github.com/c9s/cpansearch'
url 'https://github.com/c9s/cpansearch/tarball/0.1'
md5 '470acb92617d77d7c9809effa3edde6d'
- head 'https://github.com/c9s/cpansearch.git', :using => :git
+
+ head 'https://github.com/c9s/cpansearch.git'
depends_on 'glib'
diff --git a/Library/Formula/csshx.rb b/Library/Formula/csshx.rb
index 94929284a..e4bdbe257 100644
--- a/Library/Formula/csshx.rb
+++ b/Library/Formula/csshx.rb
@@ -4,6 +4,7 @@ class Csshx < Formula
url 'http://csshx.googlecode.com/files/csshX-0.74.tgz'
homepage 'http://code.google.com/p/csshx/'
md5 '5e25d4812d98c3a6b2436aaf4e23c02c'
+
head 'https://code.google.com/p/csshx/', :using => :git
def install
diff --git a/Library/Formula/dash.rb b/Library/Formula/dash.rb
index 6923558cb..0e164e51c 100644
--- a/Library/Formula/dash.rb
+++ b/Library/Formula/dash.rb
@@ -4,7 +4,8 @@ class Dash < Formula
url 'http://gondor.apana.org.au/~herbert/dash/files/dash-0.5.7.tar.gz'
homepage 'http://gondor.apana.org.au/~herbert/dash/'
sha1 'a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6'
- head 'https://git.kernel.org/pub/scm/utils/dash/dash.git', :using => :git
+
+ head 'https://git.kernel.org/pub/scm/utils/dash/dash.git'
depends_on "automake" if MacOS.xcode_version >= "4.3" and ARGV.build_head?
diff --git a/Library/Formula/e2fsprogs.rb b/Library/Formula/e2fsprogs.rb
index ff9ba5aa8..e54e1d421 100644
--- a/Library/Formula/e2fsprogs.rb
+++ b/Library/Formula/e2fsprogs.rb
@@ -4,7 +4,8 @@ class E2fsprogs < Formula
homepage 'http://e2fsprogs.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v1.42.2/e2fsprogs-1.42.2.tar.gz'
md5 '04f4561a54ad0419248316a00c016baa'
- head 'https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git', :using => :git
+
+ head 'https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git'
keg_only "This brew installs several commands which override OS X-provided file system commands."
diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb
index 850045e2d..b46d5eccf 100644
--- a/Library/Formula/elinks.rb
+++ b/Library/Formula/elinks.rb
@@ -5,7 +5,7 @@ class Elinks < Formula
url 'http://elinks.or.cz/download/elinks-0.11.7.tar.bz2'
md5 'fcd087a6d2415cd4c6fd1db53dceb646'
- head 'http://elinks.cz/elinks.git', :using => :git
+ head 'http://elinks.cz/elinks.git'
devel do
version '0.12pre5'
diff --git a/Library/Formula/exodriver.rb b/Library/Formula/exodriver.rb
index faa1cbb78..eaab0809e 100644
--- a/Library/Formula/exodriver.rb
+++ b/Library/Formula/exodriver.rb
@@ -5,7 +5,7 @@ class Exodriver < Formula
url 'https://github.com/labjack/exodriver/tarball/v2.0.4'
md5 '9208085ee8a9166898dc812b9d7e1905'
- head 'https://github.com/labjack/exodriver.git', :using => :git
+ head 'https://github.com/labjack/exodriver.git'
depends_on 'libusb'
diff --git a/Library/Formula/falcon.rb b/Library/Formula/falcon.rb
index 60e1f0776..d6e316260 100644
--- a/Library/Formula/falcon.rb
+++ b/Library/Formula/falcon.rb
@@ -1,11 +1,11 @@
require 'formula'
class Falcon < Formula
- url 'http://falconpl.org/project_dl/_official_rel/Falcon-0.9.6.8.tgz'
homepage 'http://www.falconpl.org/'
+ url 'http://falconpl.org/project_dl/_official_rel/Falcon-0.9.6.8.tgz'
md5 '8435f6f2fe95097ac2fbe000da97c242'
- head 'http://git.falconpl.org/falcon.git', :branch => 'master', :using => :git
+ head 'http://git.falconpl.org/falcon.git'
depends_on 'cmake' => :build
depends_on 'pcre'
diff --git a/Library/Formula/gremlin.rb b/Library/Formula/gremlin.rb
index 70b4702c3..be48cb297 100644
--- a/Library/Formula/gremlin.rb
+++ b/Library/Formula/gremlin.rb
@@ -1,10 +1,11 @@
require 'formula'
class Gremlin < Formula
- url 'https://github.com/downloads/tinkerpop/gremlin/gremlin-1.3.zip'
homepage 'http://gremlin.tinkerpop.com/'
+ url 'https://github.com/downloads/tinkerpop/gremlin/gremlin-1.3.zip'
md5 'c524ee20e119c3b6059cfd0b7873d94c'
- head 'https://github.com/tinkerpop/gremlin.git', :using => :git
+
+ head 'https://github.com/tinkerpop/gremlin.git'
depends_on 'maven' if ARGV.build_head?
diff --git a/Library/Formula/groovyserv.rb b/Library/Formula/groovyserv.rb
index d8ca52c34..db11fc2d5 100644
--- a/Library/Formula/groovyserv.rb
+++ b/Library/Formula/groovyserv.rb
@@ -4,7 +4,8 @@ class Groovyserv < Formula
homepage 'http://kobo.github.com/groovyserv/'
url 'https://github.com/downloads/kobo/groovyserv/groovyserv-0.9-src.zip'
sha1 '54464608f90a381b44cf7959136e1b1f31a3919c'
- head 'https://github.com/kobo/groovyserv.git', :using => :git
+
+ head 'https://github.com/kobo/groovyserv.git'
depends_on 'gradle' => :build
depends_on 'groovy'
diff --git a/Library/Formula/ical-buddy.rb b/Library/Formula/ical-buddy.rb
index e10012bfb..4f8729b7f 100644
--- a/Library/Formula/ical-buddy.rb
+++ b/Library/Formula/ical-buddy.rb
@@ -5,11 +5,10 @@ require 'formula'
class IcalBuddy < Formula
homepage 'http://hasseg.org/icalBuddy/'
- url 'http://hasseg.org/git-public/icalBuddy.git', :tag => 'v1.8.0',
- :using => :git
+ url 'http://hasseg.org/git-public/icalBuddy.git', :tag => 'v1.8.0'
version '1.8.0'
- head 'http://hasseg.org/git-public/icalBuddy.git', :using => :git
+ head 'http://hasseg.org/git-public/icalBuddy.git'
def install
arch = MacOS.prefer_64_bit? ? "x86_64" : "i386"
diff --git a/Library/Formula/jbig2enc.rb b/Library/Formula/jbig2enc.rb
index ed0138ffc..b9904a3fc 100644
--- a/Library/Formula/jbig2enc.rb
+++ b/Library/Formula/jbig2enc.rb
@@ -2,7 +2,7 @@ require 'formula'
class Jbig2enc < Formula
homepage 'https://github.com/agl/jbig2enc'
- url 'https://github.com/agl/jbig2enc.git', :using => :git,
+ url 'https://github.com/agl/jbig2enc.git',
:tag => '17b36fad1e64a378f11eb934e8ca25f4b0008a4f'
version '0.27-17b36fa'
diff --git a/Library/Formula/leiningen.rb b/Library/Formula/leiningen.rb
index 3e7b825bd..a7e6051b7 100644
--- a/Library/Formula/leiningen.rb
+++ b/Library/Formula/leiningen.rb
@@ -5,7 +5,7 @@ class Leiningen < Formula
url 'http://github.com/technomancy/leiningen/tarball/1.7.1'
md5 'd3f7deb045e0f3430f464553b77b6589'
- head 'https://github.com/technomancy/leiningen.git', :using => :git
+ head 'https://github.com/technomancy/leiningen.git'
def install
bin.install "bin/lein"
diff --git a/Library/Formula/libemu.rb b/Library/Formula/libemu.rb
index 9499585a5..331521e16 100644
--- a/Library/Formula/libemu.rb
+++ b/Library/Formula/libemu.rb
@@ -5,7 +5,7 @@ def use_python?
end
class Libemu < Formula
- head 'http://git.carnivore.it/libemu.git', :using => :git
+ head 'http://git.carnivore.it/libemu.git'
homepage 'http://libemu.carnivore.it/'
depends_on 'pkg-config' => :build
diff --git a/Library/Formula/libimobiledevice.rb b/Library/Formula/libimobiledevice.rb
index 1a6a53e12..4cf1f8aaf 100644
--- a/Library/Formula/libimobiledevice.rb
+++ b/Library/Formula/libimobiledevice.rb
@@ -5,7 +5,7 @@ class Libimobiledevice < Formula
url 'http://www.libimobiledevice.org/downloads/libimobiledevice-1.1.1.tar.bz2'
md5 'cdc13037e822d9ac2e109536701d153a'
- head 'http://cgit.sukimashita.com/libimobiledevice.git', :using => :git
+ head 'http://cgit.sukimashita.com/libimobiledevice.git'
depends_on 'pkg-config' => :build
depends_on 'libtasn1'
diff --git a/Library/Formula/llvm.rb b/Library/Formula/llvm.rb
index 8ca9f1260..d09ca57f1 100644
--- a/Library/Formula/llvm.rb
+++ b/Library/Formula/llvm.rb
@@ -10,17 +10,19 @@ def build_jit?; ARGV.include? '--jit'; end
class Clang < Formula
homepage 'http://llvm.org/'
- head 'http://llvm.org/git/clang.git', :using => :git
url 'http://llvm.org/releases/3.0/clang-3.0.tar.gz'
md5 '43350706ae6cf05d0068885792ea0591'
+
+ head 'http://llvm.org/git/clang.git'
end
class Llvm < Formula
homepage 'http://llvm.org/'
- head 'http://llvm.org/git/llvm.git', :using => :git
url 'http://llvm.org/releases/3.0/llvm-3.0.tar.gz'
md5 'a8e5f5f1c1adebae7b4a654c376a6005'
+ head 'http://llvm.org/git/llvm.git'
+
bottle do
sha1 'f6feaab7d1e4f45cd5f0b63d465e65f491fcc27c' => :lion
sha1 '0b4a9baac5cd07192f992ef3621371e9cde3979a' => :snowleopard
diff --git a/Library/Formula/luajit.rb b/Library/Formula/luajit.rb
index 47f3db89d..87df7c304 100644
--- a/Library/Formula/luajit.rb
+++ b/Library/Formula/luajit.rb
@@ -4,7 +4,8 @@ class Luajit < Formula
homepage 'http://luajit.org/luajit.html'
url 'http://luajit.org/download/LuaJIT-2.0.0-beta9.tar.gz'
md5 'e7e03e67e2550817358bc28b44270c6d'
- head 'http://luajit.org/git/luajit-2.0.git', :using => :git
+
+ head 'http://luajit.org/git/luajit-2.0.git'
# Skip cleaning both empty folders and bin/libs so external symbols still work.
skip_clean :all
diff --git a/Library/Formula/ranger.rb b/Library/Formula/ranger.rb
index 00f664daa..7b65880f5 100644
--- a/Library/Formula/ranger.rb
+++ b/Library/Formula/ranger.rb
@@ -4,7 +4,8 @@ class Ranger < Formula
homepage 'http://ranger.nongnu.org/'
url 'http://nongnu.org/ranger/ranger-1.5.3.tar.gz'
md5 'ab90a2aa4d77cacbd47f45ed6b7c58f2'
- head 'git://git.savannah.nongnu.org/ranger.git', :using => :git
+
+ head 'git://git.savannah.nongnu.org/ranger.git'
def install
man1.install 'doc/ranger.1'
diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb
index e50126923..1c365c9e3 100644
--- a/Library/Formula/redo.rb
+++ b/Library/Formula/redo.rb
@@ -1,7 +1,7 @@
require 'formula'
class RedoDocs < Formula
- head 'https://github.com/apenwarr/redo.git', {:using => :git, :branch => 'man' }
+ head 'https://github.com/apenwarr/redo.git', :branch => 'man'
version 'foo'
end
diff --git a/Library/Formula/synfig.rb b/Library/Formula/synfig.rb
index 0bc1727f7..7f81c908d 100644
--- a/Library/Formula/synfig.rb
+++ b/Library/Formula/synfig.rb
@@ -5,7 +5,7 @@ class Synfig < Formula
homepage 'http://synfig.org'
md5 '9bd77cd2fc2381adfbd50a7b9c1c6e7c'
- head 'git://synfig.git.sourceforge.net/gitroot/synfig/synfig', :using => :git
+ head 'git://synfig.git.sourceforge.net/gitroot/synfig/synfig'
depends_on 'pkg-config' => :build
depends_on 'gettext'
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb
index 678b7c29b..14102ed67 100644
--- a/Library/Formula/v8.rb
+++ b/Library/Formula/v8.rb
@@ -6,7 +6,7 @@ class V8 < Formula
url 'https://github.com/v8/v8/tarball/3.9.24'
sha1 '111bf871bda84e72fdf93f2877d97591b918db2a'
- head 'https://github.com/v8/v8.git', :using => :git
+ head 'https://github.com/v8/v8.git'
depends_on 'scons' => :build