diff options
| author | Adam Vandenberg | 2014-02-22 11:16:09 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-22 11:16:51 -0800 |
| commit | 0daaea14b17e60000bd29734584e9083114b2dfd (patch) | |
| tree | 8fde50a11121674a1dda26e10e44c3089e3b8390 /Library | |
| parent | 7cfca878e1e8461fd4be2e335cbb0cc3949851f9 (diff) | |
| download | homebrew-0daaea14b17e60000bd29734584e9083114b2dfd.tar.bz2 | |
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.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/diffpdf.rb | 28 |
1 files changed, 0 insertions, 28 deletions
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 |
