aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-12-19 16:27:28 -0500
committerJack Nagel2014-12-19 16:27:28 -0500
commit03a79de7235d5a077c232d5657d9a9ec50ffba7d (patch)
treeb3108bc9679d5d841670bf25221a240ea2605f54
parent73f23851d00dd88fe5a2c95fdc1cf8196d71118a (diff)
downloadhomebrew-03a79de7235d5a077c232d5657d9a9ec50ffba7d.tar.bz2
Fix places where bottle block was inserted incorrectly
-rw-r--r--Library/Formula/cardpeek.rb16
-rw-r--r--Library/Formula/gmtl.rb14
-rw-r--r--Library/Formula/mkvdts2ac3.rb14
-rw-r--r--Library/Formula/open-scene-graph.rb14
4 files changed, 28 insertions, 30 deletions
diff --git a/Library/Formula/cardpeek.rb b/Library/Formula/cardpeek.rb
index c2b025fe6..6a0cbde0e 100644
--- a/Library/Formula/cardpeek.rb
+++ b/Library/Formula/cardpeek.rb
@@ -5,13 +5,6 @@ class Cardpeek < Formula
stable do
url "http://downloads.pannetrat.com/get/302b8a00996e9f4180ad/cardpeek-0.8.3.tar.gz"
- bottle do
- cellar :any
- sha1 "71775a85560719e72a31284f1852b236daebab7c" => :mavericks
- sha1 "8801e8e235850927169195d1beac9a44566ba33c" => :mountain_lion
- sha1 "d6522d6a501745e2a3ef0744a06e78a6690f81be" => :lion
- end
-
mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/Cardpeek/cardpeek-0.8.3.tar.gz"
sha1 "8cc9c0652f0214ec06badb5b86974c66ca035a43"
@@ -22,10 +15,15 @@ class Cardpeek < Formula
end
end
- head do
- url "https://cardpeek.googlecode.com/svn/trunk/"
+ bottle do
+ cellar :any
+ sha1 "71775a85560719e72a31284f1852b236daebab7c" => :mavericks
+ sha1 "8801e8e235850927169195d1beac9a44566ba33c" => :mountain_lion
+ sha1 "d6522d6a501745e2a3ef0744a06e78a6690f81be" => :lion
end
+ head "https://cardpeek.googlecode.com/svn/trunk/"
+
depends_on "pkg-config" => :build
depends_on "glib"
depends_on "autoconf" => :build
diff --git a/Library/Formula/gmtl.rb b/Library/Formula/gmtl.rb
index 028723d8a..e25ac63fc 100644
--- a/Library/Formula/gmtl.rb
+++ b/Library/Formula/gmtl.rb
@@ -5,13 +5,6 @@ class Gmtl < Formula
stable do
url "https://downloads.sourceforge.net/project/ggt/Generic%20Math%20Template%20Library/0.6.1/gmtl-0.6.1.tar.gz"
- bottle do
- cellar :any
- sha1 "905af4149c167870069b22d3cb082897f8bf1259" => :mavericks
- sha1 "09ef2b92b09f46a1ee33866fda35494bbe545819" => :mountain_lion
- sha1 "3444ed4b6eb1859a64f3f7250656ae5c1e074fd3" => :lion
- end
-
sha1 "473a454d17956d3ce3babafdb57f73c0685579fd"
# Build assumes that Python is a framework, which isn't always true. See:
@@ -20,6 +13,13 @@ class Gmtl < Formula
patch :DATA
end
+ bottle do
+ cellar :any
+ sha1 "905af4149c167870069b22d3cb082897f8bf1259" => :mavericks
+ sha1 "09ef2b92b09f46a1ee33866fda35494bbe545819" => :mountain_lion
+ sha1 "3444ed4b6eb1859a64f3f7250656ae5c1e074fd3" => :lion
+ end
+
head 'https://ggt.svn.sourceforge.net/svnroot/ggt/trunk/'
depends_on 'scons' => :build
diff --git a/Library/Formula/mkvdts2ac3.rb b/Library/Formula/mkvdts2ac3.rb
index 87221d7fb..b318d072d 100644
--- a/Library/Formula/mkvdts2ac3.rb
+++ b/Library/Formula/mkvdts2ac3.rb
@@ -2,22 +2,22 @@ require "formula"
class Mkvdts2ac3 < Formula
homepage "https://github.com/JakeWharton/mkvdts2ac3"
+ revision 2
stable do
url "https://github.com/JakeWharton/mkvdts2ac3/archive/1.6.0.tar.gz"
- bottle do
- cellar :any
- sha1 "375129c89ce29fe5135b45d5f9a046b2372f39a4" => :mavericks
- sha1 "dc7850a65fd6d181396a69deb0713b9ae7dad7a6" => :mountain_lion
- end
-
sha1 "e427eb6875d935dc228c42e99c3cd19c7ceaa322"
# patch with upstream fix for newer mkvtoolnix compatibility
# https://github.com/JakeWharton/mkvdts2ac3/commit/f5008860e7ec2cbd950a0628c979f06387bf76d0
patch :DATA
end
- revision 2
+
+ bottle do
+ cellar :any
+ sha1 "375129c89ce29fe5135b45d5f9a046b2372f39a4" => :mavericks
+ sha1 "dc7850a65fd6d181396a69deb0713b9ae7dad7a6" => :mountain_lion
+ end
head "https://github.com/JakeWharton/mkvdts2ac3.git"
diff --git a/Library/Formula/open-scene-graph.rb b/Library/Formula/open-scene-graph.rb
index 1a98174f4..8a196aa8e 100644
--- a/Library/Formula/open-scene-graph.rb
+++ b/Library/Formula/open-scene-graph.rb
@@ -2,15 +2,10 @@ require 'formula'
class OpenSceneGraph < Formula
homepage 'http://www.openscenegraph.org/projects/osg'
+ revision 1
stable do
url "http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.0.zip"
- bottle do
- sha1 "39ebd1c9cb19056e150b7087586e1e63a9546288" => :mavericks
- sha1 "166b932d7d317cd32b1da89353bb3e03b4b13880" => :mountain_lion
- sha1 "16055dc346e3a892c1083e08c40d32d37c2e10f0" => :lion
- end
-
sha1 "c20891862b5876983d180fc4a3d3cfb2b4a3375c"
# Build fixes for clang/c++11
@@ -25,7 +20,12 @@ class OpenSceneGraph < Formula
sha1 "8a2a0e8384a30e3adb2820786f91adb52ba69cd9"
end
end
- revision 1
+
+ bottle do
+ sha1 "39ebd1c9cb19056e150b7087586e1e63a9546288" => :mavericks
+ sha1 "166b932d7d317cd32b1da89353bb3e03b4b13880" => :mountain_lion
+ sha1 "16055dc346e3a892c1083e08c40d32d37c2e10f0" => :lion
+ end
head 'http://www.openscenegraph.org/svn/osg/OpenSceneGraph/trunk/'