aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2018-01-01 09:45:36 +0000
committerGitHub2018-01-01 09:45:36 +0000
commit4e08da95c34c27ba6d5ca5f80718fe2788337cdf (patch)
tree1f6f039e77ad04998522c6df1e7fd84c88707353 /Library
parent93a2e9fc25407b049d594ad2da112a5cb8bdf5c3 (diff)
parentfab0ea6fda13255f8ab64df1ca823d1c958af893 (diff)
downloadbrew-4e08da95c34c27ba6d5ca5f80718fe2788337cdf.tar.bz2
Merge pull request #3622 from MikeMcQuaid/deprecate-science1.4.2
Deprecate Homebrew/homebrew-science
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/official_taps.rb2
-rw-r--r--Library/Homebrew/test/dev-cmd/tap_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/official_taps.rb b/Library/Homebrew/official_taps.rb
index d2e4753d9..7eace302a 100644
--- a/Library/Homebrew/official_taps.rb
+++ b/Library/Homebrew/official_taps.rb
@@ -1,6 +1,5 @@
OFFICIAL_TAPS = %w[
php
- science
].freeze
OFFICIAL_CASK_TAPS = %w[
@@ -27,6 +26,7 @@ DEPRECATED_OFFICIAL_TAPS = %w[
head-only
nginx
python
+ science
tex
versions
x11
diff --git a/Library/Homebrew/test/dev-cmd/tap_spec.rb b/Library/Homebrew/test/dev-cmd/tap_spec.rb
index 93e9c0ed6..d09d0245f 100644
--- a/Library/Homebrew/test/dev-cmd/tap_spec.rb
+++ b/Library/Homebrew/test/dev-cmd/tap_spec.rb
@@ -16,7 +16,7 @@ describe "brew tap", :integration_test do
.and be_a_success
expect { brew "tap", "--list-official" }
- .to output(%r{homebrew/science}).to_stdout
+ .to output(%r{homebrew/php}).to_stdout
.and not_to_output.to_stderr
.and be_a_success