cleanup ha-ffmpeg-3.0.2

This commit is contained in:
Andreas Billmeier 2022-03-22 07:04:48 +01:00 committed by Andreas Billmeier
parent 90a1da139b
commit fb4192c404
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 8 deletions

View File

@ -501,12 +501,12 @@ From time to time a fresh compile test on empty boxes (one with Python 3.9 and o
## 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 1694 Ebuilds in total, 1687 of them have in total 1695 (35 different) licenses assigned.
There are 1696 Ebuilds in total, 1689 of them have in total 1697 (35 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
|MIT|1033|
|Apache-2.0|306|
|Apache-2.0|308|
|GPL-3|103|
|BSD|92|
|LGPL-3|27|

View File

@ -1,3 +1,3 @@
DIST ha-ffmpeg-3.0.2.tar.gz 7547 BLAKE2B ea413c1ccdddd69f35b60a31f7c14be500fd1d796c3c9d1fca1db0e2fc3bd35bcff03ffada41f2807a53404852343bd22af5a9fe960cb714a6e4d91667613517 SHA512 113cd0bfbe147c6ac3f8b31b4fd493aa645de0316215f879aceadd7fb7a8eb0af774e59cf4135badb44e4c4e11a9e207a7925445558016a2d90bfe7752f7d991
EBUILD ha-ffmpeg-3.0.2.ebuild 787 BLAKE2B e56a83d96c0eb9635752bcc82ae1472b0cf899538d284661abe319ee35e544ff3dfe74369c536f5c8bbe7874764b9c16b0314959544382bb762cdd03323107d6 SHA512 b5a4e3a98bbd2746ab1dc6a169c1ef689ae294c6de51f72b76d8c20c24770757c27aa5c331e0f2aa972c6a8a520c391757de9e2504e267ae04024c571bf7660d
EBUILD ha-ffmpeg-3.0.2.ebuild 771 BLAKE2B 4609bed358588f14126695bb087fa23c594cc2ea7c23c9fce10aef1a69e649749acd22163861d80d2a0cff1e51b14db133e41616b804a3ee2279da06474d2878 SHA512 2d568d2309c342fd478fa4b692192905628a4da72ef80244a545d7da3449bf5bcc545b1dc8edac57fb37999d13d08cd8475d79fcfa4bdfcdcf992c47cc4ecef1
MISC metadata.xml 453 BLAKE2B 78a707c1de5e3ad457c200dbefcb93603442655c17f2f0b84612c41774bee79f12ab160e7254093ed08e5f5e6fa594573ec72284121dde31a60f4db7eb6d6285 SHA512 203019f15069deb0f82d7c778a620204b652c6678413417d1c4c60c24069f120787c00c8541c014d817436c0d2f7a9097b842aa4e9ae455441330f64416aeb8a

View File

@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@ -13,14 +13,14 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
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 )"
DOCS="README.md"
RDEPEND="dev-python/async_timeout[${PYTHON_USEDEP}]"
BDEPEND="${REDEPEND}
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]