You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
121
121
122
122
### `app-misc/homeassistant-full`
123
123
124
124
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.
126
126
127
127
A list of all components aka USEFlags is generated with every release [DOMAINTABLE.md](DOMAINTABLE.md)
128
128
@@ -612,14 +612,14 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612
612
613
613
## Licenses
614
614
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.
616
616
617
617
|License| Ebuilds using it|
618
618
|-------|-----|
619
619
|MIT|919|
620
-
|Apache-2.0|339|
620
+
|Apache-2.0|337|
621
621
|GPL-3|102|
622
-
|BSD|88|
622
+
|BSD|87|
623
623
|LGPL-3|22|
624
624
|GPL-2|20|
625
625
|all-rights-reserved|15|
@@ -659,9 +659,9 @@ There are 1600 Ebuilds in total, 1589 of them have in total 1603 (42 different)
659
659
|GPL-2+|1|
660
660
|GPL-2-with-linking-exception|1|
661
661
662
-
(Last counted: 03/01/2024)
662
+
(Last counted: 04/01/2024)
663
663
664
664
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.
665
665
666
666
A big thanks goes to Iris for reviewing this README.
0 commit comments