From b2fea094b42cd18c1e369b9bede8e2aeb8c510c6 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 28 Aug 2016 21:32:13 +0100 Subject: [PATCH] lastfmlib: boneyard Hasn't built with Clang for the last 4+ years, no new releases for 7 years... Can probably go ahead and presume this will never build with Clang again, which makes it something we don't want to carry. 60 "known" downloads in analytics. --- Formula/lastfmlib.rb | 31 ------------------------------- tap_migrations.json | 1 + 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 Formula/lastfmlib.rb diff --git a/Formula/lastfmlib.rb b/Formula/lastfmlib.rb deleted file mode 100644 index 3fb39907b9..0000000000 --- a/Formula/lastfmlib.rb +++ /dev/null @@ -1,31 +0,0 @@ -class Lastfmlib < Formula - desc "Implements Last.fm v1.2 submissions protocol for scrobbling" - homepage "https://code.google.com/p/lastfmlib/" - url "https://lastfmlib.googlecode.com/files/lastfmlib-0.4.0.tar.gz" - sha256 "28ecaffe2efecd5ac6ac00ba8e0a07b08e7fb35b45dfe384d88392ad6428309a" - - bottle do - cellar :any - revision 1 - sha256 "a4cd5cb31433b852195fa2936f2c2176299a11932b794455b5a60990b3fdbe9a" => :el_capitan - sha256 "1d8ab109ccf48af2f959cee60a5db53342b54413b655217cca649532df644b03" => :yosemite - sha256 "7ca7a69ac77d521badefc24f656a2dfde70998b32aec67c5f1fd836582ba7ab2" => :mavericks - sha256 "6f5219ee8f973b6275cdd5c3a1fed9cfffe6e1d99a05a6ec35881a0e3317c02b" => :mountain_lion - end - - depends_on "pkg-config" => :build - - fails_with :clang do - cause <<-EOS.undent - lastfmlib/utils/stringoperations.h:62:16: error: no viable conversion from - '__string_type' (aka 'basic_string, - std::allocator >') to 'std::string' (aka 'basic_string') - EOS - end - - def install - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make", "install" - end -end diff --git a/tap_migrations.json b/tap_migrations.json index 7fab944ae8..d9f479ece4 100644 --- a/tap_migrations.json +++ b/tap_migrations.json @@ -149,6 +149,7 @@ "klavaro": "homebrew/gui", "kubernetes-helm": "homebrew/boneyard", "kumofs": "homebrew/boneyard", + "lastfmlib": "homebrew/boneyard", "latex-mk": "homebrew/tex", "libdbusmenu-qt": "homebrew/boneyard", "libdlna": "homebrew/boneyard",