update all references to new caskroom org home

global replace of:
  'phinze/homebrew-cask' -> 'caskroom/homebrew-cask'
  'phinze/cask' -> 'caskroom/cask'
  'phinze/homebrew-testcasks' -> 'caskroom/homebrew-testcasks'

and various other specific places that needed updates

<3 the homebrew-cask community!
This commit is contained in:
Paul Hinze
2014-05-03 10:29:17 -05:00
parent e62a0d72df
commit f54eaf7082
30 changed files with 253 additions and 253 deletions
+7 -7
View File
@@ -18,7 +18,7 @@ all pretty happy about this. Here's how to get started:
```bash
$ github_user='<my-github-username>'
$ cd "$(brew --prefix)"/Library/Taps/phinze/homebrew-cask
$ cd "$(brew --prefix)"/Library/Taps/caskroom/homebrew-cask
$ git remote add "$github_user" "https://github.com/$github_user/homebrew-cask"
```
@@ -66,14 +66,14 @@ is simply the Cask name with the extension `.rb` appended.
The easiest way to name a Cask is to run this command:
```bash
$ "$(brew --prefix)/Library/Taps/phinze/homebrew-cask/developer/bin/cask_namer" '/full/path/to/new/software.app'
$ "$(brew --prefix)/Library/Taps/caskroom/homebrew-cask/developer/bin/cask_namer" '/full/path/to/new/software.app'
```
If the software you wish to Cask is not installed, or does not have an
associated App bundle, just give the full proper name of the software
instead of a pathname:
```bash
$ "$(brew --prefix)/Library/Taps/phinze/homebrew-cask/developer/bin/cask_namer" 'Google Chrome'
$ "$(brew --prefix)/Library/Taps/caskroom/homebrew-cask/developer/bin/cask_namer" 'Google Chrome'
```
If the `cask_namer` script does not work for you, see [Cask Naming Details](#cask-naming-details).
@@ -213,7 +213,7 @@ with
`brew cask audit my-new-cask --download`
If your application and homebrew-cask do not work well together, feel free to
[file an issue](https://github.com/phinze/homebrew-cask/issues) after checking
[file an issue](https://github.com/caskroom/homebrew-cask/issues) after checking
out open issues.
@@ -223,7 +223,7 @@ We maintain separate Taps for different types of binaries.
### Latest Stable Versions
Latest stable versions live in the main repository at [phinze/homebrew-cask](https://github.com/phinze/homebrew-cask).
Latest stable versions live in the main repository at [caskroom/homebrew-cask](https://github.com/caskroom/homebrew-cask).
Software in the main repo should run on the latest release of OS X or the previous
point release (currently: Mavericks and Mountain Lion).
@@ -256,7 +256,7 @@ for details.
Hop into your Tap and check to make sure your new Cask is there:
```bash
$ cd "$(brew --prefix)"/Library/Taps/phinze/homebrew-cask
$ cd "$(brew --prefix)"/Library/Taps/caskroom/homebrew-cask
$ git status
# On branch master
# Untracked files:
@@ -343,7 +343,7 @@ After your Pull Request is away, you might want to get yourself back onto
`master`, so that `brew update` will pull down new Casks properly.
```bash
cd "$(brew --prefix)"/Library/Taps/phinze/homebrew-cask
cd "$(brew --prefix)"/Library/Taps/caskroom/homebrew-cask
git checkout master
```
+1 -1
View File
@@ -7,7 +7,7 @@ class Decitime < Cask
link 'DeciTime.app'
# fix wonky DMG by mounting it once read-write per discussion at
# https://github.com/phinze/homebrew-cask/pull/2654
# https://github.com/caskroom/homebrew-cask/pull/2654
before_install do
system %Q{/usr/bin/hdiutil eject "$(/usr/bin/hdiutil mount -readwrite -noidme -nobrowse -mountrandom /tmp #{destination_path.join(artifacts[:nested_container].first)} | /usr/bin/cut -f3 | /usr/bin/grep '.')" >/dev/null 2>&1}
end
+1 -1
View File
@@ -9,7 +9,7 @@ class DeliveryStatus < Cask
Currently, Dashboard Widgets such as '#{@cask}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/phinze/homebrew-cask/issues/2206
https://github.com/caskroom/homebrew-cask/issues/2206
It is recommended that you do not install this Cask unless you are
a developer working on the problem.
+1 -1
View File
@@ -9,7 +9,7 @@ class PemdasWidget < Cask
Currently, Dashboard Widgets such as '#{@cask}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/phinze/homebrew-cask/issues/2206
https://github.com/caskroom/homebrew-cask/issues/2206
It is recommended that you do not install this Cask unless you are
a developer working on the problem.
+1 -1
View File
@@ -5,7 +5,7 @@ class PrivateEye < Cask
no_checksum
install 'Private Eye.pkg'
# We intentionally unload the kext twice as a workaround
# See https://github.com/phinze/homebrew-cask/pull/1802#issuecomment-34171151
# See https://github.com/caskroom/homebrew-cask/pull/1802#issuecomment-34171151
uninstall :early_script => {
:executable => '/sbin/kextunload',
:args => ['-b', 'com.radiosilenceapp.nke.PrivateEye'],
+1 -1
View File
@@ -9,7 +9,7 @@ class TvShowTracker < Cask
Currently, Dashboard Widgets such as '#{@cask}' do NOT work correctly
when installed via brew-cask. The bug is being tracked here:
https://github.com/phinze/homebrew-cask/issues/2206
https://github.com/caskroom/homebrew-cask/issues/2206
It is recommended that you do not install this Cask unless you are
a developer working on the problem.
+6 -6
View File
@@ -1,8 +1,8 @@
# "To install, drag this icon..." no more!
[![Build Status](https://travis-ci.org/phinze/homebrew-cask.png?branch=master)](https://travis-ci.org/phinze/homebrew-cask)
[![Code Climate](https://codeclimate.com/github/phinze/homebrew-cask.png)](https://codeclimate.com/github/phinze/homebrew-cask)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/phinze/homebrew-cask/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
[![Build Status](https://travis-ci.org/caskroom/homebrew-cask.png?branch=master)](https://travis-ci.org/caskroom/homebrew-cask)
[![Code Climate](https://codeclimate.com/github/caskroom/homebrew-cask.png)](https://codeclimate.com/github/caskroom/homebrew-cask)
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/caskroom/homebrew-cask/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
Let's see if we can get the elegance, simplicity, and speed of Homebrew for the
@@ -17,7 +17,7 @@ command](https://github.com/mxcl/homebrew/wiki/External-Commands)" called
## Let's try it!
```sh
$ brew tap phinze/cask
$ brew tap caskroom/cask
$ brew install brew-cask
$ brew cask install google-chrome
=> Downloading https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg
@@ -39,13 +39,13 @@ open ~/Applications/"Google Chrome.app"
We're really rather friendly! Here are the best places to talk about the project:
* Start an [issue on GitHub](https://github.com/phinze/homebrew-cask/issues/new)
* Start an [issue on GitHub](https://github.com/caskroom/homebrew-cask/issues/new)
* Join us on IRC, we're at `#homebrew-cask` on Freenode
## Reporting Bugs
We still have bugs -- and we are busy fixing them! If you have a problem, don't
be shy about reporting it on our [GitHub issues page](https://github.com/phinze/homebrew-cask/issues?state=open).
be shy about reporting it on our [GitHub issues page](https://github.com/caskroom/homebrew-cask/issues?state=open).
When reporting bugs, remember that homebrew-cask is an independent project from
Homebrew. Do your best to direct bug reports to the appropriate project. If
+3 -3
View File
@@ -12,7 +12,7 @@ $ brew --version
Install the homebrew-cask tool:
```bash
$ brew install phinze/cask/brew-cask
$ brew install caskroom/cask/brew-cask
```
## Frequently Used Commands
@@ -108,7 +108,7 @@ $ brew cask info caffeine
caffeine: 1.1.1
http://lightheadsw.com/caffeine/
Not installed
https://github.com/phinze/homebrew-cask/commits/master/Casks/caffeine.rb
https://github.com/caskroom/homebrew-cask/commits/master/Casks/caffeine.rb
```
## Updating/Upgrading Casks
@@ -223,7 +223,7 @@ above, a Cask name on the command line can take the form of:
`brew cask` also accepts two other forms for Cask names:
* a fully-qualified pathname to a Cask file, _eg_: `/usr/local/Cellar/brew-cask/0.25.0/Casks/google-chrome.rb`
* a `curl`-retrievable URI to a Cask file, _eg_: `https://raw.github.com/phinze/homebrew-cask/f54bbfaae0f2fa7210484f46313a459cb8a14d2f/Casks/google-chrome.rb`
* a `curl`-retrievable URI to a Cask file, _eg_: `https://raw.github.com/caskroom/homebrew-cask/f54bbfaae0f2fa7210484f46313a459cb8a14d2f/Casks/google-chrome.rb`
The last two forms are intended for users who wish to maintain private Casks.
+3 -3
View File
@@ -4,10 +4,10 @@ require 'formula'
require Pathname(__FILE__).realpath.dirname.join('lib', 'cask', 'version')
class BrewCask < Formula
homepage 'https://github.com/phinze/homebrew-cask/'
url 'https://github.com/phinze/homebrew-cask.git', :tag => "v#{HOMEBREW_CASK_VERSION}"
homepage 'https://github.com/caskroom/homebrew-cask/'
url 'https://github.com/caskroom/homebrew-cask.git', :tag => "v#{HOMEBREW_CASK_VERSION}"
head 'https://github.com/phinze/homebrew-cask.git', :branch => 'master'
head 'https://github.com/caskroom/homebrew-cask.git', :branch => 'master'
skip_clean 'bin'
+1 -1
View File
@@ -15,7 +15,7 @@ shopt -s nocasematch # case-insensitive regular expressions
### configurable global variables
###
tap_subdir="Library/Taps/phinze/homebrew-cask"
tap_subdir="Library/Taps/caskroom/homebrew-cask"
###
### functions
+1 -1
View File
@@ -14,7 +14,7 @@ require 'set'
### configurable constants
###
PROJECT_URL = 'https://github.com/phinze/homebrew-cask'
PROJECT_URL = 'https://github.com/caskroom/homebrew-cask'
MAINTAINERS = %w[
phinze
+1 -1
View File
@@ -71,7 +71,7 @@ essential system files due to an exuberant regexp.
For more information, see
https://github.com/phinze/homebrew-cask/blob/master/doc/CASK_LANGUAGE_REFERENCE.md#uninstall-stanza-details
https://github.com/caskroom/homebrew-cask/blob/master/doc/CASK_LANGUAGE_REFERENCE.md#uninstall-stanza-details
"
exit
+1 -1
View File
@@ -15,7 +15,7 @@ shopt -s nocasematch # case-insensitive regular expressions
### configurable global variables
###
tap_subdir="Library/Taps/phinze/homebrew-cask"
tap_subdir="Library/Taps/caskroom/homebrew-cask"
###
### functions
+2 -2
View File
@@ -18,7 +18,7 @@ A Caskfile is a plain text document containing a set of Homebrew commands, one p
For example, on a freshly installed OS X, you could `brew bundle` the following `Caskfile` to set up Homebrew Cask and a few basic tools:
```bash
# Install Cask
install phinze/cask/brew-cask
install caskroom/cask/brew-cask
# Productivity tools
cask install alfred
@@ -49,5 +49,5 @@ If you want to fully automate the deployment process by scripting the execution
- install git
- install Homebrew
1. `brew update`
2. `brew install phinze/cask/brew-cask`, either in the script or as part of the first Caskfile loaded
2. `brew install caskroom/cask/brew-cask`, either in the script or as part of the first Caskfile loaded
3. `brew bundle` your Caskfiles.
+189 -189
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -21,7 +21,7 @@ clean up documentation! Anything you can do to help out is very welcome.
It's also [__pretty darn easy__ to create Casks](../CONTRIBUTING.md), so
please build more of them for the software you use. And if homebrew-cask doesn't
support the packaging format of your software, please [open an issue](https://github.com/phinze/homebrew-cask/issues)
support the packaging format of your software, please [open an issue](https://github.com/caskroom/homebrew-cask/issues)
and we can get it working together.
The whole idea is to build a _community-maintained_ list of easily installable
+8 -8
View File
@@ -33,7 +33,7 @@ revising our goals and adding new ones.
## What Needs to be Done?
Plenty. Start with [open issues](https://github.com/phinze/homebrew-cask/issues?state=open) !
Plenty. Start with [open issues](https://github.com/caskroom/homebrew-cask/issues?state=open) !
## Are You Interested in New Features?
@@ -51,13 +51,13 @@ It's a neat idea! We have talked about it but nobody has worked
on it:
- <https://gist.github.com/phinze/7cd361150816bd85304e>
- <https://github.com/phinze/homebrew-cask/issues/1135>
- <https://github.com/caskroom/homebrew-cask/issues/1135>
## What About Installing by Copying Instead of Linking?
It's a neat idea! We have talked about it but nobody has worked on it:
- <https://github.com/phinze/homebrew-cask/pull/2312#issuecomment-31859263>
- <https://github.com/caskroom/homebrew-cask/pull/2312#issuecomment-31859263>
We would want to make sure that uninstall works equally well when copying.
@@ -66,14 +66,14 @@ We would want to make sure that uninstall works equally well when copying.
Yes, definitely! We have talked about it, and worked on some aspects
of it. But there is much left to do:
- <https://github.com/phinze/homebrew-cask/issues/309>
- <https://github.com/caskroom/homebrew-cask/issues/309>
## What About Installing Multiple Versions of a Package?
Yes, definitely! We have started working on it, so please contact us
directly if you want to help.
- <https://github.com/phinze/homebrew-cask/issues/142>
- <https://github.com/caskroom/homebrew-cask/issues/142>
## What About Dependencies?
@@ -99,7 +99,7 @@ under `/usr/local`. For coding, that is usually not sufficient.
We recommend the following:
1. Fork our repo: <https://github.com/phinze/homebrew-cask/fork>
1. Fork our repo: <https://github.com/caskroom/homebrew-cask/fork>
2. Clone a private copy of the repo:
```bash
@@ -110,11 +110,11 @@ We recommend the following:
```bash
cd homebrew-cask
git remote add upstream https://github.com/phinze/homebrew-cask.git
git remote add upstream https://github.com/caskroom/homebrew-cask.git
```
4. Now you have two copies of the homebrew-cask codebase on disk: the
released version in `/usr/local/Library/Taps/phinze/homebrew-cask`, and a
released version in `/usr/local/Library/Taps/caskroom/homebrew-cask`, and a
development version in your private repo. To symlink the `Casks`
and `rubylib` folders from `/usr/local/...` into your private repo,
run the following script:
+1 -1
View File
@@ -97,7 +97,7 @@ down than floating in a brain somewhere.
$ unset NEW_RELEASE_TAG
```
13. Open your browser to <https://github.com/phinze/homebrew-cask/releases> .
13. Open your browser to <https://github.com/caskroom/homebrew-cask/releases> .
Click the link for your newly-pushed tag. Click the "Edit Tag" button in
the top right corner of that page.
14. Paste the markdown summary from `doc/CHANGELOG.md` into the textarea on that
+3 -3
View File
@@ -191,7 +191,7 @@ A fully\-qualified Cask name which includes the Tap name, \fIeg\fR \fBcaskroom/f
A fully\-qualified pathname to a Cask file, \fIeg\fR \fB/usr/local/Cellar/brew\-cask/0\.25\.0/Casks/google\-chrome\.rb\fR
.
.IP "\(bu" 4
A \fBcurl\fR\-retrievable URI to a Cask file, \fIeg\fR \fBhttps://raw\.github\.com/phinze/homebrew\-cask/f54bbfaae0f2fa7210484f46313a459cb8a14d2f/Casks/google\-chrome\.rb\fR
A \fBcurl\fR\-retrievable URI to a Cask file, \fIeg\fR \fBhttps://raw\.github\.com/caskroom/homebrew\-cask/f54bbfaae0f2fa7210484f46313a459cb8a14d2f/Casks/google\-chrome\.rb\fR
.
.IP "" 0
.
@@ -209,7 +209,7 @@ This variable may contain any arguments normally used as options on the command\
The homebrew\-cask home page: \fIhttp://caskroom\.io\fR\.
.
.P
The homebrew\-cask GitHub page: \fIhttps://github\.com/phinze/homebrew\-cask\fR\.
The homebrew\-cask GitHub page: \fIhttps://github\.com/caskroom/homebrew\-cask\fR\.
.
.P
Alfred\.app: \fIhttp://www\.alfredapp\.com\fR
@@ -224,7 +224,7 @@ Paul Hinze and Contributors\.
Man page format based on \fBbrew\.1\.md\fR from Homebrew\.
.
.SH "BUGS"
We still have bugs \-\- and we are busy fixing them! If you have a problem, don\'t be shy about reporting it on our GitHub issues page \fIhttps://github\.com/phinze/homebrew\-cask/issues?state=open\fR\.
We still have bugs \-\- and we are busy fixing them! If you have a problem, don\'t be shy about reporting it on our GitHub issues page \fIhttps://github\.com/caskroom/homebrew\-cask/issues?state=open\fR\.
.
.P
When reporting bugs, remember that homebrew\-cask is an independent project from Homebrew\. Do your best to direct bug reports to the appropriate project\. If your command\-line started with \fBbrew cask\fR, bring the bug to us first!
+3 -3
View File
@@ -173,7 +173,7 @@ Homebrew-cask also accepts three other forms for Cask names:
`/usr/local/Cellar/brew-cask/0.25.0/Casks/google-chrome.rb`
* A `curl`-retrievable URI to a Cask file, _eg_
`https://raw.github.com/phinze/homebrew-cask/f54bbfaae0f2fa7210484f46313a459cb8a14d2f/Casks/google-chrome.rb`
`https://raw.github.com/caskroom/homebrew-cask/f54bbfaae0f2fa7210484f46313a459cb8a14d2f/Casks/google-chrome.rb`
## ENVIRONMENT
@@ -191,7 +191,7 @@ Environment variables specific to homebrew-cask:
The homebrew-cask home page: <http://caskroom.io>.
The homebrew-cask GitHub page: <https://github.com/phinze/homebrew-cask>.
The homebrew-cask GitHub page: <https://github.com/caskroom/homebrew-cask>.
Alfred.app: <http://www.alfredapp.com>
@@ -206,7 +206,7 @@ Man page format based on `brew.1.md` from Homebrew.
## BUGS
We still have bugs -- and we are busy fixing them! If you have a problem, don't
be shy about reporting it on our [GitHub issues page](https://github.com/phinze/homebrew-cask/issues?state=open).
be shy about reporting it on our [GitHub issues page](https://github.com/caskroom/homebrew-cask/issues?state=open).
When reporting bugs, remember that homebrew-cask is an independent project from
Homebrew. Do your best to direct bug reports to the appropriate project. If

Some files were not shown because too many files have changed in this diff Show More