From 27fa18eb8a62cbfc6c8a1192f627dfa88d97a8f5 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Oct 2013 10:37:01 -0700 Subject: Redact flare This has been non-compiling for a while, and the most recent version has an unlisted dependency. Since no users of this software have reported problems, redacting. Closes #23631. --- Library/Formula/flare.rb | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 Library/Formula/flare.rb (limited to 'Library/Formula') diff --git a/Library/Formula/flare.rb b/Library/Formula/flare.rb deleted file mode 100644 index 4168766fe..000000000 --- a/Library/Formula/flare.rb +++ /dev/null @@ -1,24 +0,0 @@ -require 'formula' - -class Flare < Formula - homepage 'http://labs.gree.jp/Top/OpenSource/Flare-en.html' - url 'http://labs.gree.jp/data/source/flare-1.0.16.1.tgz' - sha1 'a3d022005695bbba97da94f824702e54837ba03c' - - head 'https://github.com/fujimoto/flare.git' - - depends_on :autoconf - depends_on :automake - depends_on :libtool - depends_on 'tokyo-cabinet' - depends_on 'boost' - - def install - # Compatibility with Automake 1.13 and newer. - inreplace 'configure.ac', 'AM_CONFIG_HEADER', 'AC_CONFIG_HEADERS' - system "autoreconf -vfi" - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make install" - end -end -- cgit v1.2.3