From 29338de3a45a9a94c6f769bf03b04e3447967fa4 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Thu, 28 Jun 2012 23:19:39 -0700 Subject: remove readpst, duplicate of libpst This commit removes readpst from the main Homebrew repo because it is a duplicate of libpst. They both use the same tarball, same homepage, and compile nearly the same. The only difference is that libpst has a dep on boost. So go with libpst which is already the latest version. Closes #13089. Signed-off-by: Adam Vandenberg --- Library/Formula/readpst.rb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 Library/Formula/readpst.rb (limited to 'Library/Formula') diff --git a/Library/Formula/readpst.rb b/Library/Formula/readpst.rb deleted file mode 100644 index 42362336b..000000000 --- a/Library/Formula/readpst.rb +++ /dev/null @@ -1,16 +0,0 @@ -require 'formula' - -class Readpst < Formula - url 'http://www.five-ten-sg.com/libpst/packages/libpst-0.6.49.tar.gz' - homepage 'http://www.five-ten-sg.com/libpst/' - md5 'a0a0f927e82ab14bb042bd8bbd97c312' - - def install - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}", "--mandir=#{man}", - "--disable-python" - system "make" - ENV.j1 # Install is not parallel-safe - system "make install" - end -end -- cgit v1.2.3