diff options
| author | Geoff Nixon | 2015-02-22 01:19:25 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-09 08:17:29 +0100 | 
| commit | d482ec679c570a995f47d26773c917cd51738b10 (patch) | |
| tree | 49619d4b84f49546f9952c11820977a8b6b5f55a | |
| parent | 39066338603fc94a579dd50e755bee4b2f103568 (diff) | |
| download | homebrew-d482ec679c570a995f47d26773c917cd51738b10.tar.bz2 | |
figtoipe: move to head-only.
Closes #37059.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/figtoipe.rb | 14 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 | 
2 files changed, 1 insertions, 14 deletions
| diff --git a/Library/Formula/figtoipe.rb b/Library/Formula/figtoipe.rb deleted file mode 100644 index 2719058eb..000000000 --- a/Library/Formula/figtoipe.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'formula' - -class Figtoipe < Formula -  homepage 'http://ipe7.sourceforge.net/' -  url 'https://downloads.sourceforge.net/project/ipe7/tools/figtoipe-20091205.tar.gz' -  sha1 'b81f2f0cc568e165bdedb618ced9384ebfcb19a3' - -  def install -    system "make" -    bin.install "figtoipe" -    man1.install "figtoipe.1" -    doc.install "README" -  end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index a65ea0b23..2679eb9ee 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -44,6 +44,7 @@ TAP_MIGRATIONS = {    "electric-fence" => "homebrew/boneyard",    "fceux" => "homebrew/games",    "feh" => "homebrew/x11", +  "figtoipe" => "homebrew/head-only",    "fox" => "homebrew/x11",    "freeglut" => "homebrew/x11",    "freerdp" => "homebrew/x11", | 
