From a90d7d688deef84100df4677a3f381af30b9928f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Mar 2014 20:39:52 -0800 Subject: Redact kerl Kerl does not provide git tags, so move to headonly. Closes #26307. --- Library/Formula/kerl.rb | 13 ------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 Library/Formula/kerl.rb (limited to 'Library') diff --git a/Library/Formula/kerl.rb b/Library/Formula/kerl.rb deleted file mode 100644 index 82f945c83..000000000 --- a/Library/Formula/kerl.rb +++ /dev/null @@ -1,13 +0,0 @@ -require 'formula' - -class Kerl < Formula - homepage 'https://github.com/spawngrid/kerl' - url 'https://github.com/spawngrid/kerl/archive/6cd7d5764b75efc27a53beae7c887240087e9849.zip' - version '20130314' - sha1 '6643b0f9490201edc7367121866c0030fddc53c8' - - def install - bin.install 'kerl' - bash_completion.install 'bash_completion/kerl' - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 00d3421f7..cc6dcd38e 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -20,4 +20,5 @@ TAP_MIGRATIONS = { 'comparepdf' => 'homebrew/boneyard', 'colormake' => 'homebrew/headonly', 'wkhtmltopdf' => 'homebrew/boneyard', + 'kerl' => 'homebrew/headonly', } -- cgit v1.2.3