diff options
| author | Adam Vandenberg | 2013-01-21 06:11:40 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-21 06:11:40 -0800 |
| commit | fb507d7980294c37ed1d473e0367d57e5ed96d77 (patch) | |
| tree | 0a91ebd9b16a6d15fac7bfe7faf8b4ab8cce60e9 /Library | |
| parent | 7388058d114c8969befd40cd661cf4308fcaeed1 (diff) | |
| download | homebrew-fb507d7980294c37ed1d473e0367d57e5ed96d77.tar.bz2 | |
Remove xml2rfc.
xml2rfc is now installable via pip.
Closes #17227.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/xml2rfc.rb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Library/Formula/xml2rfc.rb b/Library/Formula/xml2rfc.rb deleted file mode 100644 index ae6dfac6d..000000000 --- a/Library/Formula/xml2rfc.rb +++ /dev/null @@ -1,22 +0,0 @@ -require 'formula' - -class Xml2rfc < Formula - url 'http://xml.resource.org/authoring/xml2rfc-1.36.tgz' - homepage 'http://xml.resource.org/' - sha1 '36d02694d1a7392c58045162cd935adab3e7a244' - - head 'http://svn.tools.ietf.org/svn/tools/xml2rfc/trunk', - :using => StrictSubversionDownloadStrategy - - def install - %w[xml2rfc xml2sgml].each do |f| - bin.install f+'.tcl' => f - end - - %w[xml2txt xml2html xml2nroff].each do |f| - ln_s "#{bin}/xml2rfc", "#{bin}/#{f}" - end - - doc.install Dir["*"] - end -end |
