stabilize ha-av-9.1.1_p3

This commit is contained in:
2022-04-17 09:23:46 +02:00
committed by Andreas Billmeier
parent b04ad0a48f
commit 29de004e2c
3 changed files with 6 additions and 6 deletions

View File

@@ -506,12 +506,12 @@ 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 1698 Ebuilds in total, 1691 of them have in total 1697 (35 different) licenses assigned.
There are 1692 Ebuilds in total, 1685 of them have in total 1691 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1036|
|Apache-2.0|307|
|Apache-2.0|301|
|GPL-3|105|
|BSD|90|
|LGPL-3|28|
@@ -546,9 +546,9 @@ There are 1698 Ebuilds in total, 1691 of them have in total 1697 (35 different)
|CC-BY-NC-SA-4.0|1|
|CC0-1.0|1|
(Last counted: 16/04/2022)
(Last counted: 17/04/2022)
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.
A big thanks goes to Iris for reviewing this README.
Last updated: 16/04/2022
Last updated: 17/04/2022

View File

@@ -3,5 +3,5 @@ DIST ha-av-8.0.4_rc1.tar.gz 2333931 BLAKE2B a6b882651a13ca6e297993a94bb520f2d798
DIST ha-av-9.1.1_p3.tar.gz 2384953 BLAKE2B b3cd9f3cbcb730661c6ed0c1d36a8c1298dd9a6bbdfc721096acfa423b157aed0d302179ce56df7d32b51d349300dbc1935a52a4ebd1a577dd1217243717a2e4 SHA512 d40360c82f535af669c97aabf0de81078b05e7861b297d912e9f903d63f76d0c579dafdaf0403d0a1b4ca3f8e008dd53dd7d30418d6f0ac209a7550779630bf1
EBUILD ha-av-8.0.3.ebuild 703 BLAKE2B c7f34fc8ee37291ac995dd1b0e956cafadb9c2e28c56c8b0da2ef392f1fd28521facd7e9c66174c9aae8188c293774e293167997ff1bb3807da3e8b06188d5f4 SHA512 fd75542351a95122253abc631cffae50a1bf7fdbafd477d552100b9173bab93bd2a312c3ac37e284f6123de9fc2e55c28bd3aa130e5fa724712dc4ef40cf2f2d
EBUILD ha-av-8.0.4_rc1.ebuild 951 BLAKE2B eccfb9dd8a4e17420900712482ab6a8d7ddd0559e920a85a84632384b70e168881a0ca15600723e23e5d541f3ece5c1d54fca097719e85936728d3cd59f357d3 SHA512 24c422f0f004a5c083d8fc569cbcd4b3904d788dff19f9e1d7e7fbe4c6407deb5a3516d2447b2bb64c34a0b1c58ed78c629067c8716da22bab4e7155dc0376e6
EBUILD ha-av-9.1.1_p3.ebuild 820 BLAKE2B 78316e98faa111fc3698e7a452e314e5991dd978fb1f5156e9a5e1ab27de9ece09ec1a2d10b6d3a0e067bcfac3f79e5eddf56ac311a8ca5688626b2564a4fbd5 SHA512 ee0253b1ffdb731511fd52121d18d5dd61055c4114bdcac5d1071edfe35c9800ba50f9449e5b0b1eb8720d0ba6cceef85ab91d78b65594fdebd41b9be543dc7f
EBUILD ha-av-9.1.1_p3.ebuild 816 BLAKE2B 9e7ac592212a1a2c6a83e80e4fdbe3518b1df442b0d2d679b00d754e44ae91ea8f9b470763c5368f39968f2f18f25c188f7df8ee106e53ae1d6b5576b33b3908 SHA512 4088451697e9c4490b6046418cc52b1ce3252bcb2b07197e1e19602e2f2cbf9fd9189b4023af9ac0b0d07eb628eb36092b0e910a0ac4e44e17577b794d45fabb
MISC metadata.xml 446 BLAKE2B 4db222b4ee4793ad47f72f48705f37ab1bd968241dba55ca1e099e9edbbc9ab0ddc52eb279a7133a96dd29f8733cb999879c0ee361850ff7a1d04f5049f0f4ae SHA512 06d8513282dba897a574d40c7be84178e3bfb6c31de2c6c8b48012dbb782b5204d0de4ab20014b531aab6a180ec7a932efb2fa8da8f298b2049caebdd8ef8ff5

View File

@@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
KEYWORDS="amd64 arm arm64 x86 ~amd64-linux ~x86-linux"
IUSE="test"
RESTRICT="!test? ( test )"