Skip to content

Commit 8c5e9f8

Browse files
committed
dev-python/brother: treeclean
Signed-off-by: Andreas Billmeier <[email protected]>
1 parent 212961f commit 8c5e9f8

File tree

5 files changed

+7
-56
lines changed

5 files changed

+7
-56
lines changed

DOMAINTABLE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494
|bosch_shc|integrate your Bosch SHC into Home Assistant|N|N|Y|2021.6|
9595
|braviatv|Control almost all Sony Bravia TV 2013 and newer|N|Y|Y||
9696
|broadlink|Allows you to interact with Broadlink remote control devices|N|Y|Y|0.35|
97-
|brother|Read current data from your local Brother printer|N|Y|Y||
9897
|brottsplatskartan|brottsplatskartan sensor allows one to track reported incidents|N|Y|Y|0.85|
9998
|brunt|The brunt platform allows one to control Blind Engines by Brunt|N|Y|Y|0.75|
10099
|bsblan|This integration integrates BSBLan device into Home Assistant|N|Y|Y||

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ These are the USE Flags I use in production myself. All will compile fine and ar
117117

118118
[![emerge ha-med](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml/badge.svg?branch=master)](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-med.yml)
119119

120-
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **294** USE Flags.
120+
The Ebuild we have since `0.97.0`, as soon as I know that at least one user is actively using a component, it will be added. These all compile fine, but some version conflicts could occure, a daily compilation test is run at Github, big thanks to @antonfischl1980, It currently holds **293** USE Flags.
121121

122122
### `app-misc/homeassistant-full`
123123

124124
WARNING: This one currently breaks (caused by shell limitations) emerge with an 'Argument list too long' error. It compiles with a [kernel hack](https://git.edevau.net/onkelbeh/HomeAssistantRepository/issues/190#issuecomment-1002). Thanks to @gcampagnoli.
125-
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **940** USE Flags.
125+
This Ebuild contains USE Flags for (nearly) all components of Home Assistant with external dependencies. Most components compile, but these are too many (for me) to run tests for all of them on a regular schedule. It holds **939** USE Flags.
126126

127127
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
128128

@@ -612,14 +612,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612612

613613
## Licenses
614614
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
615-
There are 1600 Ebuilds in total, 1589 of them have in total 1603 (42 different) licenses assigned.
615+
There are 1596 Ebuilds in total, 1585 of them have in total 1600 (42 different) licenses assigned.
616616

617617
|License| Ebuilds using it|
618618
|-------|-----|
619619
|MIT|919|
620-
|Apache-2.0|339|
620+
|Apache-2.0|337|
621621
|GPL-3|102|
622-
|BSD|88|
622+
|BSD|87|
623623
|LGPL-3|22|
624624
|GPL-2|20|
625625
|all-rights-reserved|15|
@@ -659,9 +659,9 @@ There are 1600 Ebuilds in total, 1589 of them have in total 1603 (42 different)
659659
|GPL-2+|1|
660660
|GPL-2-with-linking-exception|1|
661661

662-
(Last counted: 03/01/2024)
662+
(Last counted: 04/01/2024)
663663

664664
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
665665

666666
A big thanks goes to Iris for reviewing this README.
667-
Last updated: 03/01/2024
667+
Last updated: 04/01/2024

dev-python/brother/Manifest

Lines changed: 0 additions & 3 deletions
This file was deleted.

dev-python/brother/brother-2.3.0.ebuild

Lines changed: 0 additions & 33 deletions
This file was deleted.

dev-python/brother/metadata.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)