Skip to content

Commit

Permalink
Remove "require 'formula'"
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigschwardt committed Jun 6, 2018
1 parent 05808e8 commit f310b91
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions casacore-data.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class CasacoreData < Formula
desc 'Ephemerides and geodetic data for casacore measures (via ATNF)'
homepage 'https://github.com/casacore/casacore'
Expand Down
2 changes: 0 additions & 2 deletions casarest.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Casarest < Formula
desc 'The light-weight imager (lwimager) for radio astronomy'
homepage 'https://github.com/ska-sa/meqtrees/wiki/LinkingWithCasaCore'
Expand Down
2 changes: 0 additions & 2 deletions cattery.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Cattery < Formula
desc 'MeqTrees-based frameworks for interferometer simulation and calibration'
homepage 'http://meqtrees.net'
Expand Down
2 changes: 0 additions & 2 deletions leo.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Leo < Formula
desc 'A full-featured outliner, IDE and data manager written in Python'
homepage 'http://leoeditor.com/'
Expand Down
2 changes: 0 additions & 2 deletions libwww.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Libwww < Formula
desc 'A highly modular, general-purpose client side Web API written in C'
homepage 'http://www.w3.org/Library/'
Expand Down
2 changes: 0 additions & 2 deletions makems.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Makems < Formula
desc 'Make CASA MeasurementSets from scratch'
homepage 'https://github.com/ska-sa/meqtrees/wiki/BuildingMakeMs'
Expand Down
2 changes: 0 additions & 2 deletions meqtrees.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Meqtrees < Formula
desc 'A system for implementing and solving arbitrary Measurement Equations'
homepage 'http://meqtrees.net/'
Expand Down
2 changes: 0 additions & 2 deletions owlcat.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Owlcat < Formula
desc 'Miscellaneous scripts for manipulating radio interferometry data'
homepage 'http://www.astron.nl/meqwiki-data/users/oms/Owlcat-plotms-tutorial.purrlog/'
Expand Down
2 changes: 0 additions & 2 deletions purr.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Purr < Formula
desc 'A GUI tool for auto-generating descriptive data processing logs'
homepage 'https://github.com/ska-sa/meqtrees/wiki/Purr-Introduction'
Expand Down
2 changes: 0 additions & 2 deletions pyrap.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Pyrap < Formula
desc 'Python bindings for casacore, a library used in radio astronomy'
homepage 'https://casacore.github.io/python-casacore/'
Expand Down
2 changes: 0 additions & 2 deletions rpfits.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Rpfits < Formula
desc 'Library to access ATCA visibility data in RPFITS format'
homepage 'http://www.atnf.csiro.au/computing/software/rpfits.html'
Expand Down
2 changes: 0 additions & 2 deletions tigger.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
require 'formula'

class Tigger < Formula
desc 'A FITS viewer and sky model management tool (part of MeqTrees)'
homepage 'https://github.com/ska-sa/meqtrees/wiki/Tigger'
Expand Down

0 comments on commit f310b91

Please sign in to comment.