diff --git a/README.md b/README.md index adea33e05..65fea5729 100644 --- a/README.md +++ b/README.md @@ -573,12 +573,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 1521 Ebuilds in total, 1514 of them have in total 1522 (34 different) licenses assigned. +There are 1523 Ebuilds in total, 1516 of them have in total 1524 (34 different) licenses assigned. |License| Ebuilds using it| |-------|-----| -|MIT|883| -|Apache-2.0|311| +|MIT|884| +|Apache-2.0|312| |GPL-3|97| |BSD|88| |LGPL-3|23| diff --git a/dev-embedded/esphome-dashboard/Manifest b/dev-embedded/esphome-dashboard/Manifest index efc16716a..b3faa1501 100644 --- a/dev-embedded/esphome-dashboard/Manifest +++ b/dev-embedded/esphome-dashboard/Manifest @@ -1,5 +1,7 @@ DIST esphome-dashboard-20220508.0.tar.gz 586340 BLAKE2B 83245cd2d3b698d3298225f4e08f828d2b9c8393b0d02dca8791ee2d807888a747fce29b8ed93309321f2244196c87795f30c96d3f697091d2bb101b287c7d7b SHA512 9524002eb889769928414a4f3915275b2d18aeab62ac77e994140a26fd7c1b0e28dbd65ec9dce1f10b4e547a31ce6165f616d385f14318624b28525b0de9386a DIST esphome-dashboard-20220925.0.tar.gz 1382384 BLAKE2B a0132eadb87607ed946f9e644dcf99cf97bc67de6da5003343e78d3061f6af13dcdf40c405e6e0127dbe053943987fd053f13a43c555cc322dddfc1a03de2f4e SHA512 bcb024785879dc21c0a98c5832c62a93f83b46444ea226187b8d95463cce385d8080419ac588475e86ea5f2110806cafee321fb3300c11df560f23f15e18ee2f +DIST esphome-dashboard-20221007.0.tar.gz 1366164 BLAKE2B be89ae60169beba2c0664ba1a1f86998746343b8dd7be16de3b1db00aef473ae60f7b301dd48adb466da8a28f15ea936183ddac5985abe881f92bfadae9f3604 SHA512 8b8737751af394e47cd5384c69c5965b2f0e581d53b4520ebf7efbcfa20be418de97af968fe47e845a1cd9d1dbb5d36a6d55c29e0b8c2c359e889c91fa534074 EBUILD esphome-dashboard-20220508.0.ebuild 475 BLAKE2B aee2e58b4df570f0e9b7946d46a40700b5190e6293cde79bd42eb02234c987c41cb9f64d68d13f38bb0cd25d1ab78c1111710d6fd74c84138c4cb05a304d3c11 SHA512 cd2c0b57b8e338d935134cb07705132a8a4324e246ede49d42ac47f0853106092f6918e4071a3267772e734f007324c7620346acbe08ee9a67ba6d0728edef4a EBUILD esphome-dashboard-20220925.0.ebuild 475 BLAKE2B aee2e58b4df570f0e9b7946d46a40700b5190e6293cde79bd42eb02234c987c41cb9f64d68d13f38bb0cd25d1ab78c1111710d6fd74c84138c4cb05a304d3c11 SHA512 cd2c0b57b8e338d935134cb07705132a8a4324e246ede49d42ac47f0853106092f6918e4071a3267772e734f007324c7620346acbe08ee9a67ba6d0728edef4a +EBUILD esphome-dashboard-20221007.0.ebuild 475 BLAKE2B aee2e58b4df570f0e9b7946d46a40700b5190e6293cde79bd42eb02234c987c41cb9f64d68d13f38bb0cd25d1ab78c1111710d6fd74c84138c4cb05a304d3c11 SHA512 cd2c0b57b8e338d935134cb07705132a8a4324e246ede49d42ac47f0853106092f6918e4071a3267772e734f007324c7620346acbe08ee9a67ba6d0728edef4a MISC metadata.xml 457 BLAKE2B fb323c348ed5e2f693be7b58df4affee5a7826e24e992289d119364b8e82b0c018e3ea9f4c8f75b4fc25b9b9c29a3333807d5fd1e224090ff35ed288785f1f4d SHA512 15f5f9e99324d166192481d3ea2a24a06c9612279a214c7f31827ff9c4b0fd4175354a783b5656873dc493928cbd8e074009fe2568c88c608f0be91aea1ad5dc diff --git a/dev-embedded/esphome-dashboard/esphome-dashboard-20221007.0.ebuild b/dev-embedded/esphome-dashboard/esphome-dashboard-20221007.0.ebuild new file mode 100644 index 000000000..3c9a7647b --- /dev/null +++ b/dev-embedded/esphome-dashboard/esphome-dashboard-20221007.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) + +inherit distutils-r1 + +DESCRIPTION="ESPHome dashboard" +HOMEPAGE="https://github.com/esphome/dashboard https://pypi.org/project/esphome-dashboard/" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="Apache-2.0" +KEYWORDS="amd64 arm arm64 x86" + +DOCS="README.md" +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"