From 0daaea14b17e60000bd29734584e9083114b2dfd Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 22 Feb 2014 11:16:09 -0800 Subject: Remove diffpdf The last version doesn't build, and the project homepage says this software is not maintained, in favor of a commercial product. Closes #25688. Closes #25390. --- Library/Formula/diffpdf.rb | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Library/Formula/diffpdf.rb (limited to 'Library') diff --git a/Library/Formula/diffpdf.rb b/Library/Formula/diffpdf.rb deleted file mode 100644 index cd16a5b2d..000000000 --- a/Library/Formula/diffpdf.rb +++ /dev/null @@ -1,28 +0,0 @@ -require 'formula' - -class Diffpdf < Formula - homepage 'http://www.qtrac.eu/diffpdf-foss.html' - url 'http://www.qtrac.eu/diffpdf-2.1.3.tar.gz' - sha1 '663ecb7666a4b7d6fbd1a37327fd1f895fae69b8' - - depends_on 'qt' - depends_on 'poppler' => 'with-qt4' - - def install - # The 2.0 sources shipped without translation files. Generate them so that - # compilation does not fail. - system 'lrelease', 'diffpdf.pro' - # Generate makefile and disable .app creation - if MacOS.version >= :mavericks && ENV.compiler == :clang - spec = 'unsupported/macx-clang-libc++' - else - spec = 'macx-g++' - end - - system 'qmake', '-spec', spec, 'CONFIG-=app_bundle' - system 'make' - - bin.install 'diffpdf' - man1.install 'diffpdf.1' - end -end -- cgit v1.2.3