Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
6923d81a
Commit
6923d81a
authored
8 years ago
by
Markus Reiter
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1236 from reitermarkus/homebrew-cask
“Homebrew Cask” -> “Homebrew-Cask”
parents
faebc648
9c2420a9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Library/Homebrew/blacklist.rb
+3
-3
3 additions, 3 deletions
Library/Homebrew/blacklist.rb
Library/Homebrew/cmd/update-report.rb
+2
-2
2 additions, 2 deletions
Library/Homebrew/cmd/update-report.rb
Library/Homebrew/requirement.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/requirement.rb
with
6 additions
and
6 deletions
Library/Homebrew/blacklist.rb
+
3
−
3
View file @
6923d81a
...
...
@@ -9,7 +9,7 @@ def blacklisted?(name)
We recommend using a MacTeX distribution: https://www.tug.org/mactex/
You can install it with Homebrew
Cask:
You can install it with Homebrew
-
Cask:
brew cask install mactex
EOS
when
"pip"
then
<<-
EOS
.
undent
...
...
@@ -73,7 +73,7 @@ def blacklisted?(name)
and cabal-install instead:
brew install ghc cabal-install
You can install with Homebrew
Cask:
You can install with Homebrew
-
Cask:
brew cask install haskell-platform
EOS
when
"mysqldump-secure"
then
<<-
EOS
.
undent
...
...
@@ -82,7 +82,7 @@ def blacklisted?(name)
when
"ngrok"
then
<<-
EOS
.
undent
Upstream sunsetted 1.x in March 2016 and 2.x is not open-source.
If you wish to use the 2.x release you can install with Homebrew
Cask:
If you wish to use the 2.x release you can install with Homebrew
-
Cask:
brew cask install ngrok
EOS
end
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/cmd/update-report.rb
+
2
−
2
View file @
6923d81a
...
...
@@ -443,7 +443,7 @@ class Reporter
# For formulae migrated to cask: Auto-install cask or provide install instructions.
if
new_tap_name
==
"caskroom/cask"
if
new_tap
.
installed?
&&
(
HOMEBREW_REPOSITORY
/
"Caskroom"
).
directory?
ohai
"
#{
name
}
has been moved to Homebrew
Cask."
ohai
"
#{
name
}
has been moved to Homebrew
-
Cask."
ohai
"brew uninstall --force
#{
name
}
"
system
HOMEBREW_BREW_FILE
,
"uninstall"
,
"--force"
,
name
ohai
"brew prune"
...
...
@@ -451,7 +451,7 @@ class Reporter
ohai
"brew cask install
#{
name
}
"
system
HOMEBREW_BREW_FILE
,
"cask"
,
"install"
,
name
else
ohai
"
#{
name
}
has been moved to Homebrew
Cask."
,
<<-
EOS
.
undent
ohai
"
#{
name
}
has been moved to Homebrew
-
Cask."
,
<<-
EOS
.
undent
To uninstall the formula and install the cask run:
brew uninstall --force
#{
name
}
brew cask install
#{
name
}
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/requirement.rb
+
1
−
1
View file @
6923d81a
...
...
@@ -36,7 +36,7 @@ class Requirement
if
cask
s
+=
<<-
EOS
.
undent
You can install with Homebrew
Cask:
You can install with Homebrew
-
Cask:
brew cask install
#{
cask
}
EOS
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment