Skip to content

Commit 21c0540

Browse files
jerr0328vitorgalvao
authored andcommitted
Remove eID tap/repo references, add eID to FAQ (Homebrew#67455)
1 parent 949a2fa commit 21c0540

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

doc/cask_language_reference/token_reference.md

-2
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ Cask taps have naming conventions specific to each tap.
135135

136136
[Homebrew/cask-drivers](https://github.com/Homebrew/homebrew-cask-drivers/blob/master/CONTRIBUTING.md#naming-driver-casks)
137137

138-
[Homebrew/cask-eid](https://github.com/Homebrew/homebrew-cask-eid/blob/master/CONTRIBUTING.md#naming-eid-casks)
139-
140138
# Special Affixes
141139

142140
A few situations require a prefix or suffix to be added to the token.

doc/development/adding_a_cask.md

-6
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ We maintain separate Taps for different types of binaries. Our nomenclature is:
191191
+ **Vendorless**: A binary distributed without an official website, like a forum posting.
192192
+ **Walled**: When the download URL is both behind a login/registration form and from a host that differs from the homepage.
193193
+ **Font**: Data file containing a set of glyphs, characters, or symbols, that changes typed text.
194-
+ **eID**: Software to install electronic identity card software of various countries.
195194
+ **Driver**: Software to make a hardware peripheral recognisable and usable by the system. If the software is useless without the peripheral, it’s considered a driver.
196195

197196
### Stable Versions
@@ -227,11 +226,6 @@ We do not accept these casks since they offer a higher-than-normal security risk
227226
Font Casks live in the [Homebrew/homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts) repository. See the font repo [CONTRIBUTING.md](../../../../../homebrew-cask-fonts/blob/master/CONTRIBUTING.md)
228227
for details.
229228

230-
### eIDs
231-
232-
eID Casks live in the [Homebrew/homebrew-cask-eid](https://github.com/Homebrew/homebrew-cask-eid) repository. See the eid repo [CONTRIBUTING.md](../../../../../homebrew-cask-eid/blob/master/CONTRIBUTING.md)
233-
for details.
234-
235229
### Drivers
236230

237231
Driver Casks live in the [Homebrew/homebrew-cask-drivers](https://github.com/Homebrew/homebrew-cask-drivers) repository. See the drivers repo [CONTRIBUTING.md](../../../../../homebrew-cask-drivers/blob/master/CONTRIBUTING.md)

doc/faq/rejected_casks.md

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Common reasons to reject a Cask entirely:
1818
+ The author has [specifically asked us not to include it](https://github.com/Homebrew/homebrew-cask/pull/5342).
1919
+ The Cask requires [SIP to be disabled](https://github.com/Homebrew/homebrew-cask/pull/41890) to be installed and/or used.
2020
+ The Cask is a `pkg` that requires [`allow_untrusted: true`](https://github.com/Homebrew/homebrew-cask/blob/master/doc/cask_language_reference/stanzas/pkg.md#pkg-allow_untrusted).
21+
+ The Cask is for an eID, which were [frequently outdated and had too few downloads](https://github.com/Homebrew/homebrew-cask/issues/59021)
2122

2223
Common reasons to reject a Cask from the main repo:
2324

0 commit comments

Comments
 (0)