dev-python/aiohappyeyeballs: update LICENSE

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 20:13:50 +01:00
parent 2215e03b03
commit 6a3f624e9c
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 7 additions and 7 deletions

View File

@ -919,7 +919,7 @@
|xbox|A library to authenticate with Windows Live/Xbox Live and use their API|N|N|Y|0.117|
|xbox_live|track Xbox profiles|N|Y|Y||
|xeoma|Python wrapper for Xeoma web server API|N|N|Y|0.62|
|xiaomi_aqara|allows you to integrate Xiaomi Aqara-compatible devices|N|Y|Y|0.57|
|xiaomi_aqara|allows you to integrate Xiaomi Aqara-compatible devices|Y|Y|Y|0.57|
|xiaomi_ble|Integrates devices that implement the Xiaomi Mijia BLE MiBeacon protocol|N|N|Y|2022.8.1|
|xiaomi_miio|add support for Xiaomi smart appliances|N|Y|Y|0.51|
|xiaomi_tv|The xiaomi_tv platform allows you to control a Xiaomi TV|N|Y|Y|0.64|

View File

@ -116,7 +116,7 @@ Since homeassistant-0.115.3 the **Main Ebuild** is released in three different s
[![emerge ha-min](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml/badge.svg)](https://github.com/onkelbeh/HomeAssistantRepository/actions/workflows/emerge-min.yml)
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **99** USE Flags.
These are the USE Flags I use in production myself. All will compile fine and are extensively tested in every release, a daily compilation test is run at Github, big thanks to @antonfischl1980, it currently holds **100** USE Flags.
### `app-misc/homeassistant`
@ -617,7 +617,7 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
## Licenses
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.
There are 1662 Ebuilds in total, 1651 of them have in total 1667 (42 different) licenses assigned.
There are 1662 Ebuilds in total, 1651 of them have in total 1668 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -635,10 +635,10 @@ There are 1662 Ebuilds in total, 1651 of them have in total 1667 (42 different)
|ISC|5|
|MPL-2.0|5|
|LGPL-2.1+|4|
|PSF-2|4|
|LGPL-2.1|4|
|EPL-1.0|4|
|ZPL|3|
|PSF-2|3|
|AGPL-3+|2|
|LGPL-2+|2|
|public-domain|2|

View File

@ -1,3 +1,3 @@
DIST aiohappyeyeballs-2.3.1.tar.gz 11305 BLAKE2B c7c47397c56bb07635f4b3377d307652dffb15eccba81b3c12a946aed380655f66ecf95dc7c60aa7786c4de26631bd3a30fdbb483297bd717982d75441d70cc2 SHA512 36c69383c172dd4360efb563798db43b60184f13fa9c22ca6e680e4009ece641885df79d50da567a134a2978258673d4dfed5446c8d050e5358000a286d4d204
EBUILD aiohappyeyeballs-2.3.1.ebuild 626 BLAKE2B b5dda81cc24f34bf22678ea2d351d06cfcbe243af6e2640cf228abfab8661fc6e4d2ab2500cad0bd85b4d818d9a7b36486544686f499532dcb4b59c92d7b5110 SHA512 6b7b350de1e947e60867e487babbd13b9cef4b322f2b288af884cec11a85fb9b8f4597d42d651dd55c97d2f87c0b4a4faf3d978dfa6b00a50488a4d9ea2743a9
EBUILD aiohappyeyeballs-2.3.1.ebuild 624 BLAKE2B 4b811eed473281b933e224353d5f71dfe3564e9f2496fa044a0744ff8204d6859178af925fffe1caa60bc0efed9809de9298259416c43e4e4c6994f9d847ca14 SHA512 7bf5541aa8e31a054cf3a8493481df2190310b5c4f4ca3f47316d0bccba9c26b1bc65eb9d115c1f2bb149861efcb420c8a36ee140cd27afa163152a667d8e8db
MISC metadata.xml 523 BLAKE2B c7038c1cce74cfe0a15a176b1e22fede97bc7c0f5d493340b9461a22859b6f5c4f6ca87c822ea1844ac187476dbf0516550cc050297cd200c4cf7f9702b1eef6 SHA512 6017cb31e22700eb19294334c4a233d0656a22ae17ea01899be464e43240a0cda94e48bd43243d5d4887ccba0bdaed261f2b0327df59ca42ad62f0ad2b5f2430

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -10,7 +10,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Happy Eyeballs"
HOMEPAGE="https://github.com/bdraco/aiohappyeyeballs https://pypi.org/project/aiohappyeyeballs/"
LICENSE="PSF-2.0"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"