From bdac0f99964771aef40be3bd00253f57d501ee9f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 2 Apr 2016 17:35:28 +0100 Subject: [PATCH] xsp: boneyard. Closes https://github.com/Homebrew/homebrew/issues/44051. Closes #5. Signed-off-by: Andrew Janke --- Formula/xsp.rb | 29 ----------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 29 deletions(-) delete mode 100644 Formula/xsp.rb diff --git a/Formula/xsp.rb b/Formula/xsp.rb deleted file mode 100644 index 913f2adce38..00000000000 --- a/Formula/xsp.rb +++ /dev/null @@ -1,29 +0,0 @@ -class Xsp < Formula - desc "Mono's ASP.NET hosting server" - homepage "https://github.com/mono/xsp" - url "https://github.com/mono/xsp/archive/3.0.11.tar.gz" - sha256 "290e302a03396c5cff7eb53dae008e9f79dd00aca15ad1e62865907220483baa" - - bottle do - cellar :any - sha256 "3be0887c819a5823d226b26142b99fc9ceeab6e58a6c1252c84e152ee0f37d04" => :yosemite - sha256 "ac6eaec05b4544e8a2eae419cadaa1cf6fbde53b37c3e19a71e8eca6fd2eae5c" => :mavericks - sha256 "306cae75d2ae3ff1096b586835a19050e2e7f54532ec7c2140ef29dfd5a5cb03" => :mountain_lion - end - - depends_on "mono" - depends_on "automake" => :build - depends_on "autoconf" => :build - depends_on "pkg-config" => :build - - def install - system "./autogen.sh" - system "./configure", "--disable-silent-rules", - "--prefix=#{prefix}" - system "make", "install" - end - - test do - system "xsp", "--help" - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 39b920d884d..b4af2715a66 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -252,6 +252,7 @@ "xpa": "homebrew/x11", "xpdf": "homebrew/x11", "xplot": "homebrew/x11", + "xsp": "homebrew/boneyard", "xspringies": "homebrew/x11", "xulrunner": "homebrew/boneyard", "yarp": "homebrew/x11",