aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-29 20:07:44 -0800
committerAdam Vandenberg2013-01-29 20:07:44 -0800
commit5648ae5be3139908f2a4f91a41d5dbdc1f069bbe (patch)
tree62fbb04fcb79a3130b10d1c22fd37b663a7f90ad /Library/Formula
parent0fa466c17aae2097d77f555a6e98a1466a8963f0 (diff)
downloadhomebrew-5648ae5be3139908f2a4f91a41d5dbdc1f069bbe.tar.bz2
Remove mosml.
Closes #17210. Closes #16596. Closes #13282.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mosml.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/Library/Formula/mosml.rb b/Library/Formula/mosml.rb
deleted file mode 100644
index 4d34b2745..000000000
--- a/Library/Formula/mosml.rb
+++ /dev/null
@@ -1,22 +0,0 @@
-require 'formula'
-
-class Mosml < Formula
- version '2.01'
- url 'http://www.itu.dk/people/sestoft/mosml/mos201src.tar.gz'
- homepage 'http://www.itu.dk/people/sestoft/mosml.html'
- sha1 'eba58486b10f0359fafba488fa1bf366b2aabf8a'
-
- def install
- cd "src"
-
- inreplace "Makefile.inc" do |s|
- s.change_make_var! 'MOSMLHOME', prefix
- s.change_make_var! 'DOCDIR', doc
- s.change_make_var! 'LIBDIR', lib+'mosml'
- s.change_make_var! 'TOOLDIR', lib+'mosml'
- end
-
- system "make", "CPP=cpp"
- system "make install"
- end
-end