Remove redundant :using => :svn
This commit is contained in:
parent
a9f8cd5779
commit
2ab4fa3fae
20 changed files with 34 additions and 32 deletions
|
@ -6,7 +6,7 @@ class Avidemux < Formula
|
|||
url 'http://downloads.sourceforge.net/avidemux/avidemux_2.5.6.tar.gz'
|
||||
sha1 '47205c236bf6a4435b9d4dd944493c7b7e2752f5'
|
||||
|
||||
head 'http://svn.berlios.de/svnroot/repos/avidemux/branches/avidemux_2.5_branch_gruntster', :using => :svn
|
||||
head 'http://svn.berlios.de/svnroot/repos/avidemux/branches/avidemux_2.5_branch_gruntster'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'cmake' => :build
|
||||
|
|
|
@ -6,7 +6,7 @@ class BoostBuild < Formula
|
|||
md5 '0d202cb811f934282dea64856a175698'
|
||||
version '2011.04-svn'
|
||||
|
||||
head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/', :using => :svn
|
||||
head 'http://svn.boost.org/svn/boost/trunk/tools/build/v2/'
|
||||
|
||||
def install
|
||||
if ARGV.build_head?
|
||||
|
|
|
@ -22,7 +22,7 @@ class Boost < Formula
|
|||
url 'http://downloads.sourceforge.net/project/boost/boost/1.49.0/boost_1_49_0.tar.bz2'
|
||||
md5 '0d202cb811f934282dea64856a175698'
|
||||
|
||||
head 'http://svn.boost.org/svn/boost/trunk', :using => :svn
|
||||
head 'http://svn.boost.org/svn/boost/trunk'
|
||||
|
||||
bottle do
|
||||
sha1 '6b706780670a8bec5b3e0355f5dfeeaa37d9a41e' => :lion
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Darwinbuild < Formula
|
||||
head 'http://svn.macosforge.org/repository/darwinbuild/trunk/', :using => :svn
|
||||
homepage 'http://darwinbuild.macosforge.org/'
|
||||
head 'http://svn.macosforge.org/repository/darwinbuild/trunk/'
|
||||
|
||||
def patches
|
||||
DATA
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Eet < Formula
|
||||
url 'http://download.enlightenment.org/releases/eet-1.5.0.tar.gz'
|
||||
homepage 'http://trac.enlightenment.org/e/wiki/Eet'
|
||||
url 'http://download.enlightenment.org/releases/eet-1.5.0.tar.gz'
|
||||
md5 'f6fd734fbf6a2852abf044a2e1a8cabf'
|
||||
head 'http://svn.enlightenment.org/svn/e/trunk/eet/', :using => :svn
|
||||
|
||||
head 'http://svn.enlightenment.org/svn/e/trunk/eet/'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'eina'
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Eina < Formula
|
||||
url 'http://download.enlightenment.org/releases/eina-1.1.0.tar.gz'
|
||||
homepage 'http://trac.enlightenment.org/e/wiki/Eina'
|
||||
url 'http://download.enlightenment.org/releases/eina-1.1.0.tar.gz'
|
||||
md5 'fedb3814427827c1bb777edea3c86298'
|
||||
head 'http://svn.enlightenment.org/svn/e/trunk/eina/', :using => :svn
|
||||
|
||||
head 'http://svn.enlightenment.org/svn/e/trunk/eina/'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Embryo < Formula
|
||||
url 'http://download.enlightenment.org/releases/embryo-1.1.0.tar.gz'
|
||||
homepage 'http://trac.enlightenment.org/e/wiki/Embryo'
|
||||
url 'http://download.enlightenment.org/releases/embryo-1.1.0.tar.gz'
|
||||
md5 'aded5754ee7f586e3a0631e0fa3abcc8'
|
||||
head 'http://svn.enlightenment.org/svn/e/trunk/embryo/', :using => :svn
|
||||
|
||||
head 'http://svn.enlightenment.org/svn/e/trunk/embryo/'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'eina'
|
||||
|
|
|
@ -5,7 +5,7 @@ class Ffmpeg2theora < Formula
|
|||
url 'http://v2v.cc/~j/ffmpeg2theora/downloads/ffmpeg2theora-0.28.tar.bz2'
|
||||
md5 '31e389bfa0719f489af38b6fb2bd0a1f'
|
||||
|
||||
head 'http://svn.xiph.org/trunk/ffmpeg2theora', :using => :svn
|
||||
head 'http://svn.xiph.org/trunk/ffmpeg2theora'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'scons' => :build
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Fmdiff < Formula
|
||||
homepage 'http://www.defraine.net/~brunod/fmdiff/'
|
||||
url 'http://www.defraine.net/~brunod/fmdiff/fmscripts-20110714.tar.gz'
|
||||
md5 '54b5ed94c89acd309effd37187414593'
|
||||
homepage 'http://www.defraine.net/~brunod/fmdiff/'
|
||||
|
||||
head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/', :using => :svn
|
||||
head 'http://soft.vub.ac.be/svn-gen/bdefrain/fmscripts/'
|
||||
|
||||
def install
|
||||
bin.install Dir["fm*"]
|
||||
|
|
|
@ -34,7 +34,7 @@ class Gdal < Formula
|
|||
url 'http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz'
|
||||
md5 '1853f3d8eb5232ae030abe007840cade'
|
||||
|
||||
head 'https://svn.osgeo.org/gdal/trunk/gdal', :using => :svn
|
||||
head 'https://svn.osgeo.org/gdal/trunk/gdal'
|
||||
|
||||
depends_on 'doxygen' => :build
|
||||
|
||||
|
|
|
@ -21,7 +21,8 @@ class Grass < Formula
|
|||
homepage 'http://grass.osgeo.org/'
|
||||
url 'http://grass.osgeo.org/grass64/source/grass-6.4.2.tar.gz'
|
||||
md5 'd3398d6b1e3a2ef19cfb6e39a5ae9919'
|
||||
head 'https://svn.osgeo.org/grass/grass/trunk', :using => :svn
|
||||
|
||||
head 'https://svn.osgeo.org/grass/grass/trunk'
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gettext"
|
||||
|
|
|
@ -5,7 +5,7 @@ class Libogg < Formula
|
|||
url 'http://downloads.xiph.org/releases/ogg/libogg-1.3.0.tar.gz'
|
||||
md5 '0a7eb40b86ac050db3a789ab65fe21c2'
|
||||
|
||||
head 'http://svn.xiph.org/trunk/ogg', :using => :svn
|
||||
head 'http://svn.xiph.org/trunk/ogg'
|
||||
|
||||
if ARGV.build_head?
|
||||
depends_on "automake" => :build
|
||||
|
@ -17,10 +17,7 @@ class Libogg < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
if ARGV.build_head?
|
||||
system "./autogen.sh"
|
||||
end
|
||||
|
||||
system "./autogen.sh" if ARGV.build_head?
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make"
|
||||
|
|
|
@ -5,7 +5,7 @@ class Libvorbis < Formula
|
|||
md5 '798a4211221073c1409f26eac4567e8b'
|
||||
homepage 'http://vorbis.com'
|
||||
|
||||
head 'http://svn.xiph.org/trunk/vorbis', :using => :svn
|
||||
head 'http://svn.xiph.org/trunk/vorbis'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libogg'
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Logtalk < Formula
|
||||
url 'http://logtalk.org/files/lgt2432.tar.bz2'
|
||||
md5 'b5698033aca3c5173b7afe0ce4e84782'
|
||||
version '2.43.2'
|
||||
homepage 'http://logtalk.org'
|
||||
url 'http://logtalk.org/files/lgt2432.tar.bz2'
|
||||
version '2.43.2'
|
||||
md5 'b5698033aca3c5173b7afe0ce4e84782'
|
||||
|
||||
case
|
||||
when ARGV.include?("--swi-prolog")
|
||||
|
@ -17,9 +17,9 @@ class Logtalk < Formula
|
|||
|
||||
case
|
||||
when ARGV.include?("--use-git-head")
|
||||
head 'git://github.com/pmoura/logtalk.git'
|
||||
head 'https://github.com/pmoura/logtalk.git'
|
||||
else
|
||||
head 'http://svn.logtalk.org/logtalk/trunk', :using => :svn
|
||||
head 'http://svn.logtalk.org/logtalk/trunk'
|
||||
end
|
||||
|
||||
def options
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Nmap < Formula
|
||||
url 'http://nmap.org/dist/nmap-5.51.tar.bz2'
|
||||
homepage 'http://nmap.org/5/'
|
||||
url 'http://nmap.org/dist/nmap-5.51.tar.bz2'
|
||||
md5 '0b80d2cb92ace5ebba8095a4c2850275'
|
||||
|
||||
head 'https://guest:@svn.nmap.org/nmap/', :using => :svn
|
||||
|
||||
# Leopard's version of OpenSSL isn't new enough
|
||||
|
|
|
@ -20,8 +20,8 @@ class PostgresqlInstalled < Requirement
|
|||
end
|
||||
|
||||
class Osm2pgsql < Formula
|
||||
head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/', :using => :svn
|
||||
homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql'
|
||||
head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/'
|
||||
|
||||
if MacOS.xcode_version >= "4.3"
|
||||
depends_on "automake" => :build
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class Otx < Formula
|
||||
head 'http://otx.osxninja.com/builds/trunk/', :using => :svn
|
||||
homepage 'http://otx.osxninja.com/'
|
||||
head 'http://otx.osxninja.com/builds/trunk/', :using => :svn
|
||||
|
||||
def install
|
||||
system 'xcodebuild SYMROOT=build'
|
||||
|
|
|
@ -9,7 +9,7 @@ class Postgis < Formula
|
|||
url 'http://postgis.org/download/postgis-2.0.0.tar.gz'
|
||||
md5 '639d2b5d6a7dc94ea2e60d6942a615bc'
|
||||
|
||||
head 'http://svn.osgeo.org/postgis/trunk/', :using => :svn
|
||||
head 'http://svn.osgeo.org/postgis/trunk/'
|
||||
|
||||
depends_on 'postgresql'
|
||||
depends_on 'proj'
|
||||
|
|
|
@ -5,7 +5,7 @@ class Ruby < Formula
|
|||
url 'http://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.3-p194.tar.gz'
|
||||
sha256 '46e2fa80be7efed51bd9cdc529d1fe22ebc7567ee0f91db4ab855438cf4bd8bb'
|
||||
|
||||
head 'http://svn.ruby-lang.org/repos/ruby/trunk/', :using => :svn
|
||||
head 'http://svn.ruby-lang.org/repos/ruby/trunk/'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'readline'
|
||||
|
|
|
@ -5,7 +5,7 @@ class SagaCore < Formula
|
|||
url 'http://download.saga.cct.lsu.edu/saga-core/saga-core-1.6.tgz'
|
||||
md5 'a5cda84bdae1f96646f39fda0aa7db73'
|
||||
|
||||
head 'https://svn.cct.lsu.edu/repos/saga/core/trunk/', :using => :svn
|
||||
head 'https://svn.cct.lsu.edu/repos/saga/core/trunk/'
|
||||
|
||||
depends_on 'boost'
|
||||
depends_on 'postgresql'
|
||||
|
|
Loading…
Reference in a new issue