From d245fa0904d7b0ff668d459a566e5d4e6d3899ab Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Wed, 14 Jan 2015 03:52:58 +0000 Subject: bcwipe: boneyard bcwipe seems to have gone commercial. 1.9-9 is still “free” as in price, but contains an [incredibly restrictive license](https://www.jetico.com/linux/bcwipe-help/wu_licen.htm) that I’m not particularly sure we want to ship given our rejection of similar situations recently. 1.9-10 onwards, including the latest 1.9-11 release are all “trial” releases which “expire” after 21 days of use and cost some $35 to continue using. Closes #35850. Signed-off-by: Mike McQuaid --- Library/Formula/bcwipe.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Library/Formula/bcwipe.rb (limited to 'Library/Formula') diff --git a/Library/Formula/bcwipe.rb b/Library/Formula/bcwipe.rb deleted file mode 100644 index 98be69598..000000000 --- a/Library/Formula/bcwipe.rb +++ /dev/null @@ -1,12 +0,0 @@ -require 'formula' - -class Bcwipe < Formula - homepage 'http://www.jetico.com/linux/bcwipe-help/' - url 'http://www.jetico.com/linux/BCWipe-1.9-9.tar.gz' - sha1 'be4d945a5d24076fb6b0356389323a0686e1e4d7' - - def install - system "./configure", "--prefix=#{prefix}" - system "make", "CFLAGS=#{ENV.cflags}", "LDFLAGS=#{ENV.ldflags}", "install" - end -end -- cgit v1.2.3