From 7a049b55458ad3f857a6acd91caaf941477b434c Mon Sep 17 00:00:00 2001 From: Geoff Nixon Date: Sun, 8 Mar 2015 16:23:30 -0400 Subject: [PATCH] Move coremod to the boneyard, replaced by libxmp-lite Closes #37055. Signed-off-by: Jack Nagel --- Library/Formula/coremod.rb | 17 ----------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 Library/Formula/coremod.rb diff --git a/Library/Formula/coremod.rb b/Library/Formula/coremod.rb deleted file mode 100644 index d2f760269a0f..000000000000 --- a/Library/Formula/coremod.rb +++ /dev/null @@ -1,17 +0,0 @@ -require "formula" - -class Coremod < Formula - homepage "http://xmp.sourceforge.net" - url "https://github.com/cmatsuoka/coremod/archive/coremod-4.2.8.tar.gz" - sha1 "583cb3bdc6df583739c5b44a4961ba364e0b0ecd" - - head "https://github.com/cmatsuoka/coremod.git" - - depends_on "autoconf" => :build - - def install - system "autoconf" - system "./configure", "--prefix=#{prefix}" - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 081b161b0672..eb3d8844dc76 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -24,6 +24,7 @@ "cmucl" => "homebrew/binary", "comparepdf" => "homebrew/boneyard", "connect" => "homebrew/boneyard", + "coremod" => "homebrew/boneyard", "curlftpfs" => "homebrew/x11", "cwm" => "homebrew/x11", "dart" => "dart-lang/dart",