aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/opensaml.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-10-14 12:32:50 -0700
committerAdam Vandenberg2012-10-14 12:32:50 -0700
commit32fae371a815ee5997643ea2d3a3715f7f13085d (patch)
tree0c3c64adfc051eb8d4dcf1fd152430c6bb0030d3 /Library/Formula/opensaml.rb
parent5369f77a72fa9ed3407948ecbfee44213636450d (diff)
downloadhomebrew-32fae371a815ee5997643ea2d3a3715f7f13085d.tar.bz2
Remove OpenSAML and related software.
The downloads we point to have been gone for a while. There are newer versions, but no one has stepped up to update them. So, redact these for now. Will consider udpated formulae for inclusion into core.
Diffstat (limited to 'Library/Formula/opensaml.rb')
-rw-r--r--Library/Formula/opensaml.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/opensaml.rb b/Library/Formula/opensaml.rb
deleted file mode 100644
index a9d5b3eaa..000000000
--- a/Library/Formula/opensaml.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'formula'
-
-class Opensaml < Formula
- url 'http://shibboleth.internet2.edu/downloads/opensaml/cpp/2.3/opensaml-2.3.tar.gz'
- homepage 'https://spaces.internet2.edu/display/OpenSAML/'
- md5 '9695d40cb28519c2cde8211cd1c3dc69'
-
- depends_on 'pkg-config' => :build
- depends_on 'log4shib'
- depends_on 'xerces-c'
- depends_on 'xml-security-c'
- depends_on 'xml-tooling-c'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end