Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arx: delete #50831

Merged
merged 1 commit into from
Mar 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/arx-libertatis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ArxLibertatis < Formula
depends_on "innoextract"
depends_on "sdl"

conflicts_with "arx", "rnv", :because => "arx-libertatis, arx and rnv all install `arx` binaries"
conflicts_with "rnv", :because => "both install `arx` binaries"

def install
args = std_cmake_args
Expand Down
42 changes: 0 additions & 42 deletions Formula/arx.rb

This file was deleted.

2 changes: 1 addition & 1 deletion Formula/rnv.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Rnv < Formula

depends_on "expat"

conflicts_with "arx", "arx-libertatis", :because => "rnv, arx and arx-libertatis all install `arx` binaries"
conflicts_with "arx-libertatis", :because => "both install `arx` binaries"

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down