guile 2.0.10

Closes Homebrew/homebrew#27664.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
master
Jacob Budin 2014-03-18 11:19:26 -04:00 committed by Misty De Meo
parent f8e3ddd77a
commit 7545421297
1 changed files with 3 additions and 17 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Guile < Formula
homepage 'http://www.gnu.org/software/guile/'
url 'http://ftpmirror.gnu.org/guile/guile-2.0.9.tar.gz'
mirror 'http://ftp.gnu.org/gnu/guile/guile-2.0.9.tar.gz'
sha1 'fc5d770e8b1d364b2f222a8f8c96ccf740b2956f'
url 'http://ftpmirror.gnu.org/guile/guile-2.0.10.tar.gz'
mirror 'http://ftp.gnu.org/gnu/guile/guile-2.0.10.tar.gz'
sha1 '784839fa8b925e3c4be75017e2dd65f4e9920a7b'
head do
url 'http://git.sv.gnu.org/r/guile.git'
@ -34,10 +34,6 @@ class Guile < Formula
cause "Segfaults during compilation"
end
# Only for 2.0.9: Fix shebang shell in build-aux/install-sh.
# http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14201#19
def patches; DATA; end
def install
system './autogen.sh' if build.head?
@ -63,13 +59,3 @@ class Guile < Formula
system bin/'guile', hello
end
end
__END__
--- guile-2.0.9.orig/build-aux/install-sh 2013-01-28 12:35:24.000000000 -0800
+++ guile-2.0.9/build-aux/install-sh 2013-04-21 08:41:10.000000000 -0700
@@ -1,4 +1,4 @@
-#!/nix/store/ryk1ywzz31kp4biclxq3yq6hpjycalyy-bash-4.2/bin/sh
+#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2011-11-20.07; # UTC