From 2ee85c5039695d8840a2be58b0ed41c40b737bdf Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 21 Feb 2017 08:14:58 -0800 Subject: [PATCH] malaga: migrate to boneyard (#10189) --- Formula/malaga.rb | 28 ---------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 Formula/malaga.rb diff --git a/Formula/malaga.rb b/Formula/malaga.rb deleted file mode 100644 index f3116e93b20..00000000000 --- a/Formula/malaga.rb +++ /dev/null @@ -1,28 +0,0 @@ -class Malaga < Formula - desc "Grammar development environment for natural languages" - homepage "http://home.arcor.de/bjoern-beutel/malaga/" - url "https://launchpad.net/ubuntu/+archive/primary/+files/malaga_7.12.orig.tar.gz" - sha256 "8811e5feaae03e1b6e3008116fdc7471a53b6c0c5036751c637b15058f855ace" - - bottle do - cellar :any - rebuild 1 - sha256 "18ffb6dbeb4cf6c90588f2ec95ef9afb60ac95ee2852d1d374a8e43870b33ffe" => :sierra - sha256 "3dc2cc5ed0bfda10278cb26e02365156b7da8f85826b5286f61dec445165b327" => :el_capitan - sha256 "86515c6fef935c0abe811d86baf10c5c6df341112d60c45ac04c01a37b096abf" => :yosemite - sha256 "cfd527fb6022b4c1008bbfad1a6d1333b1b844bd720bc491610b8b6f9c9a1f8c" => :mavericks - sha256 "55e08ee65f6d57bc84572c5778dc5c525711a8a5fcb102ddbb8751e3b6ffd8ae" => :mountain_lion - end - - depends_on "pkg-config" => :build - depends_on "glib" - depends_on "gtk+" => :optional - - def install - system "./configure", "--disable-debug", - "--disable-dependency-tracking", - "--prefix=#{prefix}" - - system "make", "install" - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 8b445ee8a7d..ee2706f8b3e 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -157,6 +157,7 @@ "libtorrent": "homebrew/boneyard", "lilypond": "homebrew/tex", "magit": "homebrew/emacs", + "malaga": "homebrew/boneyard", "meld": "caskroom/cask", "memo": "homebrew/boneyard", "metalua": "homebrew/boneyard",