aboutsummaryrefslogtreecommitdiffstats
path: root/Library
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
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')
-rw-r--r--Library/Formula/log4shib.rb12
-rw-r--r--Library/Formula/opensaml.rb18
-rw-r--r--Library/Formula/xml-security-c.rb14
-rw-r--r--Library/Formula/xml-tooling-c.rb17
4 files changed, 0 insertions, 61 deletions
diff --git a/Library/Formula/log4shib.rb b/Library/Formula/log4shib.rb
deleted file mode 100644
index 2a238447e..000000000
--- a/Library/Formula/log4shib.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'formula'
-
-class Log4shib < Formula
- url 'http://shibboleth.internet2.edu/downloads/log4shib/1.0.4/log4shib-1.0.4.tar.gz'
- homepage 'https://spaces.internet2.edu/display/OpenSAML/log4shib'
- md5 '7dcec788b0b73923dde9756869edc011'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end
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
diff --git a/Library/Formula/xml-security-c.rb b/Library/Formula/xml-security-c.rb
deleted file mode 100644
index b3e045cff..000000000
--- a/Library/Formula/xml-security-c.rb
+++ /dev/null
@@ -1,14 +0,0 @@
-require 'formula'
-
-class XmlSecurityC < Formula
- url 'http://www.apache.org/dyn/closer.cgi?path=%2Fsantuario%2Fc-library%2Fxml-security-c-1.6.1.tar.gz'
- homepage 'http://santuario.apache.org/'
- sha1 '239304659752eb214f3516b6c457c99f0e6467c7'
-
- depends_on 'xerces-c'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end
diff --git a/Library/Formula/xml-tooling-c.rb b/Library/Formula/xml-tooling-c.rb
deleted file mode 100644
index f9f77942a..000000000
--- a/Library/Formula/xml-tooling-c.rb
+++ /dev/null
@@ -1,17 +0,0 @@
-require 'formula'
-
-class XmlToolingC < Formula
- url 'http://shibboleth.internet2.edu/downloads/opensaml/cpp/latest/xmltooling-1.3.3.tar.gz'
- homepage 'https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C'
- md5 '3074edc8a00bba1d26c02e798ea8039c'
-
- depends_on 'pkg-config' => :build
- depends_on 'log4shib'
- depends_on 'xerces-c'
- depends_on 'xml-security-c'
-
- def install
- system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
- system "make install"
- end
-end