From ffdb360f0f7b10e12238ed39f0dcced6fb0fbe31 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 16 Feb 2012 20:33:53 -0800 Subject: Remove bap. Head-only formula that doesn't look like it has had much upstream activity. To reinstate, encourage the upstream project to tag a stable release. --- Library/Formula/bap.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 Library/Formula/bap.rb (limited to 'Library') diff --git a/Library/Formula/bap.rb b/Library/Formula/bap.rb deleted file mode 100644 index a2931b4f5..000000000 --- a/Library/Formula/bap.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'formula' - -class Bap < Formula - head 'http://bap.googlecode.com/svn/trunk/' - homepage 'http://code.google.com/p/bap/' - - def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" - inreplace "scanner.l", "int yylineno", "//int yylineno" - system "make" - bin.install %w(bap aex prep) - doc.install "TODO" - end -end -- cgit v1.2.3