aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-05-06 20:26:18 -0700
committerAdam Vandenberg2013-05-06 20:26:35 -0700
commitfeef80a725c8d4914f122e9fd98114a783222f51 (patch)
treefbac95aaa0cb8f590a008a59afd4f24d5cf089ff /Library/Formula
parentdd218bbb0b7ab68b56b02da8a6d724ff6b081bd2 (diff)
downloadhomebrew-feef80a725c8d4914f122e9fd98114a783222f51.tar.bz2
Removing colloquypush.
Does not build against current versions of znc, and no fix has been submitted for review. Closes #18806.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/colloquypush.rb18
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/colloquypush.rb b/Library/Formula/colloquypush.rb
deleted file mode 100644
index dba7ac69a..000000000
--- a/Library/Formula/colloquypush.rb
+++ /dev/null
@@ -1,18 +0,0 @@
-require 'formula'
-
-class Colloquypush < Formula
- homepage 'https://github.com/wired/colloquypush'
- url 'https://github.com/wired/colloquypush/archive/colloquy-znc-1.1.tar.gz'
- sha1 '1563eb2c844b7ce4bfefd213fe85ef3e1c7a036a'
-
- head 'https://github.com/wired/colloquypush.git'
-
- depends_on 'znc'
-
- def install
- cd "znc" do
- system "znc-buildmod", "colloquy.cpp"
- system "install", "-m", "0755", "colloquy.so", %x[znc-config --moddir].strip()
- end
- end
-end