From 22b4b35dc2e4a582b911b73154580c63a3f09533 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 19 Apr 2014 12:35:19 -0700 Subject: Move mydumper to the boneyard This software compiles against now-private APIs: https://github.com/Homebrew/homebrew/issues/24748 http://bugs.mysql.com/bug.php?id=70672 https://answers.launchpad.net/mydumper/+question/239895 Closes #24748. --- Library/Formula/mydumper.rb | 22 ---------------------- Library/Homebrew/tap_migrations.rb | 1 + 2 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 Library/Formula/mydumper.rb (limited to 'Library') diff --git a/Library/Formula/mydumper.rb b/Library/Formula/mydumper.rb deleted file mode 100644 index 8075edab3..000000000 --- a/Library/Formula/mydumper.rb +++ /dev/null @@ -1,22 +0,0 @@ -require 'formula' - -class Mydumper < Formula - homepage 'https://launchpad.net/mydumper' - url 'https://launchpad.net/mydumper/0.5/0.5.2/+download/mydumper-0.5.2.tar.gz' - sha1 '1eb1a341635c252f9f4cf611af544e0c94b1687d' - - depends_on 'pkg-config' => :build - depends_on 'cmake' => :build - depends_on :mysql - depends_on 'glib' - depends_on 'pcre' - - def install - system "cmake", ".", *std_cmake_args - system "make install" - end - - test do - system "#{bin}/mydumper", "--version" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index c3869d0ea..c2c0d856a 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -19,6 +19,7 @@ TAP_MIGRATIONS = { "lmutil" => "homebrew/binary", "mlkit" => "homebrew/boneyard", "mlton" => "homebrew/boneyard", + "mydumper" => "homebrew/boneyard", "nlopt" => "homebrew/science", "octave" => "homebrew/science", "opencv" => "homebrew/science", -- cgit v1.2.3