diff options
| -rw-r--r-- | Library/Formula/gv.rb | 21 | ||||
| -rw-r--r-- | Library/Homebrew/tap_migrations.rb | 1 |
2 files changed, 1 insertions, 21 deletions
diff --git a/Library/Formula/gv.rb b/Library/Formula/gv.rb deleted file mode 100644 index 38e784dd4..000000000 --- a/Library/Formula/gv.rb +++ /dev/null @@ -1,21 +0,0 @@ -require 'formula' - -class Gv < Formula - homepage 'http://www.gnu.org/s/gv/' - url 'http://ftpmirror.gnu.org/gv/gv-3.7.4.tar.gz' - mirror 'http://ftp.gnu.org/gnu/gv/gv-3.7.4.tar.gz' - sha1 'd5bc11a37136dff69248f943a632544a4036b63f' - - depends_on 'pkg-config' => :build - depends_on 'ghostscript' => 'with-x11' - depends_on :x11 => '2.7.2' - - skip_clean 'share/gv/safe-gs-workdir' - - def install - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}", - "--enable-SIGCHLD-fallback" - system "make install" - end -end diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 6219cbaf8..9cbc49075 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -76,6 +76,7 @@ TAP_MIGRATIONS = { "gtksourceviewmm3" => "homebrew/x11", "gtkwave" => "homebrew/x11", "gupnp-tools" => "homebrew/x11", + "gv" => "homebrew/x11", "hatari" => "homebrew/x11", "helios" => "spotify/public", "hexchat" => "homebrew/x11", |
