From d88e8d4de1cfa5b82ba7a1f43ef8fb7eb5faa412 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 22 Feb 2014 07:29:48 -0800 Subject: Redact jpeg2ps Download is missing, and is marked as 'non-free' in Debian. Closes #25775. --- Library/Formula/jpeg2ps.rb | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Library/Formula/jpeg2ps.rb (limited to 'Library/Formula') diff --git a/Library/Formula/jpeg2ps.rb b/Library/Formula/jpeg2ps.rb deleted file mode 100644 index 5678d9906..000000000 --- a/Library/Formula/jpeg2ps.rb +++ /dev/null @@ -1,20 +0,0 @@ -require 'formula' - -class Jpeg2ps < Formula - homepage 'http://www.pdflib.com/download/free-software/jpeg2ps/' - url 'http://www.pdflib.com/fileadmin/pdflib/products/more/jpeg2ps/jpeg2ps-1.9.tar.gz' - sha1 '2fc2701c7c00ba17b051ebcc7b9c8059eb6614f9' - - def install - bin.mkpath - man.mkpath - system "make", "install", "BINDIR=#{bin}", "MANDIR=#{man}" - end - - test do - # not terribly robust - testfile = `find /Library -name '*.jpg' | head -n 1` - testfile.strip! - system "#{bin}/jpeg2ps", testfile - end -end -- cgit v1.2.3