diff options
| author | Baptiste Fontaine | 2015-03-19 01:40:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-20 09:11:53 +0000 |
| commit | 5cd4a0b81d5ab7861255e9e78147ad2fa41c2fbf (patch) | |
| tree | 3cdead3fb59d39c9892f35a6d93eab67984d95e6 /Library | |
| parent | daf6d642a9ac76b1fca60f067514efd523683dff (diff) | |
| download | homebrew-5cd4a0b81d5ab7861255e9e78147ad2fa41c2fbf.tar.bz2 | |
guilt moved to the boneyard
Closes #37847.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/guilt.rb | 12 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 12 deletions
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 diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 44ceadcbc..ead9e2c1f 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -65,6 +65,7 @@ TAP_MIGRATIONS = { "grace" => "homebrew/x11", "grads" => "homebrew/binary", "graylog2-server" => "homebrew/boneyard", + "guilt" => "homebrew/boneyard", "gromacs" => "homebrew/science", "gsmartcontrol" => "homebrew/x11", "gtk-chtheme" => "homebrew/x11", |
