diff options
| author | Adam Vandenberg | 2012-02-12 21:59:42 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-12 21:59:42 -0800 |
| commit | f5dd649f404d70948a4d8089f789c467aa211287 (patch) | |
| tree | a4a091bbb49d813e108508e9fa700a1d809ff8b3 /Library/Formula | |
| parent | 4a710ba91011bd62f43b839340cfef393663f469 (diff) | |
| download | homebrew-f5dd649f404d70948a4d8089f789c467aa211287.tar.bz2 | |
Remove cortex.
Cortex is a head-only formula; removing.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cortex.rb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/Library/Formula/cortex.rb b/Library/Formula/cortex.rb deleted file mode 100644 index a8bc9eb83..000000000 --- a/Library/Formula/cortex.rb +++ /dev/null @@ -1,27 +0,0 @@ -require 'formula' - -class Cortex < Formula - head 'git://glacicle.org/projects/cortex.git' - homepage 'http://cortex.glacicle.org' - - def patches - DATA - end - - def install - bin.install "cortex" - end -end -__END__ -diff --git a/cortex b/cortex -index 8a41aad..6ee0f92 100755 ---- a/cortex -+++ b/cortex -@@ -892,6 +892,7 @@ locale.setlocale(locale.LC_ALL,"") - - # {{{ Main function - def main(): -+ os.environ['TERM'] = 'xterm' - if len(sys.argv) > 1 and sys.argv[1] in ("-v", "--version"): - print(VERSIONTEXT) - elif len(sys.argv) > 1 and sys.argv[1] in ("--help", "-h"): |
