From 5cd4a0b81d5ab7861255e9e78147ad2fa41c2fbf Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Thu, 19 Mar 2015 01:40:03 +0100 Subject: guilt moved to the boneyard Closes #37847. Signed-off-by: Mike McQuaid --- Library/Formula/guilt.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Library/Formula/guilt.rb (limited to 'Library/Formula') diff --git a/Library/Formula/guilt.rb b/Library/Formula/guilt.rb deleted file mode 100644 index e49b666c0..000000000 --- a/Library/Formula/guilt.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'formula' - -class Guilt < Formula - homepage 'http://packages.debian.org/wheezy/guilt' - url 'http://ftp.de.debian.org/debian/pool/main/g/guilt/guilt_0.35.orig.tar.gz' - sha1 'e722180bc100afc096a1bd5c8338f797268c9947' - - def install - # Skip the documentation, it depends on xmlto. - system "make", "PREFIX=#{prefix}", "install" - end -end -- cgit v1.2.3